You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.2 KiB
62 lines
1.2 KiB
/* pages/process/payment/index.wxss */
|
|
@import '../../../components/common/index.wxss';
|
|
|
|
.checkbox {
|
|
padding-top: 6rpx;
|
|
}
|
|
|
|
.page-icon {
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.lable {
|
|
padding: 32rpx 32rpx 24rpx 32rpx;
|
|
margin-top: 18rpx;
|
|
border-bottom: 1rpx solid #f3f3f3
|
|
}
|
|
|
|
.van-dialog {
|
|
top: 50% !important;
|
|
overflow: hidden;
|
|
width: 320px;
|
|
width: var(--dialog-width, 320px);
|
|
font-size: 16px;
|
|
font-size: var(--dialog-font-size, 16px);
|
|
border-radius: 16rpx;
|
|
border-radius: var(--dialog-border-radius, 16rpx);
|
|
background-color: #fff;
|
|
background-color: var(--dialog-background-color, #fff)
|
|
}
|
|
|
|
.van-dialog__message {
|
|
overflow-y: auto;
|
|
text-align: center;
|
|
-webkit-overflow-scrolling: touch;
|
|
font-size: 14px;
|
|
font-size: var(--dialog-message-font-size, 14px);
|
|
line-height: 20px;
|
|
line-height: var(--dialog-message-line-height, 20px);
|
|
max-height: 60vh;
|
|
max-height: var(--dialog-message-max-height, 60vh);
|
|
padding: 24px;
|
|
padding: var(--dialog-message-padding, 24px)
|
|
}
|
|
|
|
van-dialog__button {
|
|
-webkit-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.van-dialog__cancel,
|
|
.van-dialog__confirm {
|
|
border: 0 !important;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
.textarea{
|
|
width:100%;
|
|
height:80px;
|
|
padding:12rpx;
|
|
font-size: 14px;
|
|
border: 1rpx solid #f3f3f3;
|
|
}
|