apply.acss 1.9 KB

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