openAShop.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. /* pages/openAShop/openAShop.wxss */
  2. image {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .red {
  7. color: red;
  8. }
  9. .apple-for-ashop {
  10. background: #f7f7f7;
  11. width: 100%;
  12. height: 100%;
  13. overflow: auto;
  14. }
  15. .msg-box {
  16. display: block;
  17. background: #fff;
  18. margin-bottom: 15rpx;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. .msg-tit {
  23. padding: 20rpx;
  24. border-bottom: 1rpx solid #f2f2f2;
  25. }
  26. .shop-icon {
  27. display: inline-block;
  28. width: 40rpx;
  29. height: 40rpx;
  30. margin-right: 15rpx;
  31. vertical-align: middle;
  32. }
  33. .shop-icon > image {
  34. display: block;
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .shop-msg-tit {
  39. display: inline-block;
  40. font-size: 32rpx;
  41. font-weight: bold;
  42. vertical-align: middle;
  43. }
  44. .msg-cont-box {
  45. font-size: 30rpx;
  46. padding: 25rpx 0;
  47. margin: 0 20rpx;
  48. border-bottom: 1rpx solid #f2f2f2;
  49. }
  50. .cont-txt {
  51. display: inline-block;
  52. margin-right: 50rpx;
  53. vertical-align: middle;
  54. }
  55. .cont-int {
  56. display: inline-block;
  57. vertical-align: middle;
  58. width: 70%;
  59. }
  60. .align-top {
  61. vertical-align: top;
  62. }
  63. .cont-textarea {
  64. box-sizing: border-box;
  65. vertical-align: top;
  66. line-height: 1.5em;
  67. border: 1rpx solid #ececec;
  68. border-radius: 8rpx;
  69. padding: 10rpx 15rpx;
  70. }
  71. /* 地址 */
  72. .addr {
  73. position: relative;
  74. }
  75. .pca {
  76. display: inline-block;
  77. width: 70%;
  78. /* padding: 0 20rpx; */
  79. vertical-align: middle;
  80. }
  81. .arrow {
  82. position: absolute;
  83. right: 20rpx;
  84. top: 50%;
  85. transform: translateY(-50%);
  86. width: 25rpx;
  87. height: 25rpx;
  88. }
  89. .arrow image {
  90. width: 100%;
  91. height: 100%;
  92. vertical-align: top;
  93. }
  94. .animation-element-wrapper {
  95. display: flex;
  96. position: fixed;
  97. left: 0;
  98. top: 0;
  99. height: 100%;
  100. width: 100%;
  101. background-color: rgba(0, 0, 0, 0.6);
  102. z-index: 999;
  103. }
  104. .animation-element {
  105. display: flex;
  106. position: fixed;
  107. width: 100%;
  108. height: 470rpx;
  109. bottom: 0;
  110. background-color: rgba(255, 255, 255, 1);
  111. }
  112. .right-bt {
  113. right: 20rpx;
  114. top: 20rpx;
  115. position: absolute;
  116. width: 80rpx !important;
  117. }
  118. .line {
  119. display: block;
  120. position: fixed;
  121. height: 2rpx;
  122. width: 100%;
  123. margin-top: 89rpx;
  124. background-color: #eee;
  125. }
  126. picker-view {
  127. background-color: white;
  128. padding: 0;
  129. width: 100%;
  130. height: 380rpx;
  131. bottom: 0;
  132. position: fixed;
  133. }
  134. picker-view-column view {
  135. vertical-align: middle;
  136. font-size: 28rpx;
  137. line-height: 28rpx;
  138. height: 100%;
  139. display: flex;
  140. align-items: center;
  141. justify-content: center;
  142. }
  143. /* 经纬度 */
  144. .show-location {
  145. display: inline-block;
  146. vertical-align: middle;
  147. font-size: 30rpx;
  148. line-height: 1.5em;
  149. width: 45%;
  150. }
  151. .map {
  152. float: right;
  153. color:#ffffff;
  154. background: #e43130;
  155. font-size: 25rpx;
  156. line-height: 1em;
  157. padding: 18rpx 15rpx 20rpx 15rpx;
  158. border-radius: 8rpx;
  159. /* margin-right: 20rpx; */
  160. vertical-align: middle;
  161. }
  162. /* 清除浮动 */
  163. .clearfix::after {
  164. display: block;
  165. height: 0;
  166. overflow: hidden;
  167. content: '';
  168. clear: both;
  169. }
  170. /* 上传 */
  171. .upload-files {
  172. display: inline-block;
  173. vertical-align: top;
  174. }
  175. .upload-tips {
  176. font-size: 26rpx;
  177. color: #888888;
  178. line-height: 2em;
  179. margin-bottom: 15rpx;
  180. }
  181. /* 预览 */
  182. .preview-img-box {
  183. position: relative;
  184. width: 120rpx;
  185. height: 120rpx;
  186. display: inline-block;
  187. margin-bottom: 15rpx;
  188. background: #eee;
  189. }
  190. .preview-logo{
  191. width: 120rpx;
  192. height: 120rpx;
  193. }
  194. image.preview-img {
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .preview-img-del {
  199. position: absolute;
  200. top: -5rpx;
  201. right: -5rpx;
  202. width: 28rpx;
  203. height: 28rpx;
  204. }
  205. .card-upload {
  206. display: inline-block;
  207. margin-right: 50rpx;
  208. }
  209. .card-txt {
  210. font-size: 24rpx;
  211. text-align: center;
  212. color: #777;
  213. }
  214. .upload-icon {
  215. display: inline-block;
  216. width: 120rpx;
  217. height: 120rpx;
  218. line-height: 110rpx;
  219. text-align: center;
  220. border: 1rpx solid #e0e0e0;
  221. vertical-align: top;
  222. font-size: 90rpx;
  223. color: #ddd;
  224. margin-bottom: 15rpx;
  225. }
  226. /* 提交申请 */
  227. .apply-btn {
  228. padding: 100rpx 30rpx 150rpx 30rpx;
  229. }
  230. .btn {
  231. font-size: 30rpx;
  232. text-align: center;
  233. background: #e43130;
  234. padding-top: 20rpx;
  235. padding-bottom: 20rpx;
  236. color: #fff;
  237. border-radius: 8rpx;
  238. }
  239. .foot-tips {
  240. font-size: 28rpx;
  241. color: #aaa;
  242. /* padding: 0 20rpx; */
  243. line-height: 1.5em;
  244. margin-top: 20rpx;
  245. }
  246. .audit-remark{
  247. font-size: 26rpx;
  248. background: #ffffcd;
  249. color:#333;
  250. padding:20rpx;
  251. }