guigeitem.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. page {
  28. width: 100%;
  29. }
  30. .save_btn {
  31. margin: 50rpx;
  32. width: 650rpx;
  33. height: 88rpx;
  34. text-align: center;
  35. line-height: 88rpx;
  36. background: #FCD202;
  37. border-radius: 16rpx;
  38. color: #333333;
  39. }
  40. .container {
  41. width: 100%;
  42. padding-bottom: calc(98rpx + env(safe-area-inset-bottom));
  43. padding-bottom: calc(98rpx + constant(safe-area-inset-bottom));
  44. }
  45. .container .main {
  46. padding: 20rpx 20rpx 20rpx;
  47. }
  48. .container .main .order-des {
  49. padding: 30rpx;
  50. background-color: #fff;
  51. position: relative;
  52. }
  53. .container .main .order-des .title {
  54. font-size: 30rpx;
  55. font-weight: bold;
  56. color: #333333;
  57. line-height: 32rpx;
  58. padding-bottom: 20rpx;
  59. }
  60. .container .main .order-des .textarea-wrap {
  61. padding-top: 20rpx;
  62. width: 100%;
  63. border-bottom: 1rpx solid #E6E6E6;
  64. }
  65. .container .main .order-des .textarea-wrap .textarea {
  66. width: 100%;
  67. font-size: 28rpx;
  68. line-height: 35rpx;
  69. color: #333;
  70. }
  71. .container .main .order-des .textarea-counter {
  72. text-align: right;
  73. font-size: 28rpx;
  74. font-weight: 500;
  75. color: #999999;
  76. margin-top: 10rpx;
  77. }
  78. .container .main .order-list {
  79. margin-top: 20rpx;
  80. padding: 0 30rpx;
  81. border-radius: 20rpx;
  82. background-color: #fff;
  83. }
  84. .container .main .order-list .order-list-item {
  85. width: 100%;
  86. height: 110rpx;
  87. border-bottom: 1rpx solid #E6E6E6;
  88. display: flex;
  89. align-items: center;
  90. justify-content: space-between;
  91. }
  92. .container .main .order-list .order-list-item .tit {
  93. font-size: 34rpx;
  94. font-weight: 500;
  95. color: #333333;
  96. }
  97. .container .main .order-list .order-list-item .right {
  98. font-size: 34rpx;
  99. font-weight: 500;
  100. color: #666;
  101. display: flex;
  102. align-items: center;
  103. }
  104. .container .main .order-list .order-list-item .right .input {
  105. flex: 1;
  106. display: flex;
  107. align-items: center;
  108. text-align: right;
  109. padding-right: 10rpx;
  110. }
  111. .container .main .order-list .order-list-item:last-child {
  112. border-bottom: 0;
  113. }
  114. .container .btns button {
  115. margin: 22rpx;
  116. color: #fff;
  117. border: none;
  118. border-radius: 10rpx;
  119. }
  120. .container .btns .qr {
  121. background: #FF4701;
  122. }
  123. .container .footer {
  124. width: 100%;
  125. height: calc(98rpx + env(safe-area-inset-bottom));
  126. height: calc(98rpx + constant(safe-area-inset-bottom));
  127. padding-bottom: env(safe-area-inset-bottom);
  128. /*兼容IOS>11.2*/
  129. padding-bottom: constant(safe-area-inset-bottom);
  130. /*兼容IOS<11.2*/
  131. background: #FFFFFF;
  132. position: fixed;
  133. bottom: 0;
  134. padding: 0 30rpx;
  135. z-index: 10;
  136. display: flex;
  137. align-items: center;
  138. justify-content: space-between;
  139. }
  140. .container .footer .payinfo {
  141. font-size: 32rpx;
  142. font-weight: bold;
  143. color: #333333;
  144. }
  145. .container .footer .payinfo text {
  146. color: #FF3737;
  147. }
  148. .container .footer .tui-button-primar {
  149. width: 300rpx;
  150. height: 78rpx;
  151. line-height: 78rpx;
  152. background: #FF332F;
  153. border-radius: 10rpx;
  154. margin: 0;
  155. }
  156. .container .dragImg {
  157. position: absolute;
  158. left: 266rpx;
  159. top: 88rpx;
  160. height: 99%;
  161. width: 50%;
  162. }
  163. .container .dragImg .area-con {
  164. width: 186rpx !important;
  165. }
  166. .container .dragImg image {
  167. width: 186rpx !important;
  168. height: 186rpx !important;
  169. }