jsxq.wxss 4.1 KB

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