You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
2.5 KiB

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