king.wxss 1016 字节

.nav {
    display: flex;
    justify-content: space-between;
}

.nav image {
    margin: 32rpx 18rpx;
    width: 56rpx;
    height: 56rpx;
}
.img-0{
    position: relative;
    width: 218rpx;
    margin-top: 64rpx;
    margin-left: 32rpx;
}
.text{
    padding:0 32rpx;
    font-size: 28rpx;
    line-height: 40rpx;
}
.text view:last-child{
    margin-top:32rpx;
}
.img{
display: flex;
}
.img image{
    width: 218rpx;
    height:218rpx;
    border-radius: 14rpx;

}
.img-1{
    position: absolute;
    top: 0;
    right: 0;
    width: 35rpx;
    height: 35rpx;
    line-height: 22rpx;
    text-align: center;
    background: #f8f8f8;
    border-radius: 0 14rpx 0 64rpx;
}
.img-1 image{
    width: 24rpx;
    height: 24rpx;
}
.box-end {
    position: fixed;
    bottom: 20rpx;
    left: 50%;
    margin-left:-211rpx;
    text-align: center;
    width: 422rpx;
    height: 100rpx;
    line-height: 100rpx;
    border-radius: 32rpx;
    font-size: 28rpx;
    font-weight: 600;
    background: rgba(255, 200, 61, 1);
}