detail.css 1.5 KB
body, html{
    margin: 0;
    padding: 0;
}
.content {
    /*width: 7.5rem;*/
    /*height: 12.06rem;*/
    width: 100%;
    height: 100%;
    background-image: url('../images/bbg01@2x.png');
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: fixed;
}
.head {
    padding: 0.81rem 1.69rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    text-align: center;
}
.title {
    font-size: 0.36rem;
    margin-bottom: 0.16rem;
    font-weight: bold;
}
.tips {
    font-size: 0.28rem;
    font-weight: bold;
}
.swiper-list {
    padding: 0 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
}
.swiper-item {
    width: 1.2rem;
    height: 7.11rem;
    background-image: url('../images/bele01@2x.png');
    background-repeat: no-repeat;
    background-position:center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    /*position: fixed;*/
    color: #6A3706;
    font-size: 0.64rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}
.name {
    /*margin-top: 1.77rem;*/
}
.number {
    font-size: 0.36rem;
    position: absolute;
    bottom: 0.42rem;
    left: 0.34rem;
    /*margin-bottom: 0.42rem;*/
}