index.wxss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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. .box .detail .meItem {
  150. background: #4F9AF7;
  151. padding: 20rpx;
  152. margin: 20rpx;
  153. color: white;
  154. border-radius: 20rpx;
  155. display: flex;
  156. align-items: center;
  157. justify-content: space-around;
  158. }
  159. .box .detail .meItem .h3 {
  160. font-size: 29rpx;
  161. width: 60rpx;
  162. }
  163. .box .detail .meItem .avatar image {
  164. margin: 0 20rpx;
  165. width: 100rpx;
  166. height: 100rpx;
  167. border-radius: 100rpx;
  168. }
  169. .box .detail .meItem .name {
  170. margin: 0 5rpx;
  171. font-size: 25rpx;
  172. width: 150rpx;
  173. display: -webkit-box;
  174. -webkit-box-orient: vertical;
  175. -webkit-line-clamp: 2;
  176. overflow: hidden;
  177. text-overflow: ellipsis;
  178. }
  179. .box .detail .meItem .rang {
  180. font-size: 30rpx;
  181. }
  182. .popup {
  183. height: 70vh;
  184. overflow-y: auto;
  185. }
  186. .popup .topTitle {
  187. position: fixed;
  188. left: 0rpx;
  189. z-index: 9;
  190. }
  191. .popup .topBox {
  192. border-radius: 40rpx 40rpx 0 0;
  193. background: white;
  194. width: 100vw;
  195. padding: 20rpx;
  196. border-bottom: 1rpx solid #cecece;
  197. text-align: center;
  198. font-weight: bold;
  199. }
  200. .popup .registerStartDate {
  201. padding: 20rpx;
  202. display: flex;
  203. align-items: center;
  204. }
  205. .popup .registerStartDate .title {
  206. width: 220rpx;
  207. font-size: 28rpx;
  208. }
  209. .popup .registerStartDate .title text {
  210. color: red;
  211. }
  212. .popup .registerStartDate .date {
  213. font-size: 28rpx;
  214. font-weight: bold;
  215. }
  216. .popup .registerStartTime {
  217. padding: 20rpx;
  218. }
  219. .popup .registerStartTime .title {
  220. width: 220rpx;
  221. font-size: 28rpx;
  222. }
  223. .popup .registerStartTime .title text {
  224. color: red;
  225. }
  226. .popup .registerStartTime .box {
  227. display: flex;
  228. margin: 20rpx;
  229. align-items: center;
  230. justify-content: space-between;
  231. padding: 20rpx;
  232. box-shadow: 1rpx 1rpx 10rpx #cccccc;
  233. border-radius: 20rpx;
  234. }
  235. .popup .registerStartTime .box .time .from {
  236. margin: 10rpx 0;
  237. font-size: 35rpx;
  238. font-weight: bold;
  239. }
  240. .popup .registerStartTime .box .time .from van-icon {
  241. font-size: 35rpx;
  242. }
  243. .popup .registerStartTime .box .time .to {
  244. font-size: 28rpx;
  245. }
  246. .popup .registerStartTime .box .time .to van-icon {
  247. font-size: 35rpx;
  248. }
  249. .popup .registerStartTime .box .btn {
  250. font-size: 30rpx;
  251. background: #4F9AF7;
  252. padding: 10rpx 20rpx;
  253. border-radius: 100rpx;
  254. color: white;
  255. }
  256. .popup .btn_btm {
  257. width: 100vw;
  258. background: white;
  259. position: fixed;
  260. bottom: 0rpx;
  261. z-index: 9;
  262. }
  263. .popup .btn_btm button {
  264. color: white;
  265. font-size: 30rpx;
  266. }
  267. .popup .revise {
  268. float: right;
  269. background: #4F9AF7;
  270. margin: 20rpx;
  271. }
  272. .audit {
  273. font-size: 25rpx;
  274. color: #4F9AF7;
  275. background: #e4d2fa;
  276. width: 95rpx;
  277. padding: 5rpx 10rpx;
  278. margin-left: 10rpx;
  279. }
  280. .company {
  281. margin: 20rpx;
  282. }
  283. .company .name {
  284. font-size: 26rpx;
  285. margin: 20rpx 40rpx;
  286. padding: 20rpx;
  287. border-bottom: 1rpx solid #f3f3f3;
  288. }
  289. van-cell van-radio-group van-radio {
  290. margin: 20rpx 0;
  291. }
  292. .rankbox {
  293. width: 686rpx;
  294. background-color: white;
  295. min-height: 618rpx;
  296. margin-top: 30rpx;
  297. display: flex;
  298. align-items: center;
  299. flex-direction: column;
  300. border-radius: 15rpx;
  301. margin-bottom: 40rpx;
  302. }
  303. .rankbox .ran-top {
  304. width: 100%;
  305. height: 120rpx;
  306. padding-right: 16rpx;
  307. padding-left: 16rpx;
  308. display: flex;
  309. align-items: center;
  310. border-bottom: 2rpx solid #E0E0E0;
  311. }
  312. .rankbox .ran-top .top-til {
  313. height: 34rpx;
  314. font-size: 30rpx;
  315. padding-left: 14rpx;
  316. border-left: solid 8rpx #58A5FE;
  317. display: flex;
  318. align-items: center;
  319. justify-content: center;
  320. }
  321. .rankbox .ran-top .top-box {
  322. display: flex;
  323. margin-left: auto;
  324. font-size: 20rpx;
  325. justify-content: center;
  326. align-items: center;
  327. }
  328. .rankbox .ran-top .top-box image {
  329. width: 20rpx;
  330. height: 18rpx;
  331. margin-left: 4rpx;
  332. }
  333. .rankbox .cardbox {
  334. width: 100%;
  335. height: 120rpx;
  336. padding-right: 16rpx;
  337. display: flex;
  338. align-items: center;
  339. border-bottom: 2rpx solid #E0E0E0;
  340. }
  341. .rankbox .cardbox .paiming {
  342. width: 37rpx;
  343. height: 37rpx;
  344. font-size: 24rpx;
  345. display: flex;
  346. justify-content: center;
  347. align-items: center;
  348. }
  349. .rankbox .cardbox .image1 {
  350. width: 37rpx;
  351. height: 37rpx;
  352. margin-left: 6rpx;
  353. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/n5b6q2120548337.png);
  354. background-position: center;
  355. background-size: cover;
  356. background-repeat: no-repeat;
  357. color: white;
  358. display: flex;
  359. justify-content: center;
  360. align-items: center;
  361. font-size: 24rpx;
  362. }
  363. .rankbox .cardbox .image2 {
  364. width: 37rpx;
  365. height: 37rpx;
  366. margin-left: 6rpx;
  367. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/d61fa4120559975.png);
  368. background-position: center;
  369. background-size: cover;
  370. background-repeat: no-repeat;
  371. color: white;
  372. display: flex;
  373. justify-content: center;
  374. align-items: center;
  375. font-size: 24rpx;
  376. }
  377. .rankbox .cardbox .image3 {
  378. width: 37rpx;
  379. height: 37rpx;
  380. margin-left: 6rpx;
  381. background-image: url(https://file-cloud.fmode.cn/qpFbRRSZrO/20241226/2c1osg120613150.png);
  382. background-position: center;
  383. background-size: cover;
  384. background-repeat: no-repeat;
  385. color: white;
  386. display: flex;
  387. justify-content: center;
  388. align-items: center;
  389. font-size: 24rpx;
  390. }
  391. .rankbox .cardbox .avarter {
  392. width: 82rpx;
  393. height: 82rpx;
  394. border-radius: 50%;
  395. margin-left: 10rpx;
  396. }
  397. .rankbox .cardbox .name {
  398. font-size: 24rpx;
  399. margin-left: 20rpx;
  400. }
  401. .rankbox .cardbox .name .name2 {
  402. font-size: 18rpx;
  403. }
  404. .rankbox .cardbox .num {
  405. font-size: 32rpx;
  406. color: #00B108;
  407. margin-left: auto;
  408. }
  409. .rankbox .cardbox .good {
  410. margin-left: 20rpx;
  411. font-size: 22rpx;
  412. display: flex;
  413. flex-direction: column;
  414. align-items: center;
  415. justify-content: center;
  416. }
  417. .rankbox .cardbox .good .good-num {
  418. font-size: 22rpx;
  419. }
  420. .rankbox .cardbox .good image {
  421. width: 34rpx;
  422. height: 34rpx;
  423. }
  424. .model {
  425. width: 80vw;
  426. height: 400rpx;
  427. }
  428. .model .content {
  429. width: 100%;
  430. padding: 40rpx;
  431. background-size: cover;
  432. }
  433. .model .content .close {
  434. height: 50rpx;
  435. width: 100%;
  436. display: flex;
  437. }
  438. .model .content .close .h2 {
  439. margin: auto;
  440. text-align: center;
  441. font-size: 40rpx;
  442. font-weight: bold;
  443. }
  444. .model .content .close van-icon {
  445. color: #807d7d;
  446. float: right;
  447. }
  448. .model .content .text {
  449. margin-top: 50rpx;
  450. font-size: 30rpx;
  451. }
  452. .model .content .btnBox {
  453. margin-top: 50rpx;
  454. display: flex;
  455. }
  456. .model .content .btnBox .btn {
  457. font-size: 35rpx;
  458. width: 40%;
  459. background: #4F9AF7;
  460. margin: auto;
  461. color: white;
  462. padding: 20rpx;
  463. text-align: center;
  464. border-radius: 100rpx;
  465. }