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.
104 lines
2.1 KiB
104 lines
2.1 KiB
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content.data-v-4920ccb6 {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text.data-v-4920ccb6 {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
button.data-v-4920ccb6 {
|
||
|
|
color: #ffffff;
|
||
|
|
background: #5fd9ee;
|
||
|
|
width: 90%;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
.list-1.data-v-4920ccb6 {
|
||
|
|
display: flex;
|
||
|
|
height: 150rpx;
|
||
|
|
border-bottom: 1px solid #eee;
|
||
|
|
background: #fff;
|
||
|
|
font-size: 32rpx;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.name-tel.data-v-4920ccb6 {
|
||
|
|
width: 220rpx;
|
||
|
|
height: 75rpx;
|
||
|
|
line-height: 75rpx;
|
||
|
|
padding-left: 40rpx;
|
||
|
|
}
|
||
|
|
.name-edit.data-v-4920ccb6 {
|
||
|
|
width: 20%;
|
||
|
|
height: 100%;
|
||
|
|
position: absolute;
|
||
|
|
right: 0;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.standard-box.data-v-4920ccb6 {
|
||
|
|
color: #088FEB;
|
||
|
|
line-height: 75rpx;
|
||
|
|
width: 50%;
|
||
|
|
text-align: right;
|
||
|
|
font-size: 26rpx;
|
||
|
|
}
|
||
|
|
.popup-content.data-v-4920ccb6 {
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 15px;
|
||
|
|
width: 500rpx;
|
||
|
|
height: auto;
|
||
|
|
background-color: #fff;
|
||
|
|
min-height: 500rpx;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.popup-title.data-v-4920ccb6 {
|
||
|
|
font-size: 36rpx;
|
||
|
|
font-weight: bold;
|
||
|
|
text-align: center;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.popup-container.data-v-4920ccb6 {
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
.address-btn.data-v-4920ccb6 {
|
||
|
|
width: 100%;
|
||
|
|
height: 80rpx;
|
||
|
|
background: #088FEB;
|
||
|
|
color: #fff;
|
||
|
|
font-size: 36rpx;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 80rpx;
|
||
|
|
border-radius: 10px;
|
||
|
|
}
|
||
|
|
.phone-btn.data-v-4920ccb6 {
|
||
|
|
width: 150rpx;
|
||
|
|
height: 75rpx;
|
||
|
|
color: #088FEB;
|
||
|
|
line-height: 75rpx;
|
||
|
|
font-size: 26rpx;
|
||
|
|
}
|
||
|
|
.popup-pay-content.data-v-4920ccb6 {
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 0 15px 15px 15px;
|
||
|
|
width: 95%;
|
||
|
|
margin: 0 auto;
|
||
|
|
height: auto;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.popup-pay-title.data-v-4920ccb6 {
|
||
|
|
height: 100rpx;
|
||
|
|
line-height: 100rpx;
|
||
|
|
text-align: center;
|
||
|
|
font-weight: bold;
|
||
|
|
font-size: 32rpx;
|
||
|
|
}
|
||
|
|
|