publish.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. .publish.data-v-177a8126 {
  28. height: 100vh;
  29. }
  30. .publish .liu.data-v-177a8126 {
  31. width: 750rpx;
  32. height: 68rpx;
  33. position: absolute;
  34. bottom: 0;
  35. background-color: #ffffff;
  36. }
  37. .publish .pubTitle.data-v-177a8126 {
  38. width: 750rpx;
  39. height: 96rpx;
  40. padding: 24rpx 30rpx 0 30rpx;
  41. }
  42. .publish .pubTitle .title.data-v-177a8126 {
  43. font-size: 32rpx;
  44. line-height: 48rpx;
  45. font-weight: 500;
  46. }
  47. .publish .pubMid.data-v-177a8126 {
  48. width: 750rpx;
  49. padding: 24rpx 30rpx 0 30rpx;
  50. }
  51. .publish .pubMid .mid.data-v-177a8126 {
  52. width: 690rpx;
  53. height: 440rpx;
  54. }
  55. .publish .pubMid .mid .txt.data-v-177a8126 {
  56. width: 690rpx;
  57. height: 192rpx;
  58. }
  59. .publish .pubMid .mid .txt .txtClass.data-v-177a8126 {
  60. width: 100%;
  61. height: 100%;
  62. font-size: 28rpx;
  63. font-weight: 400;
  64. line-height: 48rpx;
  65. }
  66. .publish .pubMid .mid .pic.data-v-177a8126 {
  67. width: 224rpx;
  68. height: 224rpx;
  69. background-color: #f2f2f2;
  70. display: flex;
  71. justify-content: center;
  72. align-items: center;
  73. }
  74. .publish .pubMid .mid .pic .picCont.data-v-177a8126 {
  75. display: flex;
  76. flex-direction: column;
  77. justify-content: center;
  78. align-items: center;
  79. }
  80. .publish .pubMid .mid .pic .picCont image.data-v-177a8126 {
  81. width: 56rpx;
  82. height: 66rpx;
  83. }
  84. .publish .textCont.data-v-177a8126 {
  85. padding: 16px;
  86. }
  87. .publish .addPhoto.data-v-177a8126 {
  88. background-color: #f2f2f2;
  89. width: 224rpx;
  90. height: 224rpx;
  91. display: flex;
  92. color: #616161;
  93. flex-direction: column;
  94. align-items: center;
  95. justify-content: center;
  96. margin-left: 30rpx;
  97. }
  98. .publish .addPhoto image.data-v-177a8126 {
  99. width: 50px;
  100. height: 50px;
  101. }
  102. .publish .addPhoto .photo.data-v-177a8126 {
  103. color: #000000A3;
  104. }
  105. .publish .addPhoto .num.data-v-177a8126 {
  106. color: #919191;
  107. }
  108. .publish .userOptionsBox.data-v-177a8126 {
  109. width: 750rpx;
  110. height: 96rpx;
  111. display: flex;
  112. justify-content: center;
  113. align-items: center;
  114. }
  115. .publish .userOptionsBox .optionsItemBox.data-v-177a8126 {
  116. width: 690rpx;
  117. }
  118. .publish .userOptionsBox .optionsItemBox .optionItem.data-v-177a8126 {
  119. display: flex;
  120. justify-content: space-between;
  121. align-items: center;
  122. }
  123. .publish .userOptionsBox .optionsItemBox .optionItem .option_left.data-v-177a8126 {
  124. display: flex;
  125. align-items: center;
  126. font-size: 28rpx;
  127. line-height: 48rpx;
  128. font-weight: 400;
  129. }
  130. .publish .userOptionsBox .optionsItemBox .optionItem .option_right.data-v-177a8126 {
  131. height: 40rpx;
  132. }
  133. .publish .userOptionsBox .optionsItemBox .optionItem .option_right image.data-v-177a8126 {
  134. height: 32rpx;
  135. width: 32rpx;
  136. }
  137. .publish .publish_now.data-v-177a8126 {
  138. position: absolute;
  139. bottom: 100rpx;
  140. display: flex;
  141. width: 750rpx;
  142. justify-content: center;
  143. }
  144. .publish .publish_now .btn.data-v-177a8126 {
  145. width: 432rpx;
  146. height: 88rpx;
  147. background-color: #8BBEFF;
  148. color: #fff;
  149. margin-top: 20px;
  150. }