spreadMoney.less 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. .User-box-sths {
  2. display: flex;
  3. margin: 40px 0 60px 0;
  4. justify-content: space-around;
  5. flex-wrap: wrap;
  6. .User-box-selectUser {
  7. width: 100%;
  8. font-size: 32px;
  9. font-weight: bold;
  10. color: #202020;
  11. line-height: 32px;
  12. margin: 60px 0 70px 0;
  13. text-align: left;
  14. }
  15. .User-box-tourist {
  16. display: inline-block;
  17. .Ubs-tourist-image {
  18. width: 86px;
  19. height: 86px;
  20. }
  21. .Ubs-tourist-text {
  22. display: block;
  23. font-size: 30px;
  24. font-weight: bold;
  25. color: #999999;
  26. }
  27. }
  28. .User-box-hotelBoss {
  29. display: inline-block;
  30. .Ubs-hotelBoss-image {
  31. width: 86px;
  32. height: 86px;
  33. }
  34. .Ubs-hotelBoss-text {
  35. display: block;
  36. font-size: 30px;
  37. font-weight: bold;
  38. color: #999999;
  39. }
  40. }
  41. .User-box-shopBoss {
  42. .Ubs-shopBoss-image {
  43. width: 86px;
  44. height: 86px;
  45. }
  46. .Ubs-shopBoss-text {
  47. display: block;
  48. font-size: 30px;
  49. font-weight: bold;
  50. color: #202020;
  51. }
  52. }
  53. }
  54. .storexx {
  55. text-align: center;
  56. height: 300px;
  57. background: #ffffff;
  58. box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  59. border-radius: 24px;
  60. padding: 20px 30px 34px 40px;
  61. box-sizing: border-box;
  62. .storeName {
  63. height: 26px;
  64. font-size: 28px;
  65. font-weight: bold;
  66. color: #202020;
  67. margin-bottom: 27px;
  68. }
  69. .User-info-cutover {
  70. position: absolute;
  71. top: 60px;
  72. right: 60px;
  73. .User-info-cutover-image {
  74. width: 36px;
  75. height: 36px;
  76. }
  77. }
  78. .tip {
  79. height: 23px;
  80. font-size: 24px;
  81. color: #666666;
  82. margin-bottom: 48px;
  83. }
  84. .sleft {
  85. float: left;
  86. .lword {
  87. height: 25px;
  88. font-size: 26px;
  89. color: #666666;
  90. margin-bottom: 40px;
  91. margin-left: 1px;
  92. }
  93. .yearMoney {
  94. height: 30px;
  95. font-size: 28px;
  96. font-weight: bold;
  97. color: #202020;
  98. text {
  99. font-size: 40px;
  100. color: #ff3434;
  101. }
  102. .micon {
  103. width: 38px;
  104. height: 22px;
  105. margin-left: 19px;
  106. }
  107. }
  108. }
  109. .line {
  110. width: 2px;
  111. height: 128px;
  112. border-right: 2px dotted #202020;
  113. opacity: 0.5;
  114. position: absolute;
  115. left: calc(50% - 1px);
  116. display: block;
  117. }
  118. .sright {
  119. float: right;
  120. text-align: left;
  121. .rword {
  122. font-size: 26px;
  123. color: #666666;
  124. margin: 0 1px 47px 0;
  125. text-align: center;
  126. }
  127. .monthMoney {
  128. height: 24px;
  129. font-size: 28px;
  130. font-weight: bold;
  131. color: #202020;
  132. line-height: 24px;
  133. text {
  134. font-size: 40px;
  135. color: #ff3434;
  136. }
  137. .micon2 {
  138. width: 38px;
  139. height: 22px;
  140. margin-left: 23px;
  141. margin-bottom: -2px;
  142. }
  143. }
  144. }
  145. }
  146. .title {
  147. font-size: 28px;
  148. color: #202020;
  149. line-height: 60px;
  150. margin: 62px 0 10px 1px;
  151. }
  152. .botton {
  153. font-size: 28px;
  154. color: #c0c8d3;
  155. line-height: 34px;
  156. text-align: center;
  157. padding: 40px 0;
  158. }