zngs.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .jg {
  12. height: 25px;
  13. width: 100%;
  14. background: linear-gradient(-43deg, #3455e3, #0328c7);
  15. }
  16. .gs-top {
  17. width: 750rpx;
  18. padding-bottom: 40rpx;
  19. background: linear-gradient(-43deg, #4464ED, #0328C7);
  20. }
  21. .gs-top image {
  22. width: 560rpx;
  23. height: 37rpx;
  24. margin: auto;
  25. display: block;
  26. }
  27. .gs-top .info {
  28. padding-top: 20rpx;
  29. padding-bottom: 15rpx;
  30. }
  31. .gs-top .info view {
  32. width: 33%;
  33. text-align: center;
  34. font-size: 28rpx;
  35. font-weight: 500;
  36. color: #cad0f4;
  37. }
  38. .tit {
  39. display: flex;
  40. width: 750rpx;
  41. align-items: center;
  42. }
  43. .tit .black {
  44. width: 80rpx;
  45. padding-left: 30rpx;
  46. }
  47. .tit .black image {
  48. width: 19rpx;
  49. height: 33rpx;
  50. }
  51. .tit .title {
  52. flex-grow: 1;
  53. text-align: center;
  54. font-size: 35rpx;
  55. font-weight: 500;
  56. color: #fff;
  57. }
  58. .list-item {
  59. height: 105rpx;
  60. border-bottom: 1px solid #ECECEC;
  61. width: 700rpx;
  62. margin: auto;
  63. align-items: center;
  64. font-size: 30rpx;
  65. font-weight: 500;
  66. color: #222222;
  67. }
  68. .list-item .item-name {
  69. width: 250rpx;
  70. }
  71. .list-item .item-val {
  72. min-width: 400rpx;
  73. flex-grow: 1;
  74. text-align: right;
  75. }
  76. .list-item .noact {
  77. color: #999;
  78. }
  79. .xyb {
  80. width: 520rpx;
  81. height: 88rpx;
  82. line-height: 88rpx;
  83. text-align: center;
  84. background: linear-gradient(270deg, #4464ED, #0328C7);
  85. border-radius: 44rpx;
  86. margin: 60rpx auto 0;
  87. font-size: 32rpx;
  88. font-weight: 500;
  89. color: #FFFFFF;
  90. }
  91. .syb {
  92. width: 318rpx;
  93. height: 88rpx;
  94. background: #ECEFFC;
  95. border: 1px solid #4261E3;
  96. border-radius: 44px;
  97. color: #4261E3;
  98. }
  99. .ksjs {
  100. width: 318rpx;
  101. height: 88rpx;
  102. background: linear-gradient(270deg, #4464ED, #0328C7);
  103. border-radius: 44rpx;
  104. }
  105. .btn-wrap {
  106. padding-bottom: 74rpx;
  107. }
  108. .jg-wrap {
  109. width: 710rpx;
  110. margin: auto;
  111. background: #FFFFFF;
  112. box-shadow: 0px 3rpx 18rpx 0px rgba(114, 136, 231, 0.27);
  113. border-radius: 0px 0px 14rpx 14rpx;
  114. }
  115. .jsjg-wrap {
  116. height: 110rpx;
  117. border-top: 1px solid #EDEDED;
  118. border-bottom: 1px solid #EDEDED;
  119. width: 646rpx;
  120. margin: auto;
  121. font-size: 22rpx;
  122. padding: 0 15rpx;
  123. }
  124. .jsjg-wrap .jg-left .left-top .item-tit {
  125. font-size: 30rpx;
  126. font-weight: bold;
  127. color: #0C0C0C;
  128. padding-right: 10rpx;
  129. }
  130. .jsjg-wrap .jg-right {
  131. flex-shrink: 0;
  132. font-size: 32rpx;
  133. font-weight: 500;
  134. color: #282828;
  135. }
  136. .jg-zj {
  137. padding: 35rpx 43rpx 20rpx 40rpx;
  138. font-size: 28rpx;
  139. font-weight: 500;
  140. color: #444444;
  141. }
  142. .jg-zj .price {
  143. font-size: 60rpx;
  144. font-weight: bold;
  145. color: #444444;
  146. }
  147. .jg-zj .price::before {
  148. content: '¥';
  149. font-size: 32rpx;
  150. padding-right: 10rpx;
  151. }
  152. .jg-tip {
  153. font-size: 25rpx;
  154. font-weight: 500;
  155. color: #A0A0A0;
  156. text-align: right;
  157. padding-right: 44rpx;
  158. padding-bottom: 50rpx;
  159. }
  160. .popup-box {
  161. width: 522rpx;
  162. height: 605rpx;
  163. background-color: #ffffff;
  164. border-radius: 20rpx;
  165. position: relative;
  166. }
  167. .popup-box .img {
  168. position: relative;
  169. top: -56rpx;
  170. left: 0;
  171. width: 522rpx;
  172. height: 132rpx;
  173. display: flex;
  174. justify-content: center;
  175. }
  176. .popup-box .img image {
  177. border-radius: 20rpx 20rpx 0 0;
  178. width: 450rpx;
  179. height: 132rpx;
  180. }
  181. .popup-box .mian {
  182. margin-top: -44rpx;
  183. display: flex;
  184. flex-direction: column;
  185. align-items: center;
  186. background-color: #ffffff;
  187. border-radius: 0 0 20rpx 20rpx;
  188. text-align: center;
  189. }
  190. .popup-box .mian .delivery {
  191. font-size: 40rpx;
  192. color: #333333;
  193. display: flex;
  194. align-items: center;
  195. flex-direction: column;
  196. }
  197. .popup-box .mian .delivery image {
  198. margin-top: 48rpx;
  199. width: 172rpx;
  200. height: 160rpx;
  201. }
  202. .popup-box .mian .nocancel {
  203. font-size: 32rpx;
  204. color: #333333;
  205. margin-top: 14rpx;
  206. }
  207. .popup-box .mian .comfirm-box {
  208. margin-top: 52rpx;
  209. display: flex;
  210. }
  211. .popup-box .mian .comfirm-box .cancel {
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. width: 197rpx;
  216. height: 74rpx;
  217. border: 1px solid #dcc786;
  218. border-radius: 38rpx;
  219. font-size: 32rpx;
  220. color: #605128;
  221. }
  222. .popup-box .mian .comfirm-box .comfirm {
  223. margin-left: 32rpx;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. width: 197rpx;
  228. height: 74rpx;
  229. background: linear-gradient(-90deg, #d1ba77 0%, #f7e8ad 100%);
  230. border-radius: 38px;
  231. font-size: 32rpx;
  232. color: #605128;
  233. }
  234. .new-bg {
  235. width: 750rpx;
  236. background-color: #fff;
  237. padding: 0 10rpx;
  238. }
  239. .new-bg .bg-line {
  240. height: 100rpx;
  241. font-size: 26rpx;
  242. justify-content: flex-start;
  243. border-bottom: 1px solid #eeeeee;
  244. }
  245. .new-bg .bg-line:nth-child(odd) {
  246. background-color: #f6f7fb;
  247. }
  248. .new-bg .bg-line view {
  249. text-align: center;
  250. height: 100rpx;
  251. display: flex;
  252. align-items: center;
  253. justify-content: center;
  254. border-right: 1px solid #eee;
  255. border-top: 1px solid #eee;
  256. }
  257. .new-bg .bg-line .title {
  258. width: 128rpx;
  259. text-align: left;
  260. }
  261. .new-bg .bg-line .name {
  262. width: 160rpx;
  263. }
  264. .new-bg .bg-line .specifications {
  265. width: 150rpx;
  266. }
  267. .new-bg .bg-line .number {
  268. width: 85rpx;
  269. }
  270. .new-bg .bg-line .unit_price {
  271. width: 120rpx;
  272. }
  273. .new-bg .bg-line .ot-price {
  274. width: 110rpx;
  275. border-right: none;
  276. }
  277. .jg-jz {
  278. padding: 0 20rpx;
  279. font-size: 30rpx;
  280. height: 90rpx;
  281. line-height: 90rpx;
  282. }
  283. .wxtip {
  284. font-style: italic;
  285. font-size: 28rpx;
  286. text-align: right;
  287. padding: 40rpx 20rpx 0 0;
  288. }