index.less 5.7 KB

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