list.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .content {
  2. width: 100%;
  3. height: 962rpx;
  4. background: #FFFFFF;
  5. box-shadow: 0rpx 6rpx 12rpx rgba(0, 0, 0, 0.65);
  6. opacity: 1;
  7. border-radius: 0 0 10rpx;
  8. margin: 0 auto;
  9. overflow: scroll;
  10. }
  11. .content {
  12. box-sizing: border-box;
  13. }
  14. .content .main {
  15. box-sizing: border-box;
  16. width: 100%;
  17. }
  18. .content .column {
  19. width: 100%;
  20. }
  21. .content .column .title {
  22. width: 100%;
  23. height: 100%;
  24. font-size: 26rpx;
  25. color: #38A2D7;
  26. background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0) 100%);
  27. padding: 5% 4%;
  28. box-sizing: border-box;
  29. }
  30. .content .column .title .title-img {
  31. width:24rpx;
  32. height: 24rpx;
  33. margin-left: 16rpx;
  34. }
  35. .content .column .title .imgactive {
  36. transform: rotate(180deg) translate(6rpx,-6rpx);
  37. }
  38. .content .column .con-list {
  39. margin: 0 4%;
  40. border-top: 1px solid rgba(112, 112, 112, 0.25);
  41. display: flex;
  42. justify-content: space-between;
  43. width: 92%;
  44. padding: 32rpx 32rpx 0 32rpx;
  45. box-sizing: border-box;
  46. flex-wrap: wrap;
  47. overflow: hidden;
  48. }
  49. .content .hide_col .con-list{
  50. height: 0;
  51. padding: 0;
  52. border-top: 0;
  53. }
  54. .con-list .citem{
  55. width: 100%;
  56. font-size: 0;
  57. }