submit.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. .fukuan {
  28. font-size: 26rpx;
  29. font-family: PingFang SC;
  30. font-weight: 400;
  31. line-height: 36rpx;
  32. color: #333333;
  33. }
  34. .money1 {
  35. font-size: 32rpx;
  36. font-family: PingFang SC;
  37. font-weight: bold;
  38. line-height: 44rpx;
  39. color: #FC1E1E;
  40. }
  41. .bottom_pay {
  42. width: 262rpx;
  43. height: 72rpx;
  44. background: #8fd3f3;
  45. border-radius: 36rpx;
  46. font-size: 28rpx;
  47. font-family: PingFang SC;
  48. font-weight: 500;
  49. line-height: 72rpx;
  50. color: #FFFFFF;
  51. text-align: center;
  52. }
  53. .fixed_box {
  54. width: 750rpx;
  55. height: 98rpx;
  56. background: white;
  57. position: fixed;
  58. left: 0;
  59. bottom: 0;
  60. padding: 14rpx 24rpx 12rpx 0;
  61. }
  62. .pay {
  63. width: 750rpx;
  64. height: 130rpx;
  65. background: white;
  66. padding: 14rpx 56rpx 16rpx 6rpx;
  67. margin-left: -22rpx;
  68. }
  69. .jifen {
  70. font-size: 24rpx;
  71. font-family: PingFang SC;
  72. font-weight: bold;
  73. color: #F64016;
  74. }
  75. .fuhao {
  76. font-size: 24rpx;
  77. font-family: PingFang SC;
  78. font-weight: bold;
  79. color: #F64016;
  80. }
  81. .money {
  82. font-size: 32rpx;
  83. font-family: DIN;
  84. font-weight: bold;
  85. color: #F64016;
  86. }
  87. .margin {
  88. margin-top: 6rpx;
  89. }
  90. .bottom {
  91. padding: 0 24rpx;
  92. margin-top: 90rpx;
  93. }
  94. .u-number-input {
  95. background: rgba(0, 0, 0, 0) !important;
  96. }
  97. .left {
  98. font-size: 30rpx;
  99. font-family: PingFang SC;
  100. font-weight: 400;
  101. line-height: 42rpx;
  102. color: #676767;
  103. }
  104. .right {
  105. font-size: 30rpx;
  106. font-family: PingFang SC;
  107. font-weight: 400;
  108. line-height: 42rpx;
  109. color: #111111;
  110. }
  111. .u-icon-minus {
  112. width: 40rpx !important;
  113. height: 40rpx !important;
  114. border-radius: 100% !important;
  115. }
  116. .u-icon-plus {
  117. width: 40rpx !important;
  118. height: 40rpx !important;
  119. border-radius: 100% !important;
  120. }
  121. .top {
  122. padding: 12rpx 26rpx 0 18rpx;
  123. border-top: 2rpx solid #f6f6f6;
  124. }
  125. .center {
  126. width: 702rpx;
  127. height: 568rpx;
  128. background: white;
  129. border-radius: 16rpx;
  130. padding: 32rpx 0 20rpx 0;
  131. box-sizing: border-box;
  132. }
  133. .page {
  134. padding: 0 22rpx;
  135. background: #f6f5fa;
  136. border: 2rpx solid rgba(246, 245, 250, 0);
  137. min-height: 100vh;
  138. }
  139. .change {
  140. width: 702rpx;
  141. height: 144rpx;
  142. background: white;
  143. border-radius: 16rpx;
  144. padding: 40rpx 24rpx 20rpx;
  145. margin: 30rpx 0 20rpx 0;
  146. }