/* pages/set/set.wxss */ .set-content { width: 100%; height: 100%; background-color: #f7f7f7; position: relative; } .set-item { width: 100%; height: 98rpx; background-color: #fff; } .col-a { margin:20rpx 0; } .label { width: 370rpx; font-size: 30rpx; font-weight: 400; color: #333333; text-indent: 24rpx; } .value { font-size: 30rpx; font-weight: 400; color: #333333; } .bindphone { margin-right: 72rpx; } .col-b { border-bottom: 1rpx solid #e4e4e4; } .out-button { width: 690rpx; height: 80rpx; border-radius: 10rpx; position: fixed; bottom: 80rpx; left: 4%; } view .van-button__text { color: var(--maincolor); }