style.less 7.9KB

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