sellerFreight.wxss 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  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. float: left;
  33. margin: 24rpx 0 34rpx 0;
  34. }
  35. .freight-template .invoice-freight {
  36. width: 702rpx;
  37. padding: 0 24rpx;
  38. height: 88rpx;
  39. line-height: 88rpx;
  40. font-size: 28rpx;
  41. color: #333333;
  42. background: #FFFFFF;
  43. float: left;
  44. font-weight: bold;
  45. }
  46. .freight-template .invoice-freight .freight-left {
  47. float: left;
  48. }
  49. .freight-template .invoice-freight .freight-left .icon-yunfeishuoming {
  50. height: 100%;
  51. padding: 15rpx;
  52. color: #FF457B;
  53. font-weight: normal;
  54. }
  55. .freight-template .invoice-freight .freight-right {
  56. float: right;
  57. color: #2A81FF;
  58. }
  59. .freight-template .invoice-freight .freight-right .text-l {
  60. margin-right: 20rpx;
  61. }
  62. .freight-template .invoice-freight .freight-right .text {
  63. line-height: 88rpx;
  64. color: #ff0000;
  65. margin: 0 20rpx;
  66. font-weight: normal;
  67. }
  68. .freight-template .invoice-freight .freight-right .icon-chakangengduo {
  69. line-height: 88rpx;
  70. color: #999999;
  71. font-weight: normal;
  72. }
  73. .freight-ltitle {
  74. width: 100%;
  75. line-height: 60rpx;
  76. height: 60rpx;
  77. font-size: 28rpx;
  78. color: #333333;
  79. }
  80. .freight-radio {
  81. width: 100%;
  82. height: 88rpx;
  83. line-height: 88rpx;
  84. display: flex;
  85. border-bottom: 1px solid #EBEBEB;
  86. }
  87. .freight-radio .row-group {
  88. flex: 1;
  89. display: flex;
  90. }
  91. .freight-radio .row-input {
  92. flex: 1;
  93. height: 88rpx;
  94. line-height: 88rpx;
  95. }
  96. .freight-radio .row-radio {
  97. float: left;
  98. -webkit-transform: scale(0.6);
  99. transform: scale(0.6);
  100. }
  101. .freight-radio .row-text {
  102. font-size: 24rpx;
  103. color: #333333;
  104. }
  105. .freight-group {
  106. width: 100%;
  107. height: 88rpx;
  108. display: flex;
  109. border-bottom: 1px solid #FFFFFF;
  110. flex-direction: row;
  111. }
  112. .freight-group .text {
  113. display: block;
  114. flex: 1;
  115. line-height: 88rpx;
  116. font-size: 24rpx;
  117. color: #999999;
  118. text-align: left;
  119. padding-left: 10rpx;
  120. }
  121. .freight-group .group-from {
  122. flex: 1;
  123. height: 40rpx;
  124. padding: 20rpx;
  125. line-height: 40rpx;
  126. align-items: flex-start;
  127. font-size: 24rpx;
  128. color: #333333;
  129. background: #F7F7F7;
  130. border-radius: 14rpx;
  131. margin-bottom: 20rpx;
  132. margin-top: 10rpx;
  133. }
  134. .freight-group .group-from .form-input {
  135. height: 40rpx;
  136. line-height: 40rpx;
  137. flex-grow: 1;
  138. }
  139. /* 加入购物模态层*/
  140. @-webkit-keyframes showPopup {
  141. 0% {
  142. opacity: 0;
  143. }
  144. 100% {
  145. opacity: 1;
  146. }
  147. }
  148. @keyframes showPopup {
  149. 0% {
  150. opacity: 0;
  151. }
  152. 100% {
  153. opacity: 1;
  154. }
  155. }
  156. @-webkit-keyframes hidePopup {
  157. 0% {
  158. opacity: 1;
  159. }
  160. 100% {
  161. opacity: 0;
  162. }
  163. }
  164. @keyframes hidePopup {
  165. 0% {
  166. opacity: 1;
  167. }
  168. 100% {
  169. opacity: 0;
  170. }
  171. }
  172. @-webkit-keyframes showLayer {
  173. 0% {
  174. -webkit-transform: translateY(0);
  175. transform: translateY(0);
  176. }
  177. 100% {
  178. -webkit-transform: translateY(-100%);
  179. transform: translateY(-100%);
  180. }
  181. }
  182. @keyframes showLayer {
  183. 0% {
  184. -webkit-transform: translateY(0);
  185. transform: translateY(0);
  186. }
  187. 100% {
  188. -webkit-transform: translateY(-100%);
  189. transform: translateY(-100%);
  190. }
  191. }
  192. @-webkit-keyframes hideLayer {
  193. 0% {
  194. -webkit-transform: translateY(-100%);
  195. transform: translateY(-100%);
  196. }
  197. 100% {
  198. -webkit-transform: translateY(0);
  199. transform: translateY(0);
  200. }
  201. }
  202. @keyframes hideLayer {
  203. 0% {
  204. -webkit-transform: translateY(-100%);
  205. transform: translateY(-100%);
  206. }
  207. 100% {
  208. -webkit-transform: translateY(0);
  209. transform: translateY(0);
  210. }
  211. }
  212. @-webkit-keyframes showAmnation {
  213. 0% {
  214. top: -12rpx;
  215. opacity: 0;
  216. }
  217. 50% {
  218. top: -60rpx;
  219. opacity: 1;
  220. }
  221. 100% {
  222. top: -100rpx;
  223. opacity: 0;
  224. }
  225. }
  226. @keyframes showAmnation {
  227. 0% {
  228. top: -12rpx;
  229. opacity: 0;
  230. }
  231. 50% {
  232. top: -60rpx;
  233. opacity: 1;
  234. }
  235. 100% {
  236. top: -100rpx;
  237. opacity: 0;
  238. }
  239. }
  240. @-webkit-keyframes hideAmnation {
  241. 0% {
  242. top: -100rpx;
  243. opacity: 0;
  244. }
  245. 100% {
  246. top: -12rpx;
  247. opacity: 0;
  248. }
  249. }
  250. @keyframes hideAmnation {
  251. 0% {
  252. top: -100rpx;
  253. opacity: 0;
  254. }
  255. 100% {
  256. top: -12rpx;
  257. opacity: 0;
  258. }
  259. }
  260. .popup {
  261. position: fixed;
  262. top: 0;
  263. width: 100%;
  264. height: 100%;
  265. z-index: 999;
  266. display: none;
  267. }
  268. .popup .mask {
  269. position: fixed;
  270. top: 0;
  271. width: 100%;
  272. height: 100%;
  273. z-index: 21;
  274. background-color: rgba(0, 0, 0, 0.6);
  275. }
  276. .popup .layer {
  277. position: fixed;
  278. z-index: 22;
  279. bottom: -460rpx;
  280. width: 702rpx;
  281. padding: 24rpx 24rpx 36rpx 24rpx;
  282. height: 400rpx;
  283. border-radius: 20rpx 20rpx 0 0;
  284. background-color: #fff;
  285. display: flex;
  286. flex-wrap: wrap;
  287. align-content: space-between;
  288. }
  289. .popup .layer .content {
  290. width: 100%;
  291. }
  292. .popup .layer .btn {
  293. width: 100%;
  294. height: 88rpx;
  295. display: flex;
  296. }
  297. .popup .layer .btn .button {
  298. width: 702rpx;
  299. height: 88rpx;
  300. color: #fff;
  301. display: flex;
  302. align-items: center;
  303. justify-content: center;
  304. font-size: 28rpx;
  305. border-radius: 44rpx;
  306. background: linear-gradient(270deg, #f83c6c 0%, #fc32b4 100%);
  307. }
  308. .popup.show {
  309. display: block;
  310. }
  311. .popup.show .mask {
  312. -webkit-animation: showPopup 0.2s linear both;
  313. animation: showPopup 0.2s linear both;
  314. }
  315. .popup.show .layer {
  316. -webkit-animation: showLayer 0.2s linear both;
  317. animation: showLayer 0.2s linear both;
  318. }
  319. .popup.hide {
  320. display: block;
  321. }
  322. .popup.hide .mask {
  323. -webkit-animation: hidePopup 0.2s linear both;
  324. animation: hidePopup 0.2s linear both;
  325. }
  326. .popup.hide .layer {
  327. -webkit-animation: hideLayer 0.2s linear both;
  328. animation: hideLayer 0.2s linear both;
  329. }
  330. .popup.none {
  331. display: none;
  332. }
  333. .popup.service .row {
  334. margin: 30rpx 0;
  335. }
  336. .popup.service .row .title {
  337. font-size: 30rpx;
  338. margin: 10rpx 0;
  339. }
  340. .popup.service .row .description {
  341. font-size: 28rpx;
  342. color: #999;
  343. }
  344. .popup .layer-smimg {
  345. width: 114rpx;
  346. height: 114rpx;
  347. float: left;
  348. border-radius: 10rpx;
  349. margin-right: 24rpx;
  350. }
  351. .popup .layer-smimg image {
  352. width: 114rpx;
  353. height: 114rpx;
  354. border-radius: 10rpx;
  355. }
  356. .popup .layer-nunbox {
  357. justify-content: space-between;
  358. align-items: center;
  359. width: 536rpx;
  360. height: 88rpx;
  361. padding: 13rpx 0 0 0;
  362. float: left;
  363. }
  364. .popup .layer-nunbox .layer-nunbox-t {
  365. width: 100%;
  366. height: 44rpx;
  367. position: relative;
  368. display: flex;
  369. }
  370. .popup .layer-nunbox .layer-nunbox-t .layer-nunbox-text {
  371. line-height: 44rpx;
  372. font-size: 28rpx;
  373. }
  374. .popup .layer-nunbox .layer-nunbox-t .number-box {
  375. display: flex;
  376. justify-content: center;
  377. align-items: center;
  378. }
  379. .popup .layer-nunbox .layer-nunbox-t .number-box .iconfont {
  380. font-size: 32rpx;
  381. padding: 0 18rpx;
  382. font-size: #333333;
  383. }
  384. .popup .layer-nunbox .layer-nunbox-t .number-box .btn-input {
  385. width: 62rpx;
  386. height: 48rpx;
  387. line-height: 48rpx;
  388. background: #F8F8F8;
  389. border-radius: 4rpx;
  390. text-align: center;
  391. font-size: 28rpx;
  392. }
  393. .popup .layer-nunbox .layer-nunbox-t .product-step {
  394. position: absolute;
  395. left: 45rpx;
  396. bottom: 0;
  397. height: 44rpx;
  398. background: #FFFFFF;
  399. }
  400. .popup .layer-nunbox .layer-nunbox-b {
  401. width: 100%;
  402. height: 44rpx;
  403. margin-top: 13rpx;
  404. }
  405. .popup .layer-nunbox .text {
  406. line-height: 44rpx;
  407. font-size: 28rpx;
  408. }
  409. .popup .layer-nunbox .text .p {
  410. color: #FF2A2A;
  411. }
  412. .popup .layer-nunbox .text .p:first-child {
  413. margin-left: 30rpx;
  414. }
  415. .popup .layer-nunbox .text .p.sm {
  416. font-size: 24rpx;
  417. }