style.less 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. @whiteColor: #fff;
  2. .complete-boxs {
  3. margin: 40px auto;
  4. padding: 0 30px;
  5. .OrderNumber {
  6. height: 19px;
  7. font-size: 20px;
  8. font-weight: 400;
  9. color: #666666;
  10. line-height: 44px;
  11. }
  12. .wrapper {
  13. margin-top: 40px;
  14. display: flex;
  15. position: relative;
  16. margin: 30px auto;
  17. width: 700px;
  18. filter: drop-shadow(0 0 0.9rem rgba(0, 0, 0, 0.12));
  19. .card-box-star {
  20. position: absolute;
  21. width: auto;
  22. height: 44.3px;
  23. position: absolute;
  24. left: 200px;
  25. top: 28px;
  26. font-size: 20px;
  27. color: @whiteColor;
  28. .card-star-image {
  29. padding-left: 6px;
  30. width: 21px;
  31. height: 21px;
  32. }
  33. .card-star-text {
  34. padding-left: 10px;
  35. font-size: 20px;
  36. color: #333;
  37. font-weight: 700;
  38. }
  39. }
  40. .left-complete-one {
  41. padding-top: 85px;
  42. padding-bottom: 43px;
  43. position: relative;
  44. display: flex;
  45. background: @whiteColor;
  46. background: radial-gradient(
  47. circle at top right,
  48. transparent 15px,
  49. @whiteColor 0
  50. )
  51. top right,
  52. radial-gradient(circle at bottom right, transparent 15px, @whiteColor 0)
  53. bottom right;
  54. background-size: 100% 60%;
  55. background-repeat: no-repeat;
  56. width: 573px;
  57. border-radius: 15px 0px 0px 15px;
  58. // border-radius: 12px;
  59. align-items: center;
  60. .left-image-1 {
  61. width: 145px;
  62. height: 44px;
  63. position: absolute;
  64. top: 22px;
  65. }
  66. .left-viewText {
  67. // background-image: url(@Image-ProCard_hot);
  68. // width: 287px;
  69. width: auto;
  70. height: 44.3px;
  71. position: absolute;
  72. left: 1px;
  73. top: 28px;
  74. font-size: 20px;
  75. color: @whiteColor;
  76. }
  77. //图片
  78. .title-image {
  79. height: 144px;
  80. margin-left: 20px;
  81. border-radius: 24px;
  82. overflow: hidden;
  83. position: relative;
  84. .image-1 {
  85. width: 144px;
  86. height: 144px;
  87. margin: 0;
  88. }
  89. .image-2 {
  90. width: 89px;
  91. height: 34px;
  92. position: absolute;
  93. left: 0;
  94. }
  95. }
  96. // 商品标题
  97. .title-content {
  98. // padding: 84px 0 56px 20px;
  99. padding-left: 18px;
  100. .Pro-title {
  101. .title-text {
  102. width: 375px;
  103. overflow: hidden;
  104. text-overflow: ellipsis;
  105. // display: -webkit-box; //必须要
  106. -webkit-line-clamp: 1;
  107. -webkit-box-orient: vertical;
  108. // word-break: break-all; /* 多出文本省略号代替 */
  109. text-align: left;
  110. font-size: 24px;
  111. // padding-bottom: 10px;
  112. }
  113. }
  114. .title-money {
  115. // padding-top: 34px;
  116. font-size: 24px;
  117. // color: red;
  118. font-weight: 800;
  119. }
  120. .title-money-2 {
  121. height: 19px;
  122. font-size: 20px;
  123. font-weight: 400;
  124. color: #333333;
  125. padding-left: 40px;
  126. }
  127. .title-time {
  128. font-size: 24px;
  129. // padding-top: 20px;
  130. color: #c0c8d3;
  131. }
  132. .title-position-on {
  133. display: flex;
  134. font-size: 20px;
  135. .title-position {
  136. width: 18px;
  137. height: 24px;
  138. padding-right: 10px;
  139. padding-top: 5px;
  140. }
  141. .title-position-image {
  142. align-items: center;
  143. font-size: 20px;
  144. color: #333;
  145. }
  146. .title-on {
  147. // margin-bottom: 10px;
  148. padding-top: 5px;
  149. padding-left: 40px;
  150. width: 21px;
  151. height: 21px;
  152. padding-right: 10px;
  153. }
  154. .title-on-text {
  155. align-items: center;
  156. font-size: 20px;
  157. color: #333;
  158. }
  159. }
  160. }
  161. }
  162. }
  163. .right-complete-two {
  164. background: @whiteColor;
  165. background: radial-gradient(
  166. circle at top left,
  167. transparent 15px,
  168. @whiteColor 0
  169. )
  170. top left,
  171. radial-gradient(circle at bottom left, transparent 15px, @whiteColor 0)
  172. bottom 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. width: 100px;
  181. height: 134px;
  182. position: absolute;
  183. top: calc(50% - 45px);
  184. left: calc(50% - 46px);
  185. .right-image-2 {
  186. width: 76px;
  187. height: 66px;
  188. margin-top: 1em;
  189. }
  190. .right-image {
  191. width: 35px;
  192. height: 34px;
  193. margin-left: calc(50% - 17.5px);
  194. }
  195. .right-title {
  196. font-weight: 700;
  197. font-size: 24px;
  198. padding-top: 15px;
  199. text-align: center;
  200. }
  201. }
  202. }
  203. //线条
  204. .right-complete-two::after {
  205. content: "";
  206. position: absolute;
  207. top: 15px;
  208. margin: 26px auto;
  209. height: 70%;
  210. border-left: 1px dashed #595959;
  211. }
  212. .foot {
  213. width: 100%;
  214. height: 26px;
  215. font-size: 28px;
  216. font-weight: 400;
  217. color: #c0c8d3;
  218. line-height: 34px;
  219. margin-top: 40px;
  220. text-align: center;
  221. }
  222. .AlreadyUsed-box {
  223. margin: 40px auto;
  224. padding: 0 30px;
  225. .item-center-Number {
  226. .card-box-star {
  227. margin-top: 23px;
  228. width: auto;
  229. height: 44.3px;
  230. font-size: 20px;
  231. color: @whiteColor;
  232. .card-box-star-text {
  233. display: inline-block;
  234. height: 22px;
  235. font-size: 24px;
  236. font-weight: 400;
  237. color: #666666;
  238. }
  239. .card-star-image {
  240. padding-left: 30px;
  241. width: 21px;
  242. height: 21px;
  243. }
  244. .card-star-text {
  245. padding-left: 10px;
  246. font-size: 20px;
  247. color: #333;
  248. font-weight: 700;
  249. }
  250. }
  251. }
  252. .buy-button-box {
  253. width: 100%;
  254. margin: 40px 0 0 0;
  255. .button-Cancel {
  256. display: inline-block;
  257. width: 236px;
  258. height: 78px;
  259. border: 2px solid #274291;
  260. font-size: 30px;
  261. font-weight: bold;
  262. color: #274291;
  263. border-radius: 12px;
  264. margin-right: 80px;
  265. }
  266. .button-OK {
  267. display: inline-block;
  268. width: 236px;
  269. height: 78px;
  270. background: #274291;
  271. border-radius: 12px;
  272. font-size: 30px;
  273. font-weight: bold;
  274. color: #ffffff;
  275. }
  276. }
  277. }
  278. }