2025-06-18 08:41:23 +08:00

188 lines
3.2 KiB
CSS

page {
background-color: #f6f7fb;
padding-bottom: 0;
min-height: 100vh;
}
image {
width: 100%;
height: 100%;
}
.header {
display: flex;
align-items: center;
padding-left: 20rpx;
}
.container {
background: url(http://192.168.0.172:5500/local_payImg.png);
background-size: 750rpx 302rpx;
background-repeat: no-repeat;
}
.Tit {
margin-top: 138rpx;
font-size: 36rpx;
color: #222222;
font-weight: 600;
margin-left: 20rpx;
}
.Tit span {
color: #FF370B;
}
.Msg {
width: 710rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: 0 auto;
margin-top: 17rpx;
box-sizing: border-box;
padding-top: 20rpx;
padding-left: 20rpx;
padding-right: 20rpx;
padding-bottom: 33rpx;
}
.payMony {
font-size: 50rpx;
color: #222222;
display: flex;
padding-bottom: 20rpx;
border-bottom: 1rpx solid #EBEBEB;
}
.payMony input {
font-size: 70rpx;
color: #222222;
height: 70rpx;
}
.payRemark {
margin-top: 26rpx;
font-size: 28rpx;
color: #999999;
padding-left: 27rpx;
}
.Msg2 {
width: 710rpx;
height: 162rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
box-sizing: border-box;
padding: 30rpx 20rpx 20rpx;
margin: 0 auto;
margin-top: 20rpx;
}
.Msg2_tit {
display: flex;
align-items: center;
justify-content: space-between;
}
.Msg2_tit_left {
font-size: 28rpx;
color: #999999;
}
.Msg2_tit_right {
display: flex;
align-items: center;
font-size: 28rpx;
color: #FF370B;
}
.Msg2_con {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 24rpx;
}
.Msg2_con_left {
font-size: 40rpx;
color: #FF370B;
}
.Msg2_con_left span {
font-size: 50rpx;
}
.Msg2_con_right {
font-size: 28rpx;
color: #222222;
}
.Msg3 {
width: 710rpx;
height: 162rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
box-sizing: border-box;
padding: 30rpx 20rpx 20rpx;
margin: 0 auto;
margin-top: 20rpx;
}
.Msg3_tit {
font-weight: 400;
font-size: 28rpx;
color: #999999;
}
.Msg3_con {
font-weight: 400;
font-size: 50rpx;
color: #FF370B;
margin-top: 24rpx;
}
.btn {
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 60rpx;
}
.btnList {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 56rpx;
margin-top: 53rpx;
}
.btnItem {
font-size: 28rpx;
color: #222222;
}
.line {
height: 20rpx;
width: 1rpx;
background-color: #999999;
}
.btnItem2 {
font-size: 28rpx;
color: #999999;
display: flex;
align-items: center;
}
.btnItem2 image{
width: 34rpx;
height: 34rpx;
margin-right: 10rpx;
}