index.wxss 946 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /**index.wxss**/
  2. .scrollarea {
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .index_main {
  7. background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/home_top.jpg");
  8. background-repeat: no-repeat;
  9. background-size: 100%;
  10. padding-top: 955rpx;
  11. padding-bottom: 45rpx;
  12. box-sizing: border-box;
  13. }
  14. .list {
  15. padding: 5rpx 51rpx;
  16. color: #91725D;
  17. font-size: 30rpx;
  18. line-height: 2em;
  19. }
  20. .btn {
  21. background-image: url("https://cxzx.smcic.net/topic/tool/img/%E5%B0%91%E5%84%BF%E4%B9%A6%E7%94%BB%E5%A4%A7%E8%B5%9B/btn_border.png");
  22. background-repeat: no-repeat;
  23. background-size: 100%;
  24. text-align: center;
  25. width: 305rpx;
  26. height: 72rpx;
  27. line-height: 72rpx;
  28. font-size: 34rpx;
  29. color: #A57044;
  30. margin: 44rpx auto;
  31. }
  32. .list_value {
  33. font-size: 26rpx;
  34. text-indent: 15rpx;
  35. }
  36. video {
  37. display: block;
  38. margin: 0 auto;
  39. width: 620rpx;
  40. height: 349rpx;
  41. margin-bottom: 73rpx;
  42. }