big-pic.wxss 794 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. padding: 30rpx 0;
  25. font-size: 13px;
  26. font-family: Microsoft YaHei;
  27. font-weight: 400;
  28. color: #38A2D7;
  29. background: linear-gradient(180deg, #D4D4D4 0%, rgba(212, 212, 212, 0) 100%);
  30. padding: 5% 4%;
  31. box-sizing: border-box;
  32. }
  33. .content .column .title .title-img {
  34. width:5%;
  35. height:2vh;
  36. margin-left:2%;
  37. }
  38. .content .column .con-list {
  39. margin: 0 4%;
  40. border-top: 1px solid #707070;
  41. }