index.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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_4_3.png");
  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. }
  35. video {
  36. display: block;
  37. margin: 0 auto;
  38. width: 620rpx;
  39. height: 349rpx;
  40. margin-bottom: 73rpx;
  41. }
  42. .item {
  43. width: 100%;
  44. height: 335rpx;
  45. background-color: #000;
  46. position: relative;
  47. }
  48. .item_image{
  49. width: 100%;
  50. height: 335rpx;
  51. }
  52. .title {
  53. color: #fff;
  54. position: absolute;
  55. bottom: 0;
  56. width: 100%;
  57. background-color: #00000090;
  58. height: 1.5em;
  59. line-height: 1.5em;
  60. padding: 0 10rpx;
  61. box-sizing: border-box;
  62. font-size: 30rpx;
  63. white-space: nowrap; /* 防止文本换行 */
  64. overflow: hidden; /* 隐藏超出容器的内容 */
  65. text-overflow: ellipsis; /* 在超出内容的地方显示省略号 */
  66. }
  67. .item_bg {
  68. margin-bottom: 15rpx;
  69. }
  70. .item_bg:last-child{
  71. margin-bottom: 0;
  72. }
  73. .image {
  74. width: 507rpx;
  75. display: block;
  76. margin: 55rpx auto 0 auto;
  77. }
  78. .image:last-child {
  79. display: none;
  80. }