2025-12-04 09:58:14 +08:00

90 lines
1.7 KiB
CSS

.box {
width: 750rpx;
height: 1343rpx;
background: url(https://static.hshuishang.com/kitchen/recharge_bg.png) no-repeat;
background-size: 100% 100%;
}
.msg {
width: 710rpx;
height: 308rpx;
background: url(https://static.hshuishang.com/kitchen/recharge_tit.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto;
margin-top: 30rpx;
box-sizing: border-box;
padding-top: 46rpx;
padding-left: 47rpx;
font-weight: 400;
font-size: 28rpx;
color: #642D10;
display: flex;
flex-direction: column;
position: relative;
}
.msg view {
font-weight: 400;
font-size: 76rpx;
color: #642D10;
margin-top: 20rpx;
}
.msg image {
width: 240.4rpx;
height: 211.95rpx;
position: absolute;
right: 52rpx;
top: 0;
}
.recharge {
margin-top: -80rpx;
background-color: #fff;
border-radius: 30rpx 30rpx 0 0;
z-index: 2;
position: relative;
padding-top: 46rpx;
padding-left: 20rpx;
padding-right: 20rpx;
}
.rechargeTit {
font-weight: bold;
font-size: 32rpx;
color: #222222;
}
.iptbox {
display: flex;
align-items: center;
margin-top: 26rpx;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #E6E6E6;
}
.iptbox view {
font-weight: bold;
font-size: 40rpx;
color: #FF512A;
margin-right: 10rpx;
}
.iptbox input{
flex: 1;
}
.btn {
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
width: 650rpx;
height: 80rpx;
background: #FF512A;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: center;
margin-top: 60rpx;
}