index.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. .box .swiper {
  2. height: 500rpx;
  3. }
  4. .box .detail {
  5. position: absolute;
  6. background: white;
  7. width: 100%;
  8. border-radius: 30rpx 30rpx 0 0;
  9. padding: 20rpx;
  10. }
  11. .box .detail .name {
  12. margin: 20rpx 0;
  13. }
  14. .box .detail .name .title {
  15. font-size: 55rpx;
  16. font-weight: bold;
  17. font-family: "华文琥珀";
  18. }
  19. .box .detail .name .desc {
  20. margin: 20rpx;
  21. font-size: 25rpx;
  22. }
  23. .box .detail .comments .ul .li {
  24. padding: 10rpx 0;
  25. border-bottom: whitesmoke 1rpx solid;
  26. }
  27. .box .detail .comments .ul .li .user {
  28. display: flex;
  29. }
  30. .box .detail .comments .ul .li .user .name {
  31. font-size: 28rpx;
  32. margin-left: 10rpx;
  33. font-weight: bold;
  34. }
  35. .box .detail .comments .ul .li .content {
  36. margin-top: 10rpx;
  37. margin-left: 50rpx;
  38. }
  39. .box .detail .comments .ul .li .content .text {
  40. font-size: 26rpx;
  41. }
  42. .box .detail .comments .ul .li .content .icon {
  43. display: flex;
  44. align-items: center;
  45. margin: 10rpx 0;
  46. }
  47. .box .detail .comments .ul .li .content .icon .love {
  48. margin-right: 35rpx;
  49. }
  50. .box .detail .comments .ul .li .content .icon .love van-icon {
  51. font-size: 35rpx;
  52. margin-right: 5rpx;
  53. }
  54. .box .detail .comments .ul .li .content .icon .love text {
  55. font-size: 25rpx;
  56. }
  57. .box .detail .comments .ul .li .content .icon .reply {
  58. font-size: 38rpx;
  59. }
  60. .box .detail .comments .ul .li .content .replyComment {
  61. background: whitesmoke;
  62. padding: 20rpx;
  63. border-radius: 10rpx;
  64. font-size: 28rpx;
  65. }
  66. .box .detail .comments .ul .li .content .replyComment .reItem {
  67. padding: 25rpx 0 5rpx 0;
  68. border-bottom: #ebebeb solid 1rpx;
  69. }
  70. .box .detail .comments .ul .li .content .replyComment .reItem .reName {
  71. color: #4F9AF7;
  72. }
  73. .box .detail .comments .ul .li .content .replyComment .reItem .reText {
  74. margin: 0 10rpx;
  75. }
  76. .box .detail .comments .ul .li .content .replyComment .reItem .reIcon {
  77. width: 100%;
  78. display: flex;
  79. align-items: center;
  80. justify-content: flex-end;
  81. }
  82. .box .detail .comments .ul .li .content .replyComment .reItem .reIcon > view {
  83. margin-right: 30rpx;
  84. }
  85. .box .detail .comments .ul .li .content .replyComment .more {
  86. padding-top: 10rpx;
  87. }
  88. .box .detail .inp {
  89. width: 100vw;
  90. border-top: 1rpx solid #e4d2fa;
  91. position: fixed;
  92. bottom: 0rpx;
  93. right: 0;
  94. }
  95. .box .detail .date {
  96. display: flex;
  97. justify-content: space-between;
  98. align-items: center;
  99. margin: 20rpx;
  100. }
  101. .box .detail .date .toDay {
  102. font-size: 55rpx;
  103. font-weight: bold;
  104. color: #4F9AF7;
  105. font-family: "华文琥珀";
  106. }
  107. .box .detail .date .toDay .month {
  108. font-size: 35rpx;
  109. }
  110. .box .detail .date .tip {
  111. font-size: 45rpx;
  112. font-weight: bold;
  113. font-family: "华文琥珀";
  114. }
  115. .box .detail .item {
  116. display: flex;
  117. align-items: center;
  118. padding: 30rpx 0 20rpx 0rpx;
  119. margin: 0 30rpx;
  120. border-bottom: 1rpx solid #e0e0e0;
  121. }
  122. .box .detail .item .title {
  123. font-size: 30rpx;
  124. margin-right: 20rpx;
  125. align-items: center;
  126. font-weight: bold;
  127. }
  128. .box .detail .item .title van-icon {
  129. font-size: 30rpx;
  130. }
  131. .box .detail .item .common {
  132. font-size: 28rpx;
  133. }
  134. .box .detail .item .common van-icon {
  135. margin-right: 10rpx;
  136. }
  137. .box .detail .item .common .arLog {
  138. display: flex;
  139. align-items: center;
  140. padding: 10rpx 0;
  141. color: #4F9AF7;
  142. font-weight: bold;
  143. }
  144. .box .detail .btn {
  145. margin: 30rpx 0;
  146. background: #4F9AF7;
  147. font-size: 35rpx;
  148. }
  149. .popup {
  150. height: 70vh;
  151. overflow-y: auto;
  152. }
  153. .popup .topTitle {
  154. position: fixed;
  155. left: 0rpx;
  156. z-index: 9;
  157. }
  158. .popup .topBox {
  159. border-radius: 40rpx 40rpx 0 0;
  160. background: white;
  161. width: 100vw;
  162. padding: 20rpx;
  163. border-bottom: 1rpx solid #cecece;
  164. text-align: center;
  165. font-weight: bold;
  166. }
  167. .popup .registerStartDate {
  168. padding: 20rpx;
  169. display: flex;
  170. align-items: center;
  171. }
  172. .popup .registerStartDate .title {
  173. width: 220rpx;
  174. font-size: 28rpx;
  175. }
  176. .popup .registerStartDate .title text {
  177. color: red;
  178. }
  179. .popup .registerStartDate .date {
  180. font-size: 28rpx;
  181. font-weight: bold;
  182. }
  183. .popup .registerStartTime {
  184. padding: 20rpx;
  185. }
  186. .popup .registerStartTime .title {
  187. width: 220rpx;
  188. font-size: 28rpx;
  189. }
  190. .popup .registerStartTime .title text {
  191. color: red;
  192. }
  193. .popup .registerStartTime .box {
  194. display: flex;
  195. margin: 20rpx;
  196. align-items: center;
  197. justify-content: space-between;
  198. padding: 20rpx;
  199. box-shadow: 1rpx 1rpx 10rpx #cccccc;
  200. border-radius: 20rpx;
  201. }
  202. .popup .registerStartTime .box .time .from {
  203. margin: 10rpx 0;
  204. font-size: 35rpx;
  205. font-weight: bold;
  206. }
  207. .popup .registerStartTime .box .time .from van-icon {
  208. font-size: 35rpx;
  209. }
  210. .popup .registerStartTime .box .time .to {
  211. font-size: 28rpx;
  212. }
  213. .popup .registerStartTime .box .time .to van-icon {
  214. font-size: 35rpx;
  215. }
  216. .popup .registerStartTime .box .btn {
  217. font-size: 30rpx;
  218. background: #4F9AF7;
  219. padding: 10rpx 20rpx;
  220. border-radius: 100rpx;
  221. color: white;
  222. }
  223. .popup .btn_btm {
  224. width: 100vw;
  225. background: white;
  226. position: fixed;
  227. bottom: 0rpx;
  228. z-index: 9;
  229. }
  230. .popup .btn_btm button {
  231. color: white;
  232. font-size: 30rpx;
  233. }
  234. .popup .revise {
  235. float: right;
  236. background: #4F9AF7;
  237. margin: 20rpx;
  238. }
  239. .audit {
  240. font-size: 25rpx;
  241. color: #4F9AF7;
  242. background: #e4d2fa;
  243. width: 95rpx;
  244. padding: 5rpx 10rpx;
  245. margin-left: 10rpx;
  246. }
  247. .company {
  248. margin: 20rpx;
  249. }
  250. .company .name {
  251. font-size: 26rpx;
  252. margin: 20rpx 40rpx;
  253. padding: 20rpx;
  254. border-bottom: 1rpx solid #f3f3f3;
  255. }
  256. van-cell van-radio-group van-radio {
  257. margin: 20rpx 0;
  258. }