diypreviewing.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. page {
  2. height: 100%;
  3. width: 100%;
  4. }
  5. .container {
  6. height: auto;
  7. overflow: hidden;
  8. padding:20rpx;
  9. }
  10. .confirmTxt{
  11. text-align: left;
  12. font-weight: 500;
  13. font-size: 18px;
  14. height: 66rpx;
  15. line-height: 66rpx;
  16. padding-right: 20rpx;
  17. color: #333;
  18. }
  19. .item{
  20. display: flex;
  21. margin: 20rpx 0;
  22. }
  23. .txt{
  24. flex: 1;
  25. height: 66rpx;
  26. line-height: 66rpx;
  27. text-align: right;
  28. padding-right: 20rpx;
  29. color: #333;
  30. }
  31. .input{
  32. flex: 4;
  33. height: 72rpx;
  34. border: 1rpx solid #ccc;
  35. font-size: 36rpx;
  36. padding-left: 10rpx;
  37. color:#333
  38. }
  39. .address{
  40. flex: 4;
  41. height: 162rpx;
  42. border: 1rpx solid #ccc;
  43. font-size: 36rpx;
  44. padding-left: 10rpx;
  45. color:#333
  46. }
  47. .item-btn{
  48. display:flex;
  49. justify-content: center;
  50. /* position: absolute; */
  51. /* bottom: 20rpx; */
  52. /* width: 100%; */
  53. /* border-top: 1rpx solid #ccc; */
  54. /* left: 0; */
  55. }
  56. .btn {
  57. margin-top: 30rpx;
  58. height: 96rpx;
  59. line-height: 96rpx;
  60. width: 300rpx;
  61. color: #fff;
  62. font-size: 30rpx;
  63. background-color: #09AFFF;
  64. border-radius: 10rpx;
  65. letter-spacing: 3rpx;
  66. }
  67. .action{
  68. height: 30rpx;
  69. width: 30rpx;
  70. float: right;
  71. color: #b4282d;
  72. border-radius: 50%;
  73. margin-top: -10rpx;
  74. }
  75. .picker{
  76. height: 100%;
  77. position: absolute;
  78. bottom: 20rpx;
  79. background-color: #fff;
  80. right: 10rpx;
  81. left: 10rpx;
  82. }
  83. .category{
  84. border:1rpx solid #ccc;
  85. padding: 10rpx;
  86. margin: 20rpx 0;
  87. border-radius: 10rpx;
  88. }
  89. .list{
  90. display: flex;
  91. flex-wrap: wrap;
  92. align-items: center;
  93. /* min-height: 200rpx; */
  94. justify-content: flex-start;
  95. }
  96. .label{
  97. border-radius: 10rpx;
  98. padding: 10rpx 20rpx;
  99. height: 50rpx;
  100. line-height: 50rpx;
  101. border: 1rpx solid #ccc;
  102. background-color:#09AFFF;
  103. color: #333;
  104. text-align: center;
  105. margin-right: 10rpx;
  106. margin-top: 10rpx;
  107. /* width: 25.5%; */
  108. }
  109. .title{
  110. font-size: 36rpx;
  111. font-weight: 600;
  112. color: #333;
  113. margin: 10rpx 0;
  114. }
  115. .view{
  116. border-bottom: 1rpx solid #ccc;
  117. padding-bottom: 20rpx;
  118. }
  119. .view .content{
  120. display: flex;
  121. flex-wrap: wrap;
  122. justify-content: flex-start;
  123. }
  124. .span{
  125. padding: 0rpx 20rpx;
  126. height: 50rpx;
  127. line-height: 50rpx;
  128. color: #09AFFF;
  129. text-align: center;
  130. margin-right: 10rpx;
  131. }
  132. .right{
  133. float: right;
  134. }
  135. .form-item {
  136. position: relative;
  137. background: #fff;
  138. height: 76rpx;
  139. padding-top: 20rpx;
  140. display: flex;
  141. }
  142. .captcha{
  143. width: 70%;
  144. height: 76rpx;
  145. line-height: 76rpx;
  146. border: 1rpx solid #ccc;
  147. font-size: 36rpx;
  148. color:#333
  149. }
  150. .form-item-getPhone {
  151. height: auto;
  152. float: right;
  153. border-radius: 6rpx;
  154. color: #333;
  155. font-size: 30rpx;
  156. }
  157. .weui-uploader {
  158. margin-top: 50rpx;
  159. }
  160. .weui-uploader__hd {
  161. display: -webkit-box;
  162. display: -webkit-flex;
  163. display: flex;
  164. padding-bottom: 10px;
  165. -webkit-box-align: center;
  166. -webkit-align-items: center;
  167. align-items: center;
  168. }
  169. .weui-uploader__title {
  170. -webkit-box-flex: 1;
  171. -webkit-flex: 1;
  172. flex: 1;
  173. }
  174. .weui-uploader__info {
  175. color: #b2b2b2;
  176. }
  177. .weui-uploader__bd {
  178. margin-bottom: -4px;
  179. margin-right: -9px;
  180. overflow: hidden;
  181. }
  182. .weui-uploader__file {
  183. float: left;
  184. margin-right: 9px;
  185. margin-bottom: 9px;
  186. }
  187. .weui-uploader__img {
  188. display: block;
  189. width: 79px;
  190. height: 79px;
  191. }
  192. .weui-uploader__file_status {
  193. position: relative;
  194. }
  195. .weui-uploader__file_status:before {
  196. content: " ";
  197. position: absolute;
  198. top: 0;
  199. right: 0;
  200. bottom: 0;
  201. left: 0;
  202. background-color: rgba(0, 0, 0, 0.5);
  203. }
  204. .weui-uploader__file-content {
  205. position: absolute;
  206. top: 50%;
  207. left: 50%;
  208. -webkit-transform: translate(-50%, -50%);
  209. transform: translate(-50%, -50%);
  210. color: #fff;
  211. }
  212. .weui-uploader__input-box {
  213. float: left;
  214. position: relative;
  215. margin-right: 9px;
  216. margin-bottom: 9px;
  217. width: 77px;
  218. height: 77px;
  219. border: 1px solid #d9d9d9;
  220. }
  221. .weui-uploader__input-box:after, .weui-uploader__input-box:before {
  222. content: " ";
  223. position: absolute;
  224. top: 50%;
  225. left: 50%;
  226. -webkit-transform: translate(-50%, -50%);
  227. transform: translate(-50%, -50%);
  228. background-color: #d9d9d9;
  229. }
  230. .weui-uploader__input-box:before {
  231. width: 2px;
  232. height: 39.5px;
  233. }
  234. .weui-uploader__input-box:after {
  235. width: 39.5px;
  236. height: 2px;
  237. }
  238. .weui-uploader__input-box:active {
  239. border-color: #999;
  240. }
  241. .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before {
  242. background-color: #999;
  243. }
  244. .weui-uploader__input {
  245. position: absolute;
  246. z-index: 1;
  247. top: 0;
  248. left: 0;
  249. width: 100%;
  250. height: 100%;
  251. opacity: 0;
  252. }