addafter.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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. width: 95%;
  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: flex;
  60. justify-content: space-between;
  61. padding: 0 16rpx;
  62. box-sizing: border-box;
  63. }
  64. .addafter_con .addafter_con_connect image {
  65. width: 20rpx;
  66. height: 60rpx;
  67. }
  68. .addafter_con .addafter_con_bot {
  69. width: 90%;
  70. margin: 0 auto;
  71. background-color: #FFFFFF;
  72. padding: 30rpx;
  73. border-radius: 20rpx;
  74. box-sizing: border-box;
  75. }
  76. .addafter_con .addafter_con_bot .addafter_con_bot_title {
  77. text-align: center;
  78. font-size: 30rpx;
  79. color: #62BF89;
  80. }
  81. .addafter_con .addafter_con_bot .textarea {
  82. width: 94%;
  83. height: 240rpx;
  84. padding: 20rpx;
  85. background-color: #F1FAF5;
  86. margin-top: 20rpx;
  87. font-size: 26rpx;
  88. border-radius: 20rpx;
  89. color: #62BF89;
  90. }
  91. .addafter_con .imgvideo {
  92. width: 100%;
  93. margin-top: 20rpx;
  94. background-color: #FFFFFF;
  95. display: flex;
  96. flex-wrap: wrap;
  97. }
  98. .addafter_con .imgvideo .imgvideo_img, .addafter_con .imgvideo .imgvideo_video {
  99. width: 30%;
  100. height: 160rpx;
  101. border: 2rpx dashed #A3DABD;
  102. text-align: center;
  103. line-height: 160rpx;
  104. margin: 0 8rpx 20rpx 8rpx;
  105. position: relative;
  106. }
  107. .addafter_con .imgvideo .imgvideo_img image, .addafter_con .imgvideo .imgvideo_video image {
  108. width: 40rpx;
  109. height: 32rpx;
  110. }
  111. .addafter_con .imgvideo .imgvideo_img .uploading, .addafter_con .imgvideo .imgvideo_video .uploading {
  112. width: 100%;
  113. height: 160rpx;
  114. position: absolute;
  115. top: 0;
  116. left: 0;
  117. }
  118. .addafter_con .imgvideo .imgvideo_img .delete, .addafter_con .imgvideo .imgvideo_video .delete {
  119. position: absolute;
  120. top: -12rpx;
  121. right: -12rpx;
  122. height: 30rpx;
  123. width: 30rpx;
  124. background-color: #FE0000;
  125. border-radius: 50%;
  126. color: #ffffff;
  127. z-index: 50;
  128. line-height: 30rpx;
  129. }
  130. .addafter_con .imgvideo .imgvideo_img .deletes, .addafter_con .imgvideo .imgvideo_video .deletes {
  131. width: 80%;
  132. height: 50rpx;
  133. margin-left: 110%;
  134. font-size: 24rpx;
  135. background-color: #FE0000;
  136. color: #FFFDEF;
  137. line-height: 50rpx;
  138. }
  139. .addafter_con .imgvideo .imgvideo_img .yulan, .addafter_con .imgvideo .imgvideo_video .yulan {
  140. width: 80%;
  141. height: 50rpx;
  142. margin: 0 0 20rpx 110%;
  143. font-size: 24rpx;
  144. background-color: #62BF89;
  145. color: #FFFDEF;
  146. line-height: 50rpx;
  147. }
  148. .addafter_con button {
  149. width: 100%;
  150. height: 60rpx;
  151. font-size: 30rpx;
  152. line-height: 60rpx;
  153. color: #FFFFFF;
  154. background-color: #50CE87;
  155. margin-top: 60rpx;
  156. }
  157. .model {
  158. width: 90%;
  159. }
  160. .model .model_box {
  161. width: 90%;
  162. margin: 40rpx auto 48rpx;
  163. display: flex;
  164. justify-content: center;
  165. }