six.wxss 712 字节
.art{
    background: #f8f8f8;
    border-radius: 36rpx;
    width: 686rpx;
    height:272rpx;
   padding: 80rpx 0;
   text-align: center;
   margin: 0 auto;
   margin-top:120rpx;
}
.art image{
    width: 80rpx;
    height: 80rpx;
    box-shadow: 5rpx 5rpx 5rpx rgba(0, 0, 0, .2);
    border-radius:40rpx;
} 
.art image:nth-child(2){
    width:112rpx;
    height: 112rpx;
    border-radius: 56rpx;
    margin: 0 48rpx;
}
.box-end {
    position: absolute;
    bottom: 40rpx;
    left: 50%;
    margin-left: -126rpx;
    text-align: center;
    width: 252rpx;
    height: 80rpx;
    line-height: 80rpx;
    border-radius: 32rpx;
    font-size: 28rpx;
    font-weight: 600;
    background: rgba(255, 200, 61, 1);
}