creatOrd.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /* uni.scss */
  10. /* 页面左右间距 */
  11. /* 文字尺寸 */
  12. /* 文字尺寸 */
  13. /*文字颜色*/
  14. /* 边框颜色 */
  15. /* 图片加载中颜色 */
  16. /* 行为相关颜色 */
  17. /* 颜色变量 */
  18. /* 项目主色 */
  19. /* 文字基本颜色 */
  20. .red {
  21. color: #f60808;
  22. }
  23. .green {
  24. color: #15ab54;
  25. }
  26. .yellow {
  27. color: #f0ad4e;
  28. }
  29. .blue {
  30. color: #1f96f6;
  31. }
  32. .blank {
  33. color: #000;
  34. }
  35. .white {
  36. color: #fff;
  37. }
  38. .promain {
  39. color: #025b58;
  40. }
  41. .prosecond {
  42. color: #ed742f;
  43. }
  44. .textmain {
  45. color: #333;
  46. }
  47. .textgrey {
  48. color: #999;
  49. }
  50. .fuColor {
  51. color: #c6cadb;
  52. }
  53. .fontssm {
  54. font-size: 22rpx;
  55. }
  56. .fontsm {
  57. font-size: 24rpx;
  58. }
  59. .fontmid {
  60. font-size: 28rpx;
  61. }
  62. .fontbase {
  63. font-size: 30rpx;
  64. }
  65. /* 背景颜色 */
  66. /* 边框颜色 */
  67. /* input 样式 */
  68. .input-placeholder {
  69. color: #999999;
  70. }
  71. .navigator-hover {
  72. background: transparent !important;
  73. opacity: 1;
  74. }
  75. .uni-page-head-transparent .uni-page-head-btn {
  76. background: transparent !important;
  77. }
  78. uni-toast {
  79. z-index: 99999;
  80. }
  81. button {
  82. background: transparent;
  83. }
  84. button::after {
  85. border: 0;
  86. }
  87. .content {
  88. min-height: 100vh;
  89. padding: 30rpx 30rpx 140rpx;
  90. }
  91. .content .payInfo {
  92. margin-top: 30rpx;
  93. background-color: #fff;
  94. padding: 35rpx 30rpx;
  95. }
  96. .content .payInfo .payicon {
  97. width: 68rpx;
  98. height: 68rpx;
  99. }
  100. .content .payInfo .flex1 {
  101. margin: 0 15rpx;
  102. }
  103. .content .payInfo .fontmid {
  104. flex: 1;
  105. }
  106. .content .payInfo .payselicon {
  107. width: 32rpx;
  108. height: 32rpx;
  109. }
  110. .content .warp {
  111. background-color: none;
  112. align-items: center;
  113. }
  114. .content .warp .title {
  115. width: 434rpx;
  116. height: 312rpx;
  117. }
  118. .content .warp .box {
  119. margin-top: -138rpx;
  120. padding: 164rpx 0 0;
  121. width: 564rpx;
  122. min-height: 502rpx;
  123. background: #ffffff;
  124. border-radius: 16rpx;
  125. border: 2rpx solid #979797;
  126. align-items: center;
  127. }
  128. .content .warp .box .errtit {
  129. padding: 0 40rpx;
  130. font-size: 40rpx;
  131. color: #080404;
  132. line-height: 50rpx;
  133. margin: 46rpx 0 30rpx;
  134. }
  135. .content .warp .box .subtit {
  136. font-size: 36rpx;
  137. color: #ff5302;
  138. line-height: 50rpx;
  139. }
  140. .content .warp .box .subtit image {
  141. width: 54rpx;
  142. height: 54rpx;
  143. margin-right: 20rpx;
  144. }
  145. .content .warp .box .com {
  146. margin: 110rpx 0 30rpx;
  147. font-size: 28rpx;
  148. font-family: MicrosoftYaHei;
  149. color: #666666;
  150. line-height: 38rpx;
  151. }
  152. .content .warp .close {
  153. width: 64rpx;
  154. height: 64rpx;
  155. margin-top: 30rpx;
  156. }
  157. .content .address {
  158. padding: 30rpx;
  159. background-color: #fff;
  160. margin: 0rpx 0 22rpx;
  161. border-radius: 16rpx;
  162. overflow: hidden;
  163. }
  164. .content .address image {
  165. width: 56rpx;
  166. height: 56rpx;
  167. margin-right: 30rpx;
  168. }
  169. .content .address .addInfo {
  170. flex: 1;
  171. }
  172. .content .address .addInfo-title text {
  173. font-size: 32rpx;
  174. }
  175. .content .address .addInfo-title text:nth-of-type(2) {
  176. font-size: 28rpx;
  177. margin-left: 12rpx;
  178. }
  179. .content .address .addInfo-bot {
  180. margin-top: 10rpx;
  181. font-size: 28rpx;
  182. line-height: 40rpx;
  183. }
  184. .content .shopsBox {
  185. background-color: #fff;
  186. border-radius: 16rpx;
  187. padding: 30rpx 20rpx;
  188. }
  189. .content .shopsBox .shopsTit {
  190. font-size: 32rpx;
  191. line-height: 44rpx;
  192. margin-bottom: 30rpx;
  193. }
  194. .content .shopsBox .shopsTit image {
  195. width: 40rpx;
  196. height: 40rpx;
  197. margin-right: 10rpx;
  198. }
  199. .content .shopsBox .shopshead {
  200. padding-bottom: 20rpx;
  201. }
  202. .content .shopsBox .shopshead image {
  203. width: 180rpx;
  204. height: 180rpx;
  205. border-radius: 10rpx;
  206. margin-right: 20rpx;
  207. background-color: #ccc;
  208. }
  209. .content .shopsBox .shopshead .shopsInfo {
  210. width: 450rpx;
  211. height: 100%;
  212. align-items: flex-start;
  213. justify-content: space-between;
  214. }
  215. .content .shopsBox .shopshead .shopsInfo .elli {
  216. height: 80rpx;
  217. line-height: 40rpx;
  218. }
  219. .content .shopsBox .shopshead .shopsInfo .price {
  220. width: 100%;
  221. }
  222. .content .shopsBox .shopshead .shopsInfo .price text {
  223. font-size: 32rpx;
  224. }
  225. .content .shopsBox .shopshead .shopsInfo .price .u-number-input {
  226. margin: 0;
  227. }
  228. .content .shopsBox .shopshead .shopsInfo .price .u-icon-plus,
  229. .content .shopsBox .shopshead .shopsInfo .price .uni-input-input,
  230. .content .shopsBox .shopshead .shopsInfo .price .u-icon-minus {
  231. border: 1px solid #ebebeb;
  232. }
  233. .content .shopsBox .other {
  234. margin: 30rpx 0 0 60rpx;
  235. }
  236. .content .shopsBox .other:nth-of-type(1) {
  237. margin-top: 50rpx;
  238. }
  239. .content .shopsBox .other text {
  240. margin-right: 30rpx;
  241. }
  242. .content .shopsBox .other input {
  243. flex: 1;
  244. }
  245. .content .fixBox {
  246. justify-content: flex-end;
  247. font-size: 32rpx;
  248. padding-left: 30rpx;
  249. }
  250. .content .fixBox .clickbtn {
  251. margin: 0 0 0 20rpx;
  252. width: 214rpx;
  253. border-radius: 0px;
  254. }