style.less 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. @whiteColor: #fff;
  2. .box-content {
  3. width: 100%;
  4. padding: 0 30px;
  5. .Refund-Content-box {
  6. .title-image {
  7. margin-top: 39px;
  8. display: flex;
  9. width: 270px;
  10. height: 40px;
  11. .title-image-cup {
  12. width: 32px;
  13. height: 32px;
  14. margin-top: 10px;
  15. padding-right: 10px;
  16. align-items: center;
  17. }
  18. .title-title-boss {
  19. align-items: center;
  20. font-size: 32px;
  21. font-weight: 800;
  22. color: #202020;
  23. }
  24. }
  25. }
  26. .wrapper {
  27. margin: auto;
  28. margin-top: 40px;
  29. display: flex;
  30. position: relative;
  31. width: calc(100% -25px);
  32. filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.12));
  33. .card-box-star {
  34. position: absolute;
  35. width: auto;
  36. height: 44.3px;
  37. position: absolute;
  38. left: 200px;
  39. top: 28px;
  40. font-size: 20px;
  41. color: @whiteColor;
  42. .card-star-image {
  43. padding-left: 6px;
  44. width: 21px;
  45. height: 21px;
  46. }
  47. .card-star-text {
  48. padding-left: 10px;
  49. font-size: 20px;
  50. color: #333;
  51. font-weight: 700;
  52. }
  53. }
  54. .left-complete-one {
  55. padding-top: 87px;
  56. padding-bottom: 43px;
  57. position: relative;
  58. display: flex;
  59. background: @whiteColor;
  60. background: radial-gradient(circle at top right, transparent 15px, #fff 0)
  61. top right,
  62. radial-gradient(circle at bottom right, transparent 15px, #fff 0) bottom
  63. right;
  64. background-size: 100% 60%;
  65. background-repeat: no-repeat;
  66. width: 573px;
  67. border-radius: 15px 0px 0px 15px;
  68. align-items: center;
  69. .left-image-1 {
  70. width: 145px;
  71. height: 44px;
  72. position: absolute;
  73. top: 22px;
  74. }
  75. .left-viewText {
  76. width: auto;
  77. height: 44.3px;
  78. position: absolute;
  79. left: 1px;
  80. top: 28px;
  81. font-size: 20px;
  82. color: @whiteColor;
  83. }
  84. //图片
  85. .title-image {
  86. height: 144px;
  87. margin-left: 20px;
  88. border-radius: 24px;
  89. overflow: hidden;
  90. position: relative;
  91. .image-1 {
  92. width: 144px;
  93. height: 144px;
  94. margin: 0;
  95. }
  96. .image-2 {
  97. width: 89px;
  98. height: 34px;
  99. position: absolute;
  100. left: 0;
  101. top: 0;
  102. }
  103. }
  104. // 商品标题
  105. .title-content {
  106. padding-left: 18px;
  107. .Pro-title {
  108. .title-text {
  109. width: 375px;
  110. overflow: hidden;
  111. text-overflow: ellipsis;
  112. //必须要
  113. -webkit-line-clamp: 1;
  114. -webkit-box-orient: vertical;
  115. /* 多出文本省略号代替 */
  116. text-align: left;
  117. font-size: 24px;
  118. }
  119. }
  120. .title-money {
  121. font-size: 24px;
  122. display: inline-block;
  123. font-weight: 800;
  124. margin: 15px auto;
  125. }
  126. .title-money-2 {
  127. height: 19px;
  128. font-size: 20px;
  129. font-weight: 400;
  130. color: #333333;
  131. padding-left: 50px;
  132. text-decoration: line-through;
  133. }
  134. .title-time {
  135. font-size: 24px;
  136. color: #c0c8d3;
  137. }
  138. .title-position-on {
  139. display: flex;
  140. font-size: 20px;
  141. .title-position {
  142. width: 18px;
  143. height: 24px;
  144. padding-right: 10px;
  145. padding-top: 5px;
  146. }
  147. .title-position-image {
  148. align-items: center;
  149. font-size: 20px;
  150. color: #333;
  151. }
  152. .title-on {
  153. padding-top: 5px;
  154. padding-left: 40px;
  155. width: 21px;
  156. height: 21px;
  157. padding-right: 10px;
  158. }
  159. .title-on-text {
  160. align-items: center;
  161. font-size: 20px;
  162. color: #333;
  163. }
  164. }
  165. }
  166. }
  167. }
  168. .right-complete-two {
  169. background: @whiteColor;
  170. background: radial-gradient(circle at top left, transparent 15px, #fff 0)
  171. top left,
  172. radial-gradient(circle at bottom left, transparent 15px, #fff 0) bottom
  173. left;
  174. background-size: 100% 60%;
  175. background-repeat: no-repeat;
  176. width: 129px;
  177. border-radius: 0 15px 15px 0;
  178. position: relative;
  179. //右面部分
  180. .right-content {
  181. height: 120px;
  182. position: absolute;
  183. top: 50%;
  184. left: 50%;
  185. transform: translate(-50%, -50%);
  186. .right-image {
  187. width: 36px;
  188. height: 36px;
  189. margin: 0 auto;
  190. align-items: center;
  191. margin: auto;
  192. padding-left: 8px;
  193. }
  194. .right-title {
  195. font-weight: 700;
  196. font-size: 24px;
  197. padding-top: 10px;
  198. text-align: center;
  199. }
  200. }
  201. }
  202. .Refund-content {
  203. width: 100%;
  204. margin-top: 45px;
  205. .Refund-star-view1 {
  206. display: inline-block;
  207. width: 295px;
  208. height: 60px;
  209. border: 1px solid #999999;
  210. border-radius: 30px;
  211. font-size: 24px;
  212. font-weight: bold;
  213. color: #666666;
  214. text-align: center;
  215. line-height: 60px;
  216. }
  217. .Refund-star-view2 {
  218. width: 198px;
  219. height: 60px;
  220. border: 1px solid #999999;
  221. border-radius: 30px;
  222. font-size: 24px;
  223. font-weight: bold;
  224. color: #666666;
  225. text-align: center;
  226. line-height: 60px;
  227. display: inline-block;
  228. margin-left: 30px;
  229. }
  230. .Refund-star-view3 {
  231. margin: 30px auto;
  232. display: inline-block;
  233. width: 507px;
  234. height: 60px;
  235. border: 1px solid #999999;
  236. border-radius: 30px;
  237. font-size: 24px;
  238. font-weight: bold;
  239. color: #666666;
  240. text-align: center;
  241. line-height: 60px;
  242. }
  243. .Refund-star-view4 {
  244. display: inline-block;
  245. width: 146px;
  246. height: 60px;
  247. background: #ffffff;
  248. border-radius: 30px;
  249. border: 1px solid #999999;
  250. font-size: 24px;
  251. font-weight: bold;
  252. color: #666666;
  253. text-align: center;
  254. line-height: 60px;
  255. margin-left: 30px;
  256. }
  257. .Refund-star-view5 {
  258. display: inline-block;
  259. width: 220px;
  260. height: 60px;
  261. background: #ffffff;
  262. border-radius: 30px;
  263. border: 1px solid #999999;
  264. font-size: 24px;
  265. font-weight: bold;
  266. color: #666666;
  267. text-align: center;
  268. line-height: 60px;
  269. }
  270. .Refund-star-view6 {
  271. display: inline-block;
  272. width: 257px;
  273. height: 60px;
  274. background: #ffffff;
  275. border-radius: 30px;
  276. border: 1px solid #999999;
  277. font-size: 24px;
  278. font-weight: bold;
  279. color: #666666;
  280. text-align: center;
  281. line-height: 60px;
  282. margin-left: 30px;
  283. }
  284. /* 点击以后的样式 */
  285. .bg2 {
  286. color: #274190;
  287. border: 2px solid #274190;
  288. }
  289. }
  290. .section {
  291. width: 86%;
  292. height: 254px;
  293. background: #ffffff;
  294. border: 1px solid #b5b5b5;
  295. box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  296. padding: 0 20px 0 20px;
  297. margin-top: 40px;
  298. textarea {
  299. padding-top: 20px;
  300. font-size: 24px;
  301. font-weight: 400;
  302. color: #666666;
  303. }
  304. }
  305. .money-title {
  306. margin: 40px 0;
  307. width: 86%;
  308. padding-bottom: 20px;
  309. font-size: 30px;
  310. font-weight: bold;
  311. color: #202020;
  312. background: #ffffff;
  313. box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.12);
  314. }
  315. .money-name {
  316. font-size: 30px;
  317. font-weight: bold;
  318. color: #ff3434;
  319. }
  320. .ul-li-text {
  321. .ul-li-view {
  322. display: inline-block;
  323. margin-bottom: 3px;
  324. margin-right: 5px;
  325. width: 10px;
  326. height: 10px;
  327. background: #999999;
  328. border-radius: 50%;
  329. }
  330. .ul-li-textname {
  331. display: inline-block;
  332. height: 19px;
  333. font-size: 20px;
  334. font-weight: 400;
  335. color: #999999;
  336. }
  337. }
  338. .button-info {
  339. margin-bottom: 70px;
  340. .button-box {
  341. margin: 60px 0;
  342. width: calc(100% - 60px);
  343. height: 88px;
  344. line-height: 88px;
  345. background: #274291;
  346. border-radius: 12px;
  347. color: @whiteColor;
  348. margin-bottom: 2em;
  349. }
  350. }
  351. }