sellerFreight.wxss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 字体大小变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .freight-template {
  29. width: 100%;
  30. height: auto;
  31. background: #FFFFFF;
  32. margin: 24rpx 0 24rpx 0;
  33. }
  34. .freight-template .invoice-freight {
  35. width: 702rpx;
  36. padding: 0 24rpx;
  37. height: 88rpx;
  38. line-height: 88rpx;
  39. font-size: 28rpx;
  40. color: #333333;
  41. background: #FFFFFF;
  42. float: left;
  43. font-weight: bold;
  44. }
  45. .freight-template .invoice-freight .freight-left {
  46. float: left;
  47. }
  48. .freight-template .invoice-freight .freight-left .icon-yunfeishuoming {
  49. height: 100%;
  50. padding: 15rpx;
  51. color: #ff457b;
  52. font-weight: normal;
  53. }
  54. .freight-template .invoice-freight .freight-right {
  55. float: right;
  56. color: #2A81FF;
  57. }
  58. .freight-template .invoice-freight .freight-right .text-l {
  59. margin-right: 20rpx;
  60. }
  61. .freight-template .invoice-freight .freight-right .text {
  62. line-height: 88rpx;
  63. color: #ff0000;
  64. margin: 0 20rpx;
  65. font-weight: normal;
  66. }
  67. .freight-template .invoice-freight .freight-right .icon-chakangengduo {
  68. line-height: 88rpx;
  69. color: #999999;
  70. font-weight: normal;
  71. }
  72. .freight-ltitle {
  73. width: 100%;
  74. line-height: 60rpx;
  75. height: 60rpx;
  76. font-size: 28rpx;
  77. color: #333333;
  78. }
  79. .freight-radio {
  80. width: 100%;
  81. height: 88rpx;
  82. line-height: 88rpx;
  83. display: flex;
  84. border-bottom: 1px solid #EBEBEB;
  85. }
  86. .freight-radio .row-group {
  87. flex: 1;
  88. display: flex;
  89. }
  90. .freight-radio .row-input {
  91. flex: 1;
  92. height: 88rpx;
  93. line-height: 88rpx;
  94. }
  95. .freight-radio .row-radio {
  96. float: left;
  97. -webkit-transform: scale(0.6);
  98. transform: scale(0.6);
  99. }
  100. .freight-radio .row-text {
  101. font-size: 24rpx;
  102. color: #333333;
  103. }
  104. .freight-group {
  105. width: 100%;
  106. height: 88rpx;
  107. display: flex;
  108. border-bottom: 1px solid #FFFFFF;
  109. flex-direction: row;
  110. }
  111. .freight-group .text {
  112. display: block;
  113. flex: 1;
  114. line-height: 88rpx;
  115. font-size: 24rpx;
  116. color: #999999;
  117. text-align: left;
  118. padding-left: 10rpx;
  119. }
  120. .freight-group .group-from {
  121. flex: 1;
  122. height: 40rpx;
  123. padding: 20rpx;
  124. line-height: 40rpx;
  125. align-items: flex-start;
  126. font-size: 24rpx;
  127. color: #333333;
  128. background: #F7F7F7;
  129. border-radius: 14rpx;
  130. margin-bottom: 20rpx;
  131. margin-top: 10rpx;
  132. }
  133. .freight-group .group-from .form-input {
  134. height: 40rpx;
  135. line-height: 40rpx;
  136. flex-grow: 1;
  137. }
  138. /* 加入购物模态层*/
  139. @-webkit-keyframes showPopup {
  140. 0% {
  141. opacity: 0;
  142. }
  143. 100% {
  144. opacity: 1;
  145. }
  146. }
  147. @keyframes showPopup {
  148. 0% {
  149. opacity: 0;
  150. }
  151. 100% {
  152. opacity: 1;
  153. }
  154. }
  155. @-webkit-keyframes hidePopup {
  156. 0% {
  157. opacity: 1;
  158. }
  159. 100% {
  160. opacity: 0;
  161. }
  162. }
  163. @keyframes hidePopup {
  164. 0% {
  165. opacity: 1;
  166. }
  167. 100% {
  168. opacity: 0;
  169. }
  170. }
  171. @-webkit-keyframes showLayer {
  172. 0% {
  173. -webkit-transform: translateY(0);
  174. transform: translateY(0);
  175. }
  176. 100% {
  177. -webkit-transform: translateY(-100%);
  178. transform: translateY(-100%);
  179. }
  180. }
  181. @keyframes showLayer {
  182. 0% {
  183. -webkit-transform: translateY(0);
  184. transform: translateY(0);
  185. }
  186. 100% {
  187. -webkit-transform: translateY(-100%);
  188. transform: translateY(-100%);
  189. }
  190. }
  191. @-webkit-keyframes hideLayer {
  192. 0% {
  193. -webkit-transform: translateY(-100%);
  194. transform: translateY(-100%);
  195. }
  196. 100% {
  197. -webkit-transform: translateY(0);
  198. transform: translateY(0);
  199. }
  200. }
  201. @keyframes hideLayer {
  202. 0% {
  203. -webkit-transform: translateY(-100%);
  204. transform: translateY(-100%);
  205. }
  206. 100% {
  207. -webkit-transform: translateY(0);
  208. transform: translateY(0);
  209. }
  210. }
  211. @-webkit-keyframes showAmnation {
  212. 0% {
  213. top: -12rpx;
  214. opacity: 0;
  215. }
  216. 50% {
  217. top: -60rpx;
  218. opacity: 1;
  219. }
  220. 100% {
  221. top: -100rpx;
  222. opacity: 0;
  223. }
  224. }
  225. @keyframes showAmnation {
  226. 0% {
  227. top: -12rpx;
  228. opacity: 0;
  229. }
  230. 50% {
  231. top: -60rpx;
  232. opacity: 1;
  233. }
  234. 100% {
  235. top: -100rpx;
  236. opacity: 0;
  237. }
  238. }
  239. @-webkit-keyframes hideAmnation {
  240. 0% {
  241. top: -100rpx;
  242. opacity: 0;
  243. }
  244. 100% {
  245. top: -12rpx;
  246. opacity: 0;
  247. }
  248. }
  249. @keyframes hideAmnation {
  250. 0% {
  251. top: -100rpx;
  252. opacity: 0;
  253. }
  254. 100% {
  255. top: -12rpx;
  256. opacity: 0;
  257. }
  258. }
  259. .popup {
  260. position: fixed;
  261. top: 0;
  262. width: 100%;
  263. height: 100%;
  264. z-index: 999;
  265. display: none;
  266. }
  267. .popup .mask {
  268. position: fixed;
  269. top: 0;
  270. width: 100%;
  271. height: 100%;
  272. z-index: 21;
  273. background-color: rgba(0, 0, 0, 0.6);
  274. }
  275. .popup .layer {
  276. position: fixed;
  277. z-index: 22;
  278. bottom: -460rpx;
  279. width: 702rpx;
  280. padding: 24rpx 24rpx 36rpx 24rpx;
  281. height: 400rpx;
  282. border-radius: 20rpx 20rpx 0 0;
  283. background-color: #fff;
  284. display: flex;
  285. flex-wrap: wrap;
  286. align-content: space-between;
  287. }
  288. .popup .layer .content {
  289. width: 100%;
  290. }
  291. .popup .layer .btn {
  292. width: 100%;
  293. height: 88rpx;
  294. display: flex;
  295. }
  296. .popup .layer .btn .button {
  297. width: 702rpx;
  298. height: 88rpx;
  299. color: #fff;
  300. display: flex;
  301. align-items: center;
  302. justify-content: center;
  303. font-size: 28rpx;
  304. border-radius: 44rpx;
  305. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  306. }
  307. .popup.show {
  308. display: block;
  309. }
  310. .popup.show .mask {
  311. -webkit-animation: showPopup 0.2s linear both;
  312. animation: showPopup 0.2s linear both;
  313. }
  314. .popup.show .layer {
  315. -webkit-animation: showLayer 0.2s linear both;
  316. animation: showLayer 0.2s linear both;
  317. }
  318. .popup.hide {
  319. display: block;
  320. }
  321. .popup.hide .mask {
  322. -webkit-animation: hidePopup 0.2s linear both;
  323. animation: hidePopup 0.2s linear both;
  324. }
  325. .popup.hide .layer {
  326. -webkit-animation: hideLayer 0.2s linear both;
  327. animation: hideLayer 0.2s linear both;
  328. }
  329. .popup.none {
  330. display: none;
  331. }
  332. .popup.service .row {
  333. margin: 30rpx 0;
  334. }
  335. .popup.service .row .title {
  336. font-size: 30rpx;
  337. margin: 10rpx 0;
  338. }
  339. .popup.service .row .description {
  340. font-size: 28rpx;
  341. color: #999;
  342. }
  343. .popup .layer-smimg {
  344. width: 114rpx;
  345. height: 114rpx;
  346. float: left;
  347. border-radius: 10rpx;
  348. margin-right: 24rpx;
  349. }
  350. .popup .layer-smimg image {
  351. width: 114rpx;
  352. height: 114rpx;
  353. border-radius: 10rpx;
  354. }
  355. .popup .layer-nunbox {
  356. justify-content: space-between;
  357. align-items: center;
  358. width: 536rpx;
  359. height: 88rpx;
  360. padding: 13rpx 0 0 0;
  361. float: left;
  362. }
  363. .popup .layer-nunbox .layer-nunbox-t {
  364. width: 100%;
  365. height: 44rpx;
  366. position: relative;
  367. display: flex;
  368. }
  369. .popup .layer-nunbox .layer-nunbox-t .layer-nunbox-text {
  370. line-height: 44rpx;
  371. font-size: 28rpx;
  372. }
  373. .popup .layer-nunbox .layer-nunbox-t .number-box {
  374. display: flex;
  375. justify-content: center;
  376. align-items: center;
  377. }
  378. .popup .layer-nunbox .layer-nunbox-t .number-box .iconfont {
  379. font-size: 32rpx;
  380. padding: 0 18rpx;
  381. font-size: #333333;
  382. }
  383. .popup .layer-nunbox .layer-nunbox-t .number-box .btn-input {
  384. width: 62rpx;
  385. height: 48rpx;
  386. line-height: 48rpx;
  387. background: #F8F8F8;
  388. border-radius: 4rpx;
  389. text-align: center;
  390. font-size: 28rpx;
  391. }
  392. .popup .layer-nunbox .layer-nunbox-t .product-step {
  393. position: absolute;
  394. left: 45rpx;
  395. bottom: 0;
  396. height: 44rpx;
  397. background: #FFFFFF;
  398. }
  399. .popup .layer-nunbox .layer-nunbox-b {
  400. width: 100%;
  401. height: 44rpx;
  402. margin-top: 13rpx;
  403. }
  404. .popup .layer-nunbox .text {
  405. line-height: 44rpx;
  406. font-size: 28rpx;
  407. }
  408. .popup .layer-nunbox .text .p {
  409. color: #ff457b;
  410. }
  411. .popup .layer-nunbox .text .p:first-child {
  412. margin-left: 30rpx;
  413. }
  414. .popup .layer-nunbox .text .p.sm {
  415. font-size: 24rpx;
  416. }