@charset "UTF-8"; .swiper-container { width: 100%; } .swiper-slide { background-position: center; background-size: cover; width: 85%; } //顶部背景内容 .top-bg { width: 90%; height: 2.5rem; background: url(../img/guzhi_bg.png) no-repeat; background-size: 100% 100%; margin: .3rem auto; text-align: center; position: relative; .valuation { .account{ position: absolute; left: 0; color: #FFFFFF; padding: .2rem; text-shadow:2px 2px 0px #333333; font-size: .3rem; } span { color: #FFFFFF; display: block; margin: .2rem 0; clear: both; } .valuation-txt { font-size: .24rem; padding-top: .2rem; } .valuation-price { font-size: .31rem; } .valuation-rate { font-size: .2rem; } } .btn { display: flex; justify-content: center; .btn-recharge, .btn-withdraw { width: 1.98rem; height: .6rem; background: linear-gradient(90deg, rgba(34, 140, 250, 1) 0%, rgba(4, 184, 211, 1) 98%); border-radius: 4px; font-size: .27rem; font-weight: 400; color: #FFFFFF; line-height: .6rem; margin: 0 .2rem; } .btn-withdraw { background: linear-gradient(90deg, rgba(255, 157, 0, 1) 0%, rgba(255, 205, 52, 1) 100%); } } } //币种选择 .coin { .coin-item-list { width: 90%; height: 1.39rem; background: #F1F1F1; border-radius: 5px; margin: .2rem auto; .coin-kind { display: flex; align-items: center; padding: .2rem; .coin-kind-img { width: .51rem; height: .51rem; border-radius: 50%; img { width: 100%; height: 100%; } } .coin-kind-txt { font-size: .27rem; color: #333333; padding-left: .2rem; } } .coin-situation { display: flex; justify-content: space-between; color: #999999; font-size: .2rem; padding: 0 .2rem; } } }