jk_B.acss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. .form-top{
  2. background-color: #fff;
  3. padding:28rpx;
  4. border-top:18rpx solid rgba(245,247,250,1);
  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. .isBt::before{
  16. position: absolute;
  17. content: "*";
  18. color: #F56C6C;
  19. left: -16rpx;
  20. }
  21. .inputs .li{
  22. background-color: #fff;
  23. padding:28rpx;
  24. position: relative;
  25. }
  26. .li view:nth-child(2){
  27. text-align: right;
  28. color: #969799;
  29. }
  30. .title{
  31. padding: 16rpx 28rpx;
  32. font-size: 28rpx;
  33. }
  34. textarea{
  35. padding-left: 10rpx;
  36. padding-right: 0;
  37. font-size: 28rpx;
  38. height: 200rpx;
  39. position: relative;
  40. }
  41. textarea::before{
  42. position: absolute;
  43. content: "*";
  44. color: #F56C6C;
  45. left: -16rpx;
  46. }
  47. .add{
  48. background-color: #fff;
  49. padding: 28rpx 28rpx;
  50. color: #26A2FF;
  51. margin: 28rpx 0;
  52. margin-bottom: 40rpx;
  53. }
  54. .addImg{
  55. width: 50rpx;
  56. height: 50rpx;
  57. position: absolute;
  58. bottom: 20rpx;
  59. z-index: 998;
  60. /* background: #F56C6C; */
  61. }
  62. .rightImg{
  63. width: 30rpx;
  64. height: 30rpx;
  65. margin-left: 10rpx;
  66. }
  67. .defBtn{
  68. width: 90%;
  69. margin: 0 auto;
  70. border-radius: 10rpx;
  71. margin-bottom: 100rpx;
  72. height: 90rpx;
  73. text-align: center;
  74. line-height: 90rpx;
  75. }
  76. .showImg{
  77. width: 160rpx;
  78. height: 160rpx;
  79. margin-bottom: 28rpx;
  80. margin-right:40rpx;
  81. margin-top: 28rpx;
  82. }
  83. .detele{
  84. color: #fff;
  85. position: absolute;
  86. height: 40rpx;
  87. width: 40rpx;
  88. border-radius: 100%;
  89. background-color: #969799;
  90. text-align: center;
  91. line-height: 44rpx;
  92. right: 10rpx;
  93. top: 10rpx;
  94. }
  95. .box{
  96. position: fixed;
  97. top: 0;
  98. left: 0;
  99. right: 0;
  100. bottom: 0;
  101. background: rgba(0,0,0,0.2);
  102. z-index: 999;
  103. transform: translate(0,100%);
  104. }
  105. .inputs .li .input_text{
  106. text-align: left;
  107. font-size: 24rpx;
  108. }
  109. .inputs .li input{
  110. width: 100%;
  111. }
  112. .jiang{
  113. border: 1px solid #f1f1f1;
  114. border-radius: 4rpx;
  115. width: 40rpx;
  116. text-align: center
  117. }
  118. .picker-box{
  119. width: 110rpx;
  120. border-radius: 50rpx;
  121. background-color: #f1f1f1;
  122. position: relative;
  123. height: 60rpx;
  124. }
  125. .picker-box text{
  126. text-align: center;
  127. line-height: 60rpx;
  128. font-size: 24rpx;
  129. }
  130. .yuan{
  131. width: 50rpx;
  132. height: 50rpx;
  133. background: #fff;
  134. border-radius: 100rpx;
  135. position: absolute;
  136. top: 5rpx;
  137. }
  138. .picker-left{
  139. left: 5rpx;
  140. }
  141. .picker-right{
  142. right: 5rpx;
  143. }
  144. .userList{
  145. height: 40rpx;
  146. font-size: 32rpx;
  147. }