detail.wxss 477 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .container {
  2. background-color: #fff;
  3. justify-content: flex-start;
  4. align-items: flex-start;
  5. }
  6. .movable{
  7. width:100%;
  8. height:1334rpx;
  9. }
  10. .table{
  11. width:2100rpx;
  12. height:2970rpx;
  13. font-size:72rpx;
  14. justify-content: flex-start;
  15. flex-wrap: wrap;
  16. }
  17. .td{
  18. width:800rpx;
  19. height:200rpx;
  20. text-align: center;
  21. line-height: 200rpx;
  22. }
  23. .tdIndex{
  24. width:20rpx;
  25. color:#dddddd;
  26. margin-right: 60rpx;
  27. font-size:40rpx;
  28. }
  29. .bg{
  30. width:2100rpx;
  31. height:2970rpx;
  32. }