submitinfo.wxss 2.3 KB

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