assaign.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. .form-top{
  2. background-color: #fff;
  3. padding:28rpx;
  4. border-bottom: 1px solid #f1f1f1;
  5. }
  6. .form-top .flex-1{
  7. text-align: right;
  8. color: #969799;
  9. }
  10. .label{
  11. position: relative;
  12. width: 160rpx;
  13. font-size: 32rpx
  14. }
  15. .label2{
  16. position: relative;
  17. width: 200rpx;
  18. font-size: 32rpx
  19. }
  20. .isBt::before{
  21. position: absolute;
  22. content: "*";
  23. color: #F56C6C;
  24. left: -16rpx;
  25. }
  26. .inputs .li{
  27. background-color: #fff;
  28. padding:28rpx;
  29. position: relative;
  30. }
  31. .li view:nth-child(2){
  32. text-align: right;
  33. color: #969799;
  34. }
  35. .title{
  36. padding: 16rpx 28rpx;
  37. font-size: 28rpx;
  38. }
  39. textarea{
  40. padding-left: 10rpx;
  41. padding-right: 0;
  42. height: 150rpx;
  43. position: relative;
  44. }
  45. .textarea::before{
  46. position: absolute;
  47. content: "*";
  48. color: #F56C6C;
  49. left: -16rpx;
  50. }
  51. .add{
  52. background-color: #fff;
  53. padding: 28rpx 28rpx;
  54. color: #26A2FF;
  55. margin: 28rpx 0;
  56. margin-bottom: 40rpx;
  57. }
  58. .addImg{
  59. width: 50rpx;
  60. height: 50rpx;
  61. position: absolute;
  62. bottom: 20rpx;
  63. z-index: 998;
  64. }
  65. .rightImg{
  66. width: 30rpx;
  67. height: 30rpx;
  68. margin-left: 10rpx;
  69. }
  70. .btn-area{
  71. position: fixed;
  72. background: #fff;
  73. bottom: 0;
  74. width: 100%;
  75. border-top: 1px solid #f1f1f1;
  76. padding: 10rpx;
  77. z-index: 2
  78. }
  79. .defBtn{
  80. width: 90%;
  81. margin: 0 auto;
  82. border-radius: 10rpx;
  83. height: 90rpx;
  84. text-align: center;
  85. line-height: 90rpx;
  86. }
  87. .showImg{
  88. width: 160rpx;
  89. height: 160rpx;
  90. margin-bottom: 28rpx;
  91. margin-right:40rpx;
  92. margin-top: 28rpx;
  93. }
  94. .detele{
  95. color: #fff;
  96. position: absolute;
  97. height: 40rpx;
  98. width: 40rpx;
  99. border-radius: 100%;
  100. background-color: #969799;
  101. text-align: center;
  102. line-height: 40rpx;
  103. right: 10rpx;
  104. top: 10rpx;
  105. }
  106. .box{
  107. position: fixed;
  108. top: 0;
  109. left: 0;
  110. right: 0;
  111. bottom: 0;
  112. background: rgba(0,0,0,0.2);
  113. z-index: 999;
  114. transform: translate(0,100%);
  115. }
  116. .inputs{
  117. margin-bottom: 200rpx;
  118. }
  119. .inputs .li .input_text{
  120. text-align: left;
  121. font-size: 24rpx;
  122. }
  123. .inputs .li input{
  124. width: 100%;
  125. }
  126. .jiang{
  127. border: 1px solid #f1f1f1;
  128. border-radius: 4rpx;
  129. width: 40rpx;
  130. text-align: center
  131. }
  132. .picker-box{
  133. width: 110rpx;
  134. border-radius: 50rpx;
  135. background-color: #f1f1f1;
  136. position: relative;
  137. height: 60rpx;
  138. }
  139. .picker-box text{
  140. text-align: center;
  141. line-height: 60rpx;
  142. font-size: 24rpx;
  143. }
  144. .yuan{
  145. width: 50rpx;
  146. height: 50rpx;
  147. background: #26A2FF;
  148. border-radius: 100rpx;
  149. position: absolute;
  150. top: 5rpx;
  151. }
  152. .picker-left{
  153. left: 5rpx;
  154. }
  155. .picker-right{
  156. right: 5rpx;
  157. }
  158. .userList{
  159. height: 40rpx;
  160. font-size: 32rpx;
  161. }
  162. .van-radio {
  163. position: relative;
  164. display: inline-block;
  165. text-align: center;
  166. width: 1.28rem;
  167. height: .48rem;
  168. background: #f5f7fa;
  169. border-radius: .28rem;
  170. color: #222;
  171. line-height: 0.48rem;
  172. font-size: 0.24rem;
  173. margin-left: 20rpx;
  174. }
  175. .isTypes{
  176. background: #26A2FF;
  177. color: #fff
  178. }