/* pages/user/verify/index.wxss */ .bgimg { position: absolute; left: 0; right: 0; width: 100%; display: block; z-index: -1; } page { background: #f6f6f6; } .top-box { margin: 100rpx 30rpx; background: white; border-radius: 20rpx; padding: 20rpx 45rpx; } .item { display: flex; border-bottom: 1rpx solid #d8d8d8; height: 120rpx; align-items: center; justify-content: space-between; font-size: 30rpx; color: #333; } .item input { flex: 1; margin-left: 20rpx; } .item text { width: 150rpx; flex-shrink: 0; } .btn { text-align: center; width: 360rpx; color: #fff; font-size: 30rpx; margin: 120rpx auto; line-height: 80rpx; background: #0B898E; border-radius: 40rpx; }