shopregistration.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* pages/mine/wxml/shopregistration/shopregistration.wxss */
  2. .container{
  3. width: 100%;
  4. box-sizing: border-box;
  5. background: #f1f1f1;
  6. }
  7. #container{
  8. width: 100%;
  9. box-sizing: border-box;
  10. }
  11. .header{
  12. width: 100%;
  13. font-size: 40rpx;
  14. padding: 20rpx 10rpx;
  15. margin: 0 auto;
  16. color: #333;
  17. background: #fff;
  18. margin-bottom: 2rpx;
  19. }
  20. .count{
  21. width: 100%;
  22. }
  23. .phone::after{
  24. content: '';
  25. display: block;
  26. clear: both;
  27. }
  28. .phone{
  29. background: #fff;
  30. margin-bottom: 2rpx;
  31. padding: 10rpx;
  32. position: relative;
  33. }
  34. .phone view{
  35. font-size: 30rpx;
  36. float: left;
  37. line-height: 60rpx;
  38. }
  39. .phone picker::after{
  40. content: '';
  41. display: block;
  42. clear: both;
  43. }
  44. .phone picker{
  45. width: 300rpx;
  46. position: absolute;
  47. left: 50%;
  48. margin-left: -120rpx;
  49. }
  50. .phone picker view{
  51. width: 100%;
  52. }
  53. .phone image{
  54. width: 30rpx;
  55. height: 30rpx;
  56. position: absolute;
  57. right: 30rpx;
  58. top: 50%;
  59. margin-top: -15rpx;
  60. }
  61. .phone input{
  62. height: 60rpx;
  63. position: absolute;
  64. font-size: 28rpx;
  65. left: 50%;
  66. margin-left: -120rpx;
  67. }
  68. .btn{
  69. color: #fff;
  70. background: #fb752c;
  71. margin-top: 20rpx;
  72. }
  73. .prompt{
  74. padding: 50rpx 30rpx;
  75. position: relative;
  76. }
  77. .prompt .prompt-line{
  78. width: 100%;
  79. border-bottom: 1px solid #999;
  80. display: block;
  81. }
  82. .prompt .prompt-text{
  83. position: absolute;
  84. top: 50%;
  85. left: 50%;
  86. margin-left: -162rpx;
  87. margin-top: -26rpx;
  88. padding: 10rpx 30rpx;
  89. font-size: 24rpx;
  90. color: #666;
  91. background: #f1f1f1;
  92. }
  93. .up-load-img{
  94. margin-top: 20rpx;
  95. }
  96. .up-load-img .img-box{
  97. margin-bottom: 20rpx;
  98. padding: 20rpx 30rpx;
  99. background: #fff;
  100. }
  101. .up-load-img .img-box .img-title{
  102. font-size: 30rpx;
  103. margin-bottom: 10rpx;
  104. }
  105. .up-load-img .img-box .img-tips{
  106. font-size: 22rpx;
  107. color: #fca677;
  108. margin-bottom: 10rpx;
  109. }
  110. .up-load-img .img-box .img-tips::after{
  111. content: "";
  112. display: block;
  113. clear: both;
  114. }
  115. .up-load-img .img-box .img-tips icon,.up-load-img .img-box .img-tips text{
  116. float: left;
  117. }
  118. .up-load-img .img-box .img-tips icon{
  119. margin-right: 10rpx;
  120. }
  121. .up-load-img .img-box .img-photo{
  122. position: relative;
  123. }
  124. .up-load-img .img-box .img-photo image{
  125. width: 100%;
  126. height: 435rpx;
  127. display: block;
  128. border-radius: 35rpx;
  129. background: #f1f1f1;
  130. }
  131. .up-load-img .img-box .img-photo button{
  132. position: absolute;
  133. top: 0;
  134. left: 0;
  135. margin: 0;
  136. width: 100%;
  137. height: 100%;
  138. background: none;
  139. }
  140. .up-load-img .img-box .img-photo button:after{
  141. border: 0;
  142. }