batiao-pay/static/app.css

167 lines
2.9 KiB
CSS

body, page {
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
text-align: center;
background-color: #f2f2f2;
margin: 0;
padding: 0;
height: 100vh;
overflow: hidden;
}
.wrapper {
width: 100%;
height: 100%;
box-sizing: border-box;
display: flex;
flex-flow: column;
align-items: center;
}
.item-name {
/* width: 160rpx; */
height: 56rpx;
margin-top: 140rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 40rpx;
color: #1A1A1A;
line-height: 56rpx;
text-align: center;
font-style: normal;
text-transform: none;
}
.item-count {
/* width: 250rpx; */
height: 92rpx;
font-family: D-DIN-PRO, D-DIN-PRO;
font-weight: 500;
font-size: 80rpx;
color: #FF2C2C;
line-height: 72rpx;
text-align: center;
font-style: normal;
text-transform: none;
margin: 12rpx 0 16rpx 0;
}
.company {
/* width: 280rpx; */
height: 40rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #53896D;
line-height: 40rpx;
text-align: center;
font-style: normal;
text-transform: none;
}
.pay-methods {
margin-top: 80rpx;
margin-bottom: 120rpx;
}
.pay-method-item {
width: 640rpx;
height: 120rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(36, 36, 36, 0.05);
border-radius: 16rpx;
padding: 0 28rpx;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
}
.pay-method-item:last-child {
margin-bottom: 0;
}
.pay-method-item-left {
display: flex;
align-items: center;
}
.pay-method-name {
margin-left: 16rpx;
}
#pay-btn {
width: 686rpx;
height: 104rpx;
border-radius: 1842rpx;
display: flex;
align-items: center;
justify-content: center;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #FFFFFF;
line-height: 48rpx;
text-align: center;
font-style: normal;
text-transform: none;
}
.weixin-btn {
background: #06BF5E;
}
.alipay-btn {
background: #2c78fe;
}
.pay-result-container {
margin-top: 140rpx;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
}
.pay-result-text {
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 36rpx;
color: #1A1A1A;
line-height: 52rpx;
text-align: center;
font-style: normal;
text-transform: none;
margin: 52rpx 0 140rpx 0;
}
.back-btn {
width: 312rpx;
height: 104rpx;
background: #E7E7E7;
border-radius: 1842rpx;
display: flex;
align-items: center;
justify-content: center;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #666666;
line-height: 48rpx;
text-align: center;
font-style: normal;
text-transform: none;
}
.env-err-text {
margin-top: 82rpx;
width: 504rpx;
height: 112rpx;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 500;
font-size: 36rpx;
color: #F64F50;
line-height: 56rpx;
text-align: center;
font-style: normal;
text-transform: none;
}