nextLogistics.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .poptitle.data-v-39adc19e {
  28. width: 142rpx;
  29. height: 50rpx;
  30. font-family: PingFangSC, PingFang SC;
  31. font-weight: 600;
  32. font-size: 36rpx;
  33. color: #333333;
  34. text-align: center;
  35. width: 100%;
  36. }
  37. .transport.data-v-39adc19e {
  38. width: 702rpx;
  39. height: 164rpx;
  40. background: #ffffff;
  41. border-radius: 12rpx;
  42. padding: 24rpx 20rpx;
  43. box-sizing: border-box;
  44. }
  45. .yundate.data-v-39adc19e {
  46. font-family: PingFangSC, PingFang SC;
  47. font-weight: 550;
  48. font-size: 32rpx;
  49. color: #333333;
  50. line-height: 44rpx;
  51. text-align: left;
  52. font-style: normal;
  53. }
  54. .chest.data-v-39adc19e {
  55. font-family: SFPro, SFPro;
  56. font-weight: 400;
  57. font-size: 24rpx;
  58. color: #555555;
  59. line-height: 28rpx;
  60. text-align: left;
  61. font-style: normal;
  62. }
  63. .mone.data-v-39adc19e {
  64. font-family: JDZhengHT, JDZhengHT;
  65. font-weight: 400;
  66. font-size: 26rpx;
  67. color: #f83224;
  68. line-height: 32rpx;
  69. text-align: left;
  70. font-style: normal;
  71. }
  72. .enbottom.data-v-39adc19e {
  73. width: 750rpx;
  74. height: 166rpx;
  75. background: #ffffff;
  76. position: absolute;
  77. left: 0rpx;
  78. bottom: 0;
  79. padding: 0 24rpx;
  80. box-sizing: border-box;
  81. }
  82. .enbottom .confirm.data-v-39adc19e {
  83. width: 398rpx;
  84. height: 84rpx;
  85. background: #f83224;
  86. border-radius: 42rpx;
  87. text-align: center;
  88. font-family: PingFangSC, PingFang SC;
  89. font-weight: 500;
  90. font-size: 32rpx;
  91. color: #ffffff;
  92. line-height: 84rpx;
  93. text-align: center;
  94. font-style: normal;
  95. }
  96. .enbottom .cancel.data-v-39adc19e {
  97. width: 280rpx;
  98. height: 84rpx;
  99. border-radius: 42rpx;
  100. border: 2rpx solid rgba(151, 151, 151, 0.3);
  101. font-family: PingFangSC, PingFang SC;
  102. font-weight: 400;
  103. font-size: 32rpx;
  104. color: #444444;
  105. line-height: 84rpx;
  106. text-align: center;
  107. font-style: normal;
  108. }