//引入全局配置 @import "c/conf"; @import "c/mx"; @import "c/f"; @import "a/c"; @import "global"; page { // background-color: #fff; } .g-scroll_page { position: relative; box-sizing: border-box; height: 100%; } .v-num{ font-size: 26rpx; font-family: Source Han Serif SC; font-weight: 500; color: #666666; margin:20rpx 20rpx; } .m-list { min-height: 100rpx; .item { position: relative; box-sizing: border-box; margin: 20rpx auto; padding: 15rpx 30rpx; width: 710rpx; background: rgba(255, 255, 255, 1); box-shadow: 0rpx 3rpx 24rpx 0rpx rgba(211, 211, 211, 0.26); border-radius: 10rpx; .row { position: relative; @include cs; margin-top:20rpx; display: flex; .title{ display: inline; font-size: 32rpx; font-family: Source Han Serif SC; font-weight: 500; color: #666666; flex-shrink:0; } .name{ display: inline; margin-left:20rpx; font-size: 32rpx; font-family: Source Han Serif SC; font-weight: 500; color: #333333; } } } } .m-nothing { position: relative; text-align: center; image { display: block; margin: 200rpx auto 50rpx auto; width: 292rpx; height: 265rpx; } text{ } }