Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

index.wxss 839B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .guide-box {
  2. padding: 0 32rpx;
  3. }
  4. .guide-title, .publicity-header {
  5. padding: 20rpx 0;
  6. font-weight: bold;
  7. font-size: 32rpx;
  8. display: flex;
  9. justify-content: space-between;
  10. align-items: center;
  11. }
  12. .guide-link {
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. height: 400rpx;
  17. background-color: #1677ff;
  18. color: #ffffff;
  19. font-size: 48rpx;
  20. display: flex;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .publicity-box {
  25. padding: 20rpx 32rpx;
  26. }
  27. .publicity-label {
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .publicity-item {
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. padding: 20rpx;
  36. font-size: 28rpx;
  37. margin-bottom: 6rpx;
  38. background-color: #f0f0f0;
  39. }
  40. .publicity-name {
  41. margin-bottom: 6rpx;
  42. }
  43. .publicity-time {
  44. color: gray;
  45. font-size: 24rpx;
  46. }