微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
691 B

  1. /* pages/index/policy/list/list.wxss */
  2. page{
  3. height: 100vh;
  4. overflow: hidden;
  5. }
  6. .label{
  7. display: flex;
  8. justify-content: space-between;
  9. }
  10. .title{
  11. display: -webkit-box;
  12. -webkit-box-orient: vertical;
  13. -webkit-line-clamp: 1;
  14. word-break: break-all;
  15. overflow: hidden;
  16. }
  17. .flex_main{
  18. width: 92%;
  19. background-color: #ffffff;
  20. margin: 1.5vh auto 0;
  21. padding: 1vw 1vw;
  22. border-radius: 15px;
  23. box-shadow: 0 8px 20px rgba(3, 3, 67, .1);
  24. }
  25. .van-search {
  26. width: 90%;
  27. margin: 0 auto;
  28. }
  29. .van-search__content {
  30. padding-top: 5px ;
  31. padding-bottom: 5px ;
  32. }
  33. .list_num{
  34. font-size: 24rpx;
  35. width: 85%;
  36. margin: 0 auto;
  37. }
  38. .list_num text{
  39. font-weight: bold;
  40. color: #2A63EF;
  41. }