community-detail.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. @charset "UTF-8";
  2. .text-center.data-v-1630c0f0 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1630c0f0 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1630c0f0 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1630c0f0 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1630c0f0 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1630c0f0 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1630c0f0 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1630c0f0 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1630c0f0 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .info.data-v-1630c0f0 {
  39. position: relative;
  40. z-index: 10;
  41. width: 702rpx;
  42. margin: 94rpx auto 0;
  43. border-radius: 16rpx;
  44. background-color: #fff;
  45. font-size: 32rpx;
  46. color: #353535;
  47. padding: 98rpx 40rpx 15rpx;
  48. }
  49. .info .avatar.data-v-1630c0f0 {
  50. width: 140rpx;
  51. height: 140rpx;
  52. border-radius: 70rpx;
  53. border: 4rpx solid #fff;
  54. position: absolute;
  55. top: -70rpx;
  56. left: 50%;
  57. margin-left: -70rpx;
  58. }
  59. .info .form-item.data-v-1630c0f0 {
  60. margin-bottom: 26rpx;
  61. }
  62. .info .form-item .label.data-v-1630c0f0 {
  63. color: #999999;
  64. width: 170rpx;
  65. -webkit-flex-shrink: 0;
  66. flex-shrink: 0;
  67. }
  68. .info .form-item .item-content.data-v-1630c0f0 {
  69. width: 450rpx;
  70. }
  71. .info .form-item .item-content .placeholder.data-v-1630c0f0 {
  72. margin: 0 10rpx;
  73. }
  74. .button.data-v-1630c0f0 {
  75. width: 702rpx;
  76. height: 80rpx;
  77. margin: 80rpx 12rpx;
  78. }
  79. .button > view.data-v-1630c0f0 {
  80. width: 346rpx;
  81. height: 80rpx;
  82. line-height: 80rpx;
  83. text-align: center;
  84. border-radius: 40rpx;
  85. font-size: 28rpx;
  86. }
  87. .button .fail.data-v-1630c0f0 {
  88. background-color: #e2e2e2;
  89. color: #353535;
  90. }
  91. .button .by.data-v-1630c0f0 {
  92. background-color: #446dfd;
  93. color: white;
  94. }
  95. .model.data-v-1630c0f0 {
  96. position: fixed;
  97. z-index: 1600;
  98. width: 100%;
  99. height: 100%;
  100. top: 0;
  101. left: 0;
  102. background-color: rgba(0, 0, 0, 0.3);
  103. }
  104. .model .dialog-list.data-v-1630c0f0 {
  105. padding: 46rpx 30rpx;
  106. }
  107. .model .dialog-list .dialog-item.data-v-1630c0f0 {
  108. margin: 10rpx;
  109. height: 62rpx;
  110. line-height: 60rpx;
  111. display: inline-block;
  112. padding: 0 32rpx;
  113. font-size: 32rpx;
  114. color: #353535;
  115. border-radius: 32rpx;
  116. border: 2rpx solid #bbbbbb;
  117. }
  118. .model .dialog-list .dialog-item.active.data-v-1630c0f0 {
  119. color: #446dfd;
  120. border: 2rpx solid #446dfd;
  121. }
  122. .model .top.data-v-1630c0f0 {
  123. margin-top: 40rpx;
  124. margin-bottom: 32rpx;
  125. color: #353535;
  126. font-size: 32rpx;
  127. text-align: center;
  128. }
  129. .model .content.data-v-1630c0f0 {
  130. width: calc(100% - 64rpx);
  131. margin: 0 32rpx;
  132. }
  133. .model .buttons.data-v-1630c0f0 {
  134. width: 100%;
  135. border-top: 1rpx solid #e2e2e2;
  136. margin-top: 32rpx;
  137. }
  138. .model .buttons .but.data-v-1630c0f0 {
  139. width: calc(50% - 1rpx);
  140. height: 88rpx;
  141. line-height: 88rpx;
  142. font-size: 32rpx;
  143. text-align: center;
  144. }
  145. .model .buttons .line.data-v-1630c0f0 {
  146. width: 2rpx;
  147. height: 32rpx;
  148. background-color: #e2e2e2;
  149. }
  150. .model .buttons .cancel.data-v-1630c0f0 {
  151. color: #666666;
  152. }
  153. .model .buttons .confirm.data-v-1630c0f0 {
  154. color: #446dfd;
  155. }
  156. .model .refuse.data-v-1630c0f0 {
  157. width: 620rpx;
  158. position: absolute;
  159. top: 50%;
  160. left: 50%;
  161. -webkit-transform: translate(-50%, -50%);
  162. transform: translate(-50%, -50%);
  163. border-radius: 16rpx;
  164. background-color: white;
  165. }
  166. .model .refuse .content.data-v-1630c0f0 {
  167. border-radius: 16rpx;
  168. border: 1rpx solid #e2e2e2;
  169. height: 300rpx;
  170. box-sizing: border-box;
  171. padding: 24rpx 32rpx;
  172. }
  173. .model .refuse .textarea.data-v-1630c0f0 {
  174. width: 492rpx;
  175. height: 252rpx;
  176. font-size: 28rpx;
  177. color: #80848f;
  178. }
  179. .model .by.data-v-1630c0f0 {
  180. width: 620rpx;
  181. position: absolute;
  182. top: 50%;
  183. left: 50%;
  184. -webkit-transform: translate(-50%, -50%);
  185. transform: translate(-50%, -50%);
  186. border-radius: 16rpx;
  187. background-color: white;
  188. }
  189. .model .by .content.data-v-1630c0f0 {
  190. font-size: 32rpx;
  191. color: #353535;
  192. text-align: center;
  193. }