wordlist.wxss 611 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. }