wordlist.wxss 795 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .panelTop{
  2. width:100%;
  3. height:106rpx;
  4. justify-content: space-between;
  5. background-color: #fff;
  6. }
  7. .text1{
  8. margin-left: 30rpx;
  9. font-size:32rpx;
  10. }
  11. .text2{
  12. margin-right: 30rpx;
  13. font-size:24rpx;
  14. color:#787878;
  15. }
  16. .panelMain{
  17. width:100%;
  18. justify-content: flex-start;
  19. }
  20. .panelMain1{
  21. width:720rpx;
  22. flex-wrap: wrap;
  23. justify-content: flex-start;
  24. align-items: flex-start;
  25. margin-top: 50rpx;
  26. margin-left: 30rpx;
  27. }
  28. .item{
  29. width:110rpx;
  30. height:110rpx;
  31. background-color: #fff;
  32. margin: 0 6rpx 6rpx 0;
  33. text-align: center;
  34. line-height: 110rpx;
  35. font-size:48rpx;
  36. font-weight: 400;
  37. }
  38. .item2{
  39. height:110rpx;
  40. background-color: #fff;
  41. margin: 0 30rpx 30rpx 0;
  42. text-align: center;
  43. line-height: 110rpx;
  44. font-size:36rpx;
  45. font-weight: 400;
  46. padding: 0 30rpx;
  47. }