index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .layout {
  2. color: #3A3C65;
  3. text-align: center;
  4. font-size: 32rpx;
  5. font-weight: 700;
  6. letter-spacing: 4rpx;
  7. }
  8. .bor {
  9. border: 2px solid #a09ffe;
  10. }
  11. .bor1 {
  12. border: 2px solid #e9e8fe;
  13. }
  14. .basics {
  15. position: relative;
  16. background-color: #f5f7fe;
  17. border-radius: 15rpx;
  18. }
  19. .top {
  20. width: 346rpx;
  21. height: 114rpx;
  22. line-height: 114rpx;
  23. margin: 0 auto;
  24. margin-bottom: 56rpx;
  25. }
  26. .live {
  27. margin-right: 32rpx;
  28. font-size: 50rpx;
  29. }
  30. .img {
  31. width: 48rpx;
  32. height: 48rpx;
  33. margin-right: 32rpx;
  34. vertical-align: middle;
  35. }
  36. .flex {
  37. display: flex;
  38. justify-content: center;
  39. position: relative;
  40. }
  41. .item {
  42. /* width: 236rpx; */
  43. color: rgba(58, 60, 101, 0.50);
  44. text-align: center;
  45. font-size: 25rpx;
  46. font-weight: 500;
  47. margin-bottom: 48rpx;
  48. }
  49. .item-top {
  50. background-color: #fbfcfe;
  51. height: 74rpx;
  52. padding: 0 20rpx;
  53. line-height: 74rpx;
  54. margin-bottom: 8rpx;
  55. }
  56. .m-l {
  57. margin-left: 8rpx;
  58. }
  59. .item-bottom {
  60. background-color: #fbfcfe;
  61. /* padding: 0 28rpx; */
  62. font-weight: 400;
  63. height: 58rpx;
  64. line-height: 58rpx;
  65. }
  66. .wid {
  67. width: 120rpx;
  68. position: relative;
  69. }
  70. .center {
  71. margin: 0 20rpx;
  72. background-color: #f1f4fd;
  73. padding: 18rpx;
  74. display: flex;
  75. align-items: center;
  76. }
  77. .center>view {
  78. width: 100rpx;
  79. text-align: center;
  80. padding: 94rpx 0;
  81. }
  82. .air {
  83. display: inline-block;
  84. margin-left: 20rpx;
  85. margin-bottom: 47rpx;
  86. }
  87. .bgc {
  88. background-color: #cffff8;
  89. color: #3A3C65;
  90. }
  91. .over {
  92. width: 206rpx;
  93. overflow: hidden;
  94. text-overflow: ellipsis;
  95. white-space: nowrap;
  96. }
  97. .clear-icon {
  98. position: absolute;
  99. top: -4rpx;
  100. left: 100rpx;
  101. margin-right: 0;
  102. font-size: 33rpx;
  103. z-index: 999;
  104. }