123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- /**index.wxss**/
- .scrollarea {
- width: 100%;
- height: 100%;
- }
- .index_main {
- 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.png");
- background-repeat: no-repeat;
- background-size: 100%;
- padding-top: 955rpx;
- padding-bottom: 45rpx;
- box-sizing: border-box;
- }
- .list {
- padding: 5rpx 51rpx;
- color: #91725D;
- font-size: 30rpx;
- line-height: 2em;
- }
- .btn {
- 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");
- background-repeat: no-repeat;
- background-size: 100%;
- text-align: center;
- width: 305rpx;
- height: 72rpx;
- line-height: 72rpx;
- font-size: 34rpx;
- color: #A57044;
- margin: 44rpx auto;
- }
- .list_value {
- font-size: 26rpx;
- text-indent: 15rpx;
- }
- video {
- display: block;
- margin: 0 auto;
- width: 620rpx;
- height: 349rpx;
- margin-bottom: 73rpx;
- }
- .item {
- width: 100%;
- height: 335rpx;
- background-color: #000;
- position: relative;
- }
- .item_image{
- width: 100%;
- height: 335rpx;
- }
- .title {
- color: #fff;
- position: absolute;
- bottom: 0;
- width: 100%;
- background-color: #00000090;
- height: 1.5em;
- line-height: 1.5em;
- padding: 0 10rpx;
- box-sizing: border-box;
- font-size: 30rpx;
- white-space: nowrap; /* 防止文本换行 */
- overflow: hidden; /* 隐藏超出容器的内容 */
- text-overflow: ellipsis; /* 在超出内容的地方显示省略号 */
- }
- .item_bg {
- margin-bottom: 15rpx;
- }
- .item_bg:last-child{
- margin-bottom: 0;
- }
- .image {
- width: 507rpx;
- display: block;
- margin: 55rpx auto 0 auto;
- }
- .image:last-child {
- display: none;
- }
|