.box{ background-size:cover; } .container { width: 100%; height: 330px; } .mine_title{ width: calc(100% -64rpx); display: flex; padding: 208rpx 32rpx 0rpx 32rpx; justify-content: space-between; } .quit{ margin-top:200rpx; display: flex; align-content: space-between; margin-bottom: 82rpx; } .btns-register{ color: #d9edff; border:2rpx solid #99CEFF; display: inline-block; width: 688rpx; font-size: 28rpx; height: 88rpx; line-height:88rpx; background: #0084FF; } .btns{ color: #0084FF; border:2rpx solid #99CEFF; display: inline-block; width: 688rpx; font-size: 28rpx; height: 88rpx; line-height:88rpx; background: #d9edff; } .content{ margin-top: 80rpx; } .cell_label{ font-size: 32rpx; margin-left: 36rpx; margin-top: 20rpx; } .content .van-cell{ background: transparent; height: 128rpx; } .content .van-icon__image{ width: 48rpx; height: 48rpx; position: relative; left: 32rpx; top: 50%; transform: translateX(-50%); } .content .van-icon-arrow{ position: relative; top: 50%; transform: translateX(-50%); } .title_right{ border: 2px solid white; border-radius: 50%; height: 128rpx; width: 128rpx; }