mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/wallet/alipay.wxss

136 lines
2.5 KiB
Plaintext

.add-alipay.data-v-f14b6d12 {
background-color: #f7f7f7;
height: 100vh;
padding: 0;
margin: 0;
/* font-family: "PingFang SC", "Microsoft YaHei", sans-serif; */
}
/* 顶部栏 */
.header.data-v-f14b6d12 {
display: flex;
align-items: center;
padding: 24rpx 32rpx;
background-color: #fff;
font-size: 32rpx;
border-bottom: 1rpx solid #eee;
}
.back.data-v-f14b6d12 {
font-size: 40rpx;
color: #333;
margin-right: 20rpx;
}
.title.data-v-f14b6d12 {
flex: 1;
text-align: center;
font-weight: bold;
color: #333;
}
/* 表单部分 */
.form.data-v-f14b6d12 {
background-color: #fff;
margin: 20rpx auto 0 auto;
padding: 0 32rpx;
border-radius: 20rpx;
width: 85%;
/* margin-left: 3%; */
box-shadow: 0 4rpx 12rpx rgba(0, 0, 0, 0.05);
}
.form-item.data-v-f14b6d12 {
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #f1f1f1;
padding: 28rpx 0;
}
.form-item text.data-v-f14b6d12 {
color: #333;
font-size: 30rpx;
font-weight: bold;
text-align: left;
width: 180rpx;
flex-shrink: 0;
}
.form-item input.data-v-f14b6d12 {
flex: 1;
margin-left: 30rpx;
border: none;
outline: none;
font-size: 30rpx;
color: #333;
text-align: left;
background-color: transparent;
padding: 0;
box-sizing: border-box;
}
/* 单选项 */
.default-option.data-v-f14b6d12 {
display: flex;
align-items: center;
padding: 30rpx 0;
font-weight: bold;
}
.default-text.data-v-f14b6d12 {
margin-left: 12rpx;
font-size: 30rpx;
}
/* 底部按钮 */
.btn-group.data-v-f14b6d12 {
display: flex;
justify-content: space-around;
margin-top: 80rpx;
padding: 0 32rpx;
}
button.data-v-f14b6d12 {
width: 40%;
height: 84rpx;
border-radius: 48rpx;
font-size: 32rpx;
font-weight: 500;
border: none;
}
/* 取消按钮 禁用态 */
.cancel.data-v-f14b6d12 {
color: rgba(255, 124, 140, 0.6);
/* background-color: #fff; */
border: 2rpx solid #ffb7c3;
}
/* 启用态 */
.cancel.cancel-active.data-v-f14b6d12 {
border-color: #ff0000;
color: #ff0000;
}
/* 确认按钮 禁用态*/
.confirm.data-v-f14b6d12 {
background-color: rgba(255, 124, 140, 0.6);
color: #fff;
}
/* 启用态 */
.confirm.confirm-active.data-v-f14b6d12 {
background-color: #ff1c1f;
color: #fff;
}
.default-wrapper-img.data-v-f14b6d12 {
width: 30rpx;
height: 30rpx;
}
.tip.data-v-f14b6d12 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 22rpx;
color: #e8101e;
line-height: 30rpx;
text-align: left;
font-style: normal;
margin-top: 20rpx;
}