jk_A.acss 1.6 KB

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