No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

175 líneas
2.6 KiB

  1. .box{
  2. background-color: #f8f8fa;
  3. width: 100%;
  4. /* height: 90; */
  5. min-height: 100vh;
  6. overflow: hidden;
  7. }
  8. .cntBox{
  9. width: 96%;
  10. min-height: 86vh;
  11. background-color: #fff;
  12. border-radius: 20rpx;
  13. margin: 20rpx auto;
  14. overflow: hidden;
  15. }
  16. .cntBox1{
  17. width: 96%;
  18. background-color: #fff;
  19. border-radius: 20rpx;
  20. margin: 20rpx auto 140rpx auto;
  21. overflow: hidden;
  22. }
  23. .cntChiBox{
  24. width: 90%;
  25. margin: 20rpx auto;
  26. overflow: hidden;
  27. margin-bottom: 120rpx;
  28. }
  29. .cntChiBox1{
  30. width: 90%;
  31. margin: 80rpx auto;
  32. overflow: hidden;
  33. }
  34. .title{
  35. font-size: 36rpx;
  36. font-weight: 600;
  37. margin: 20rpx 0;
  38. }
  39. .headline{
  40. font-size: 28rpx;
  41. margin: 10rpx 0;
  42. }
  43. .picturesBox{
  44. overflow: hidden;
  45. margin: 20rpx 0;
  46. }
  47. .addPictur{
  48. width: 120rpx;
  49. height: 120rpx;
  50. border: 1rpx solid #000;
  51. text-align: center;
  52. line-height: 120rpx;
  53. /* float: left; */
  54. }
  55. .imgBox{
  56. position: relative;
  57. float: left;
  58. margin-left: 40rpx;
  59. width: 240rpx;
  60. height: 120rpx;
  61. margin: 20rpx 0 ;
  62. }
  63. .imgDel{
  64. top: 10rpx;
  65. right: 10rpx;
  66. position: absolute;
  67. width: 40rpx;
  68. height: 40rpx;
  69. border: 1rpx solid #000;
  70. text-align: center;
  71. line-height: 34rpx;
  72. border-radius: 50rpx;
  73. }
  74. .hintBox{
  75. font-size: 28rpx;
  76. color: rgba(0, 0, 0, 0.3)
  77. }
  78. .inputBox{
  79. height: 80rpx;
  80. border: 1rpx solid rgba(0, 0, 0, 0.3);
  81. border-radius: 10rpx;
  82. margin-bottom: 20rpx;
  83. }
  84. .inp{
  85. width: 80%;
  86. margin: 0 auto;
  87. height: 100%;
  88. }
  89. .licenseItmeBox{
  90. overflow: hidden;
  91. }
  92. .btn_a{
  93. font-size: 28rpx;
  94. color: #fff;
  95. padding: 20rpx 40rpx;
  96. background-color: #52A0FD;
  97. border-radius: 10rpx;
  98. float: left;
  99. margin-right: 40rpx;
  100. }
  101. .btn{
  102. font-size: 28rpx;
  103. border: 1rpx solid rgba(0, 0, 0, 0.3);
  104. padding: 20rpx 40rpx;
  105. border-radius: 10rpx;
  106. float: left;
  107. margin-right: 40rpx;
  108. }
  109. .calendar{
  110. width: 60rpx;
  111. height: 60rpx;
  112. margin: 10rpx 0 10rpx 40rpx;
  113. float: left;
  114. }
  115. .timeSing{
  116. line-height: 80rpx;
  117. float: left;
  118. margin-left: 20rpx;
  119. width: 70%;
  120. height: 100%;
  121. }
  122. .go{
  123. float: right;
  124. margin: 20rpx;
  125. width: 40rpx;
  126. height: 40rpx;
  127. }
  128. .picturesImg{
  129. width: 100%;
  130. height: 100%;
  131. }
  132. .btnBox{
  133. position: fixed;
  134. left: 0;
  135. bottom: 0;
  136. overflow: hidden;
  137. width: 100%;
  138. height: 120rpx;
  139. }
  140. .save{
  141. width: 50%;
  142. height: 120rpx;
  143. line-height: 120rpx;
  144. text-align: center;
  145. color: #fff;
  146. float: left;
  147. background-color: #34b458;
  148. }
  149. .next{
  150. width: 50%;
  151. height: 120rpx;
  152. line-height: 120rpx;
  153. text-align: center;
  154. background-color: #52A0FD;
  155. float: left;
  156. color: #fff;
  157. }
  158. .showhi{
  159. width: 200rpx;
  160. text-align: center;
  161. padding: 20rpx 0rpx;
  162. border-radius:12rpx;
  163. background-color: #52A0FD;
  164. color: #fff;
  165. margin-top: 20rpx;
  166. font-size: 28rpx;
  167. }