page{ background-color:white; } .topimag{ width: 100%; } .contentV{ display: flex; width: 92%; margin-left: 4%; flex-direction: column; justify-content: flex-start; } .titlev{ width: 100%; height: 60rpx; line-height: 60rpx; font-size: 40rpx; font-weight: bold; text-align: left; } .yzmctV{ display: flex; flex-direction: row; align-items: center; justify-content:flex-start; margin-top: 30rpx; width: 100%; } .noinputV{ width: 100%; height: 80rpx; line-height: 80rpx; border-radius: 10rpx; border: 2rpx solid #F2F3F7; background-color: #F2F3F7; } .noinputVcode{ width: 100%; height: 80rpx; line-height: 80rpx; border-radius: 10rpx; border: 2rpx solid #F2F3F7; background-color: #F2F3F7; } .yzmbt{ color: white; font-size: 26rpx; width: 170rpx; height: 60rpx; line-height: 60rpx; text-align: center; margin-left: -190rpx; border-radius: 2rpx; background-color:#60BA63; } .querenBt{ margin-top: 30rpx; width: 100%; height: 60rpx; line-height: 60rpx; padding: 10rpx; border-radius: 20rpx; border: solid crimson; border-width: 0px 0px 6rpx 0px; text-align: center; justify-content: center; background-color: #E02F73; color: white; box-shadow: -4rpx 4rpx 2rpx 5rpx lightgrey; } .linktext{ font-size: 24rpx; color:skyblue; text-decoration:underline; } .notetext{ color: darkgray; font-size: 24rpx; text-align: center; } .xialakuangct{ display: flex; flex-direction: row; align-items: center; justify-content:space-between; padding-left: 16rpx; margin-right: 20rpx; width: 140rpx; height: 80rpx; line-height: 80rpx; border-radius: 10rpx; border: 2rpx solid #F2F3F7; background-color: #F2F3F7; } .xialakuang{ width: 100%; } .lineview{ display: flex; flex-direction: row; align-items: center; justify-content: center; background-color: whitesmoke; border: solid darkgray; border-width: 0px 0px 1rpx 0px; width: 80%; margin-bottom: 12rpx; } .picker-view { width: 750rpx; height: 300rpx; margin-top: 10rpx; } .item { line-height: 100rpx; text-align: center; }