addopinion.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .addbox.data-v-6100c2c1 {
  18. height: 100vh;
  19. box-sizing: border-box;
  20. background-color: #fff;
  21. padding: 68rpx 32rpx;
  22. display: flex;
  23. flex-wrap: wrap;
  24. flex-direction: column;
  25. }
  26. .addbox .box.data-v-6100c2c1 {
  27. padding: 0 8rpx 40rpx;
  28. flex: 1;
  29. overflow: auto;
  30. }
  31. .addbox .text.data-v-6100c2c1 {
  32. font-size: 34rpx;
  33. width: 100%;
  34. margin-bottom: 40rpx;
  35. min-height: 180rpx;
  36. }
  37. .addbox .imgs.data-v-6100c2c1 {
  38. display: flex;
  39. flex-wrap: wrap;
  40. margin-bottom: 100rpx;
  41. }
  42. .addbox .imgs .photos.data-v-6100c2c1 {
  43. width: 214rpx;
  44. height: 214rpx;
  45. margin: 0 14rpx 14rpx 0;
  46. position: relative;
  47. }
  48. .addbox .imgs .photos.data-v-6100c2c1:nth-child(3n) {
  49. margin-right: 0;
  50. }
  51. .addbox .imgs .photos .rimg.data-v-6100c2c1 {
  52. width: 100%;
  53. height: 100%;
  54. }
  55. .addbox .imgs .photos .del.data-v-6100c2c1 {
  56. width: 48rpx;
  57. height: 48rpx;
  58. position: absolute;
  59. right: 0rpx;
  60. top: 0rpx;
  61. }
  62. .addbox .rboximg.data-v-6100c2c1 {
  63. flex: 0 0 auto;
  64. margin-left: 12rpx;
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. width: 40rpx;
  69. height: 40rpx;
  70. }
  71. .addbox .rboximg image.data-v-6100c2c1 {
  72. width: 12rpx;
  73. height: 20rpx;
  74. }
  75. .addbox .ysbox.data-v-6100c2c1 {
  76. display: flex;
  77. align-items: center;
  78. padding: 30rpx 26rpx;
  79. border-top: 2rpx solid #E6E6E6;
  80. border-bottom: 2rpx solid #E6E6E6;
  81. font-size: 34rpx;
  82. color: #161616;
  83. font-weight: 500;
  84. }
  85. .addbox .ysbox .limg.data-v-6100c2c1 {
  86. width: 34rpx;
  87. height: 32rpx;
  88. margin-right: 24rpx;
  89. }
  90. .addbox .btn.data-v-6100c2c1 {
  91. flex: 0 0 auto;
  92. height: 100rpx;
  93. border-radius: 48rpx;
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. font-size: 34rpx;
  98. color: #fff;
  99. }
  100. .addbox .btn.btn1.data-v-6100c2c1 {
  101. background: #1f57e6;
  102. }
  103. .addbox .btn.btn2.data-v-6100c2c1 {
  104. background: #949494;
  105. }
  106. .addbox.data-v-6100c2c1 .uni-forms {
  107. flex: 1;
  108. }
  109. .addbox.data-v-6100c2c1 .uni-forms-item__label {
  110. flex: 0 0 auto;
  111. width: auto !important;
  112. font-size: 32rpx;
  113. font-weight: 500;
  114. color: #161616;
  115. }
  116. .addbox.data-v-6100c2c1 .uni-forms .uni-forms-item {
  117. margin-bottom: 0;
  118. }
  119. .addbox.data-v-6100c2c1 .uni-forms .text .uni-forms-item {
  120. margin-bottom: 0;
  121. border-bottom: 0;
  122. flex-direction: column;
  123. text-align: left;
  124. }
  125. .addbox.data-v-6100c2c1 .uni-forms .uni-forms-item .uni-easyinput__content-textarea {
  126. border: 2rpx solid #CDCDCD;
  127. background-color: #FFFFFF;
  128. border-radius: 14rpx;
  129. padding: 32rpx 40rpx;
  130. font-size: 30rpx;
  131. margin: 0;
  132. min-height: 256rpx;
  133. box-sizing: border-box;
  134. }
  135. .addbox.data-v-6100c2c1 .uni-forms-item__content {
  136. display: flex;
  137. align-items: center;
  138. flex-direction: row;
  139. }
  140. .addbox.data-v-6100c2c1 .uni-easyinput {
  141. flex: 1;
  142. text-align: left;
  143. }
  144. .addbox.data-v-6100c2c1 .uni-easyinput__placeholder-class {
  145. font-size: 30rpx;
  146. }
  147. .addbox.data-v-6100c2c1 .uni-easyinput__content-input {
  148. font-size: 30rpx;
  149. }
  150. .addbox.data-v-6100c2c1 .uni-forms-item__error {
  151. margin-top: 20rpx;
  152. left: auto;
  153. right: 0;
  154. }