addafter.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. page {
  28. background-color: #71CD9A;
  29. }
  30. .addafter_con {
  31. width: 100%;
  32. position: absolute;
  33. top: 54px;
  34. }
  35. .addafter_con .addafter_con_top {
  36. width: 90%;
  37. margin: 0 auto;
  38. background-color: #FFFFFF;
  39. padding: 16rpx 30rpx 36rpx;
  40. border-radius: 20rpx;
  41. box-sizing: border-box;
  42. }
  43. .addafter_con .addafter_con_top ._p {
  44. text-align: center;
  45. font-size: 30rpx;
  46. color: #62BF89;
  47. }
  48. .addafter_con .addafter_con_top input {
  49. margin-top: 20rpx;
  50. background-color: #F1FAF5;
  51. color: #62BF89;
  52. font-size: 26rpx;
  53. padding: 8rpx 26rpx;
  54. border-radius: 20rpx;
  55. }
  56. .addafter_con .addafter_con_connect {
  57. width: 90%;
  58. margin: -20rpx auto;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-pack: justify;
  63. -webkit-justify-content: space-between;
  64. justify-content: space-between;
  65. padding: 0 16rpx;
  66. box-sizing: border-box;
  67. }
  68. .addafter_con .addafter_con_connect image {
  69. width: 20rpx;
  70. height: 60rpx;
  71. }
  72. .addafter_con .addafter_con_bot {
  73. width: 90%;
  74. margin: 0 auto;
  75. background-color: #FFFFFF;
  76. padding: 30rpx;
  77. border-radius: 20rpx;
  78. box-sizing: border-box;
  79. }
  80. .addafter_con .addafter_con_bot .addafter_con_bot_title {
  81. text-align: center;
  82. font-size: 30rpx;
  83. color: #62BF89;
  84. }
  85. .addafter_con .addafter_con_bot .textarea {
  86. width: 94%;
  87. height: 240rpx;
  88. padding: 20rpx;
  89. background-color: #F1FAF5;
  90. margin-top: 20rpx;
  91. font-size: 26rpx;
  92. border-radius: 20rpx;
  93. color: #62BF89;
  94. }
  95. .addafter_con .imgvideo {
  96. width: 100%;
  97. margin-top: 20rpx;
  98. background-color: #FFFFFF;
  99. display: -webkit-box;
  100. display: -webkit-flex;
  101. display: flex;
  102. -webkit-flex-wrap: wrap;
  103. flex-wrap: wrap;
  104. }
  105. .addafter_con .imgvideo .imgvideo_img, .addafter_con .imgvideo .imgvideo_video {
  106. width: 30%;
  107. height: 160rpx;
  108. border: 2rpx dashed #A3DABD;
  109. text-align: center;
  110. line-height: 160rpx;
  111. margin: 0 10rpx 20rpx 8rpx;
  112. position: relative;
  113. }
  114. .addafter_con .imgvideo .imgvideo_img image, .addafter_con .imgvideo .imgvideo_video image {
  115. width: 40rpx;
  116. height: 32rpx;
  117. }
  118. .addafter_con .imgvideo .imgvideo_img .uploading, .addafter_con .imgvideo .imgvideo_video .uploading {
  119. width: 100%;
  120. height: 160rpx;
  121. position: absolute;
  122. top: 0;
  123. left: 0;
  124. }
  125. .addafter_con .imgvideo .imgvideo_img .delete, .addafter_con .imgvideo .imgvideo_video .delete {
  126. position: absolute;
  127. top: -12rpx;
  128. right: -12rpx;
  129. font-size: 36rpx;
  130. background-color: #FE0000;
  131. border-radius: 50%;
  132. color: #ffffff;
  133. z-index: 50;
  134. }
  135. .addafter_con .imgvideo .imgvideo_img .deletes, .addafter_con .imgvideo .imgvideo_video .deletes {
  136. width: 80%;
  137. height: 50rpx;
  138. margin-left: 110%;
  139. font-size: 24rpx;
  140. background-color: #FE0000;
  141. color: #FFFDEF;
  142. line-height: 50rpx;
  143. }
  144. .addafter_con .imgvideo .imgvideo_img .yulan, .addafter_con .imgvideo .imgvideo_video .yulan {
  145. width: 80%;
  146. height: 50rpx;
  147. margin: 0 0 20rpx 110%;
  148. font-size: 24rpx;
  149. background-color: #62BF89;
  150. color: #FFFDEF;
  151. line-height: 50rpx;
  152. }
  153. .addafter_con button {
  154. width: 100%;
  155. height: 60rpx;
  156. font-size: 30rpx;
  157. line-height: 60rpx;
  158. color: #FFFFFF;
  159. background-color: #50CE87;
  160. margin-top: 60rpx;
  161. }
  162. .model {
  163. width: 90%;
  164. }
  165. .model .model_box {
  166. width: 90%;
  167. margin: 40rpx auto 48rpx;
  168. display: -webkit-box;
  169. display: -webkit-flex;
  170. display: flex;
  171. -webkit-box-pack: center;
  172. -webkit-justify-content: center;
  173. justify-content: center;
  174. }