leavepost.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. /* pages/shareOrderDetail/shareOrderDetail.wxss */
  2. page {
  3. /* height: 100%; */
  4. background-size: 100%;
  5. background: #F3F3F3;
  6. padding-bottom:200rpx;
  7. }
  8. view,text{
  9. box-sizing: border-box;
  10. }
  11. .order-detail {
  12. margin: 30rpx 20rpx;
  13. /* background: #fff; */
  14. /* border-radius: 10rpx; */
  15. /* padding: 15rpx 20rpx; */
  16. /* box-shadow:1rpx 2rpx 20rpx 5rpx #eee; */
  17. }
  18. .order-detail_i {
  19. border-bottom: 1rpx solid #eee;
  20. padding: 0 16rpx;
  21. display: flex;
  22. flex-direction: row;
  23. font-size: 32rpx;
  24. height: 96rpx;
  25. align-items: center;
  26. }
  27. .order-detail_i_l {
  28. padding: 15rpx;
  29. color: #636363;
  30. font-size: 28rpx;
  31. display: flex;
  32. flex-direction: row;
  33. }
  34. .order-detail_i_name{
  35. width: 200rpx;
  36. font-weight: 700;
  37. white-space:nowrap;
  38. text-align: right;
  39. color:#636363;
  40. }
  41. .weui-uploader {
  42. margin-top: 10rpx;
  43. }
  44. .weui-uploader__hd {
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. padding-bottom: 10px;
  49. -webkit-box-align: center;
  50. -webkit-align-items: center;
  51. align-items: center;
  52. }
  53. .weui-uploader__title {
  54. -webkit-box-flex: 1;
  55. -webkit-flex: 1;
  56. flex: 1;
  57. color: #333;
  58. }
  59. .weui-uploader__info {
  60. color: #b2b2b2;
  61. }
  62. .weui-uploader__bd {
  63. margin-bottom: -4px;
  64. margin-right: -9px;
  65. overflow: hidden;
  66. }
  67. .weui-uploader__file {
  68. float: left;
  69. margin-right: 9px;
  70. margin-bottom: 9px;
  71. }
  72. .weui-uploader__img {
  73. display: block;
  74. width: 79px;
  75. height: 79px;
  76. }
  77. .weui-uploader__file_status {
  78. position: relative;
  79. }
  80. .weui-uploader__file_status:before {
  81. content: " ";
  82. position: absolute;
  83. top: 0;
  84. right: 0;
  85. bottom: 0;
  86. left: 0;
  87. background-color: rgba(0, 0, 0, 0.5);
  88. }
  89. .weui-uploader__file-content {
  90. position: absolute;
  91. top: 50%;
  92. left: 50%;
  93. -webkit-transform: translate(-50%, -50%);
  94. transform: translate(-50%, -50%);
  95. color: #fff;
  96. }
  97. .weui-uploader__input-box {
  98. float: left;
  99. position: relative;
  100. margin-right: 9px;
  101. margin-bottom: 9px;
  102. width: 77px;
  103. height: 77px;
  104. border: 1px solid #24B2FF;
  105. border-radius: 8rpx;
  106. }
  107. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  108. content: " ";
  109. position: absolute;
  110. top: 50%;
  111. left: 50%;
  112. -webkit-transform: translate(-50%, -50%);
  113. transform: translate(-50%, -50%);
  114. /* background-color: #d9d9d9; */
  115. background-color: #24B2FF;
  116. }
  117. .weui-uploader__input-box:before {
  118. width: 8rpx;
  119. height: 40rpx;
  120. }
  121. .weui-uploader__input-box:after {
  122. width: 40rpx;
  123. height: 8rpx;
  124. }
  125. .weui-uploader__input-box:active {
  126. border-color: #999;
  127. }
  128. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  129. background-color: #999;
  130. }
  131. .weui-uploader__input {
  132. position: absolute;
  133. z-index: 1;
  134. top: 0;
  135. left: 0;
  136. width: 100%;
  137. height: 100%;
  138. opacity: 0;
  139. }
  140. .register-btn{
  141. background: #0099ff;
  142. border-radius: 10px;
  143. background-size: 100%;
  144. width:592rpx;
  145. height: 114rpx;
  146. margin:50rpx auto 80rpx;
  147. color:#fff;
  148. font-size: 36rpx;
  149. line-height:114rpx;
  150. text-align: center;
  151. font-weight:bold;
  152. }
  153. .picker-content{
  154. height: 96rpx;
  155. line-height: 96rpx;
  156. width:420rpx;
  157. }
  158. .btn-wrapper{
  159. position: fixed;
  160. bottom:0;
  161. left:0;
  162. right:0;
  163. padding:0 50rpx 56rpx;
  164. background: #fff;
  165. }
  166. .schedue-apply-btn{
  167. width: 650rpx;
  168. height: 130rpx;
  169. background: linear-gradient( 57deg, #16A9FF 0%, #4DD3FF 100%);
  170. border-radius: 8rpx;
  171. align-items: center;
  172. display: flex;
  173. padding:20rpx 0;
  174. flex-direction: column;
  175. }
  176. .schedue-apply-btn view{
  177. font-weight: 600;
  178. font-size: 40rpx;
  179. color: #FFFFFF;
  180. line-height: 56rpx;
  181. line-height: 56rpx;
  182. }
  183. .schedue-apply-btn view.tips{
  184. font-size: 24rpx;
  185. line-height: 34rpx;
  186. line-height: 34rpx;
  187. }
  188. .module-wrapper{
  189. width: 710rpx;
  190. background: #FFFFFF;
  191. border-radius: 14rpx;
  192. padding:34rpx 30rpx;
  193. margin-bottom:20rpx;
  194. }
  195. .module-title{
  196. font-weight: bold;
  197. font-size: 36rpx;
  198. color: #333333;
  199. line-height: 50rpx;
  200. height: 50rpx;
  201. margin-bottom:20rpx;
  202. }
  203. .select-board{
  204. width: 650rpx;
  205. height: 130rpx;
  206. border-radius: 8rpx;
  207. border: 2rpx solid #24B2FF;
  208. display: flex;
  209. justify-content: space-between;
  210. align-items: center;
  211. padding:0 30rpx 0 40rpx;
  212. }
  213. .select-left{
  214. display: flex;
  215. align-items: center;
  216. height: 56rpx;
  217. }
  218. .select-left view{
  219. font-weight: 600;
  220. font-size: 40rpx;
  221. color: #999999;
  222. line-height: 56rpx;
  223. margin-right:10rpx;
  224. }
  225. .select-left image{
  226. width:44rpx;
  227. height:44rpx;
  228. }
  229. .select-board .arrow-img{
  230. width:24rpx;
  231. height:24rpx;
  232. }