2024年8月19日发(作者:)

})

/****/

page{

height: 100%;

width: 100%;

background: linear-gradient(#5681d7, #486ec3);

display: flex;

flex-direction: column;

}

.container{

display: flex;

flex-direction: column;

justify-content: space-around;

width: 90%;

margin: 50rpx auto;

}

.row{

position: relative;

height: 80rpx;

width: 100%;

border-radius: 10rpx;

background: #fff;

margin-bottom: 20rpx;

padding-left: 20rpx;

box-sizing: border-box;

}

.row input{

width: 100%;

height:100%;

}

.codeBtn{

position: absolute;

right: 0;

top: 0;

color: #bbb;

width: 30%;

font-size: 26rpx;

height: 80rpx;

line-height: 80rpx;

}

.subBtn{

width: 200rpx;

height: 80rpx;

background: #fff;

color: #000;

border-radius: 50rpx;

line-height: 80rpx;

}