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.

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