ChooseScenario.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. @import '@/utils/common.scss';
  2. .item_choose {
  3. border-width: 4px;
  4. border-color: transparent;
  5. border-style: solid;
  6. margin-left: 46px;
  7. margin-right: 46px;
  8. margin-bottom: 40px;
  9. padding-left: 48px;
  10. padding-right: 40px;
  11. padding-top: 48px;
  12. padding-bottom: 40px;
  13. border-radius: 24px;
  14. background-color: #767676;
  15. color: #fff;
  16. position: relative;
  17. box-sizing: border-box;
  18. display: flex;
  19. flex-direction: column;
  20. }
  21. .item_choose_selected {
  22. border-width: 4px;
  23. border-color: $fastColor;
  24. border-style: solid;
  25. margin-left: 46px;
  26. margin-right: 46px;
  27. margin-bottom: 40px;
  28. padding-left: 48px;
  29. padding-right: 40px;
  30. padding-top: 48px;
  31. padding-bottom: 40px;
  32. border-radius: 24px;
  33. background-color: #767676;
  34. color: #fff;
  35. position: relative;
  36. box-sizing: border-box;
  37. }
  38. .item1 {
  39. border-width: 4px;
  40. border-color: transparent;
  41. border-style: solid;
  42. margin-left: 46px;
  43. margin-right: 46px;
  44. margin-bottom: 40px;
  45. padding-left: 30px;
  46. padding-right: 20px;
  47. padding-top: 48px;
  48. padding-bottom: 40px;
  49. border-radius: 24px;
  50. background-color: #1c1c1c;
  51. color: #fff;
  52. position: relative;
  53. display: flex;
  54. flex-direction: row;
  55. align-items: center;
  56. box-sizing: border-box;
  57. }
  58. .item_sel1 {
  59. border-color: $fastColor;
  60. }
  61. .choose_item_title {
  62. font-size: 40px;
  63. line-height: 48px;
  64. font-weight: bold;
  65. color: #fff;
  66. letter-spacing: 0;
  67. }
  68. .choose_item_desc {
  69. color: #fff;
  70. opacity: 0.4;
  71. letter-spacing: 0;
  72. font-size: 28px;
  73. line-height: 36px;
  74. }
  75. .item_sel2 {
  76. border-width: 4px;
  77. border-color: $sleepColor;
  78. border-style: solid;
  79. margin-left: 46px;
  80. margin-right: 46px;
  81. margin-bottom: 40px;
  82. padding: 40px;
  83. border-radius: 24px;
  84. box-sizing: border-box;
  85. background-color: #1c1c1c;
  86. color: #fff;
  87. }
  88. .target_title {
  89. margin-top: 24px;
  90. margin-left: 46px;
  91. margin-right: 46px;
  92. color: #fff;
  93. font-weight: bold;
  94. font-size: 48px;
  95. line-height: 72px;
  96. margin-bottom: 24px;
  97. }
  98. .target_desc {
  99. margin-left: 46px;
  100. margin-right: 46px;
  101. color: #fff;
  102. font-size: 32px;
  103. line-height: 48px;
  104. margin-top: 20px;
  105. margin-bottom: 20px;
  106. letter-spacing: 0;
  107. opacity: 0.4;
  108. }
  109. .suggest_footer {
  110. color: #fff;
  111. opacity: 0.4;
  112. margin-left: 46px;
  113. font-size: 20px;
  114. margin-top: 24px;
  115. letter-spacing: 0;
  116. }
  117. .suggest_footer_note {
  118. display: flex;
  119. font-size: 24px;
  120. line-height: 32px;
  121. letter-spacing: 0;
  122. margin-left: 86px;
  123. margin-right: 86px;
  124. color: #fff;
  125. opacity: 0.2;
  126. margin-top: 20px;
  127. margin-bottom: 20px;
  128. }
  129. .suggest_footer_btn {
  130. margin-top: 16px;
  131. height: 72px;
  132. line-height: 72px;
  133. font-size: 28px;
  134. color: #9E9E9E;
  135. font-weight: bold;
  136. display: flex;
  137. }
  138. .suggest_item_title {
  139. font-size: 48px;
  140. line-height: 48px;
  141. color: #9E9E9E;
  142. font-weight: bold;
  143. }
  144. .suggest_item_desc {
  145. font-weight: bold;
  146. font-size: 24px;
  147. line-height: 24px;
  148. color: #fff;
  149. opacity: 0.2;
  150. }
  151. .suggest_choose {
  152. display: flex;
  153. flex-direction: row;
  154. align-items: center;
  155. justify-content: space-between;
  156. }
  157. .choose_item_check_bg {
  158. position: absolute;
  159. right: 40px;
  160. bottom: 40px;
  161. }
  162. .choose_corner_tag {
  163. position: absolute;
  164. right: -4px;
  165. height: 36px;
  166. top: -18px;
  167. padding-left: 16px;
  168. padding-right: 16px;
  169. color: #000;
  170. letter-spacing: 0;
  171. font-size: 20px;
  172. display: flex;
  173. align-items: center;
  174. justify-content: center;
  175. background-color: $fastColor;
  176. border-top-left-radius: 18px;
  177. border-top-right-radius: 18px;
  178. border-bottom-left-radius: 18px;
  179. }
  180. .suggest_tag {
  181. position: absolute;
  182. right: 40px;
  183. top: 24px;
  184. height: 36px;
  185. padding-left: 16px;
  186. padding-right: 16px;
  187. border-radius: 18px;
  188. font-size: 20px;
  189. display: flex;
  190. align-items: center;
  191. justify-content: center;
  192. color: #000;
  193. }
  194. .suggest_fast_tag_bg {
  195. position: absolute;
  196. right: 40px;
  197. top: 24px;
  198. display: flex;
  199. flex-direction: row;
  200. }
  201. .suggest_fast_tag {
  202. height: 36px;
  203. padding-left: 16px;
  204. padding-right: 16px;
  205. border-radius: 18px;
  206. font-size: 20px;
  207. display: flex;
  208. align-items: center;
  209. justify-content: center;
  210. color: #000;
  211. margin-left: 20px;
  212. background-color: $fastColor;
  213. }
  214. /* #ifdef weapp */
  215. .limit_offer{
  216. background: linear-gradient(90deg, $fastColor 0%, $sleepColor 100%);
  217. }
  218. /* #endif */
  219. /* #ifdef rn */
  220. /* #endif */