@import '../../assets/scss/mixins'; @import '../../assets/scss/utils'; .comp-item { width: 650px; // min-height: 496px; border-radius: 10px; background-color: #ffffff; color: #333333; font-size: 28px; padding-bottom: 240px; .cspace { height: 76px; } .cont { text-align: center; width: 500px; margin: 0 auto; .tit {} .tit1 {} .tit2 { margin-top: 20px; color: #3680EB; } .tit3 { // margin-top: 20px; font-size: 40px; } .prize { width: 460px; height: 276px; } .tips { color: #999999; font-size: 24px; } } .btn { @include cb(320px, 84px); position: absolute; left: 0; right: 0; bottom: 74px; margin: 0 auto; } }