//引入全局配置 @import "c/conf"; @import "c/mx"; @import "c/f"; @import "a/c"; page { box-sizing: border-box; height: 100%; background-color: #edeef2; } .g-bd { position: relative; height: 100%; .v-top-tab { display: flex; /*设置显示样式**/ } } .m-swiper_list { position: relative; height: calc(100vh - 80rpx); } .btn { height: 80rpx; width: 400rpx; margin-top: 40rpx; text-align: center; font-size: 34rpx; font-family: Source Han Serif SC; font-weight: 500; color: #ffffff; line-height: 40rpx; border-radius: 40rpx; background: #e60000; border: 4rpx solid #e60000; }