apply.acss 1.9 KB

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