You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 lines
1.9 KiB

.banner{width:100%;height: 400rpx;z-index: 1;}
.banner image{width:100%;height:100%;z-index: 1;}
.detail{width:100%;border-bottom:2rpx solid #F1F1F1;background:#fff;padding:12rpx 0;}
.detail .detail-circle{padding:12rpx 24rpx;}
.detail .detail-circle view{display: flex;justify-content: space-between;color:#A5A5A5;font-size:28rpx;height:60rpx;line-height:60rpx;}
.detail .detail-circle view text{color:#626262;}
.detail .detail-circle .price text{color:#F66A01}
.hei{width:100%;height:14rpx;background: #FAFAFA;}
.content{width:94%;padding:0 3% 130rpx 3%;background:#fff;}
.content .content-title{height:64rpx;line-height:64rpx;padding:12rpx 0;color:#626262}
.circle{width:100%;padding:24rpx 0;}
.circle .circle-list{width:100%;border-bottom:2rpx solid #F5F5F5;display: flex;padding:24rpx 0;}
.circle .circle-list .list-left{width:20%;}
.circle .circle-list .list-left image{width:112rpx;height:112rpx;border-radius:50%;}
.circle .circle-list .list-right{width:80%;}
.circle .circle-list .list-right .right-top{display: flex;justify-content: space-between;height:60rpx;line-height:60rpx;}
.circle .circle-list .list-right .right-top .name{font-size:32rpx;}
.circle .circle-list .list-right .right-top .name text{font-size:24rpx;margin-left:20rpx;background: #FF6C01;padding:6rpx 16rpx;color:#fff;border-radius:16rpx;}
.circle .circle-list .list-right .right-top .time{font-size:24rpx;color:#C7C7C7}
.circle .circle-list .list-right .right-bottom{height:52rpx;line-height:52rpx;color:#F66A01;font-size:26rpx;}
.bottom{width:100%;position: fixed;bottom:0;left:0;background:#fff;}
.bottom-circle{width:100%;height:80rpx;line-height:80rpx;color:#fff;text-align:center;font-size:32rpx;margin:24rpx auto;display: flex;justify-content: space-around;}
.bottom-circle .share{width:288rpx;height:80rpx;border:2rpx solid #FFCB12;color:#F66A01;background:#FFFBD6;border-radius: 12rpx;}
.bottom-circle .share image{width:40rpx;height:40rpx;vertical-align: sub;margin-right:12rpx}