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.
179 lines
3.3 KiB
179 lines
3.3 KiB
|
|
.wrapper.data-v-123c04c7 {
|
|
/* position: fixed;
|
|
z-index: 999999;
|
|
background: #ffffff;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0px;
|
|
left: 0px; */
|
|
}
|
|
.mask.data-v-123c04c7 {
|
|
position: absolute;
|
|
bottom: 0rpx;
|
|
top: 83rpx;
|
|
left: 0rpx;
|
|
right: 0rpx;
|
|
width: 750rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
.mask-r.data-v-123c04c7 {
|
|
height: 120rpx;
|
|
width: 120rpx;
|
|
border-radius: 60rpx;
|
|
display: flex;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 40rpx;
|
|
color: #FFFFFF
|
|
}
|
|
.content.data-v-123c04c7 {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
}
|
|
.header.data-v-123c04c7 {
|
|
height: 90rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.back_div.data-v-123c04c7 {
|
|
width: 65rpx;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.back_img.data-v-123c04c7 {
|
|
width: 35rpx;
|
|
height: 35rpx;
|
|
}
|
|
.input.data-v-123c04c7 {
|
|
font-size: 28rpx;
|
|
width: 620rpx;
|
|
height: 70rpx;
|
|
border-radius: 40rpx;
|
|
background-color: #F5F5F5;
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.title.data-v-123c04c7 {
|
|
font-size: 30rpx;
|
|
color: white;
|
|
}
|
|
.show.data-v-123c04c7 {
|
|
left: 0;
|
|
width: 100%;
|
|
transition: left 0.3s ease;
|
|
}
|
|
.hide.data-v-123c04c7 {
|
|
left: 100%;
|
|
width: 100%;
|
|
transition: left 0.3s ease;
|
|
}
|
|
.title.data-v-123c04c7 {
|
|
font-size: 30rpx;
|
|
color: white;
|
|
}
|
|
.calendar-list.data-v-123c04c7 {
|
|
position: absolute;
|
|
top: 83rpx;
|
|
bottom: 0rpx;
|
|
width: 100%;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.letters.data-v-123c04c7 {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
bottom: 0px;
|
|
width: 50rpx;
|
|
top: 260rpx;
|
|
color: #2f9bfe;
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.letters-item.data-v-123c04c7 {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.letter-header.data-v-123c04c7 {
|
|
height: 45rpx;
|
|
font-size: 22rpx;
|
|
color: #333333;
|
|
padding-left: 24rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #ebedef;
|
|
}
|
|
.city-div.data-v-123c04c7 {
|
|
width: 660rpx;
|
|
height: 85rpx;
|
|
margin-left: 24rpx;
|
|
border-bottom-width: 0.5rpx;
|
|
border-bottom-color: #ebedef;
|
|
border-bottom-style: solid;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 35rpx;
|
|
}
|
|
.city.data-v-123c04c7 {
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
padding-left: 30rpx;
|
|
}
|
|
.dingwei.data-v-123c04c7 {
|
|
width: 100%;
|
|
padding-top: 25rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 26rpx;
|
|
}
|
|
.dingwei_Tips.data-v-123c04c7 {
|
|
margin-left: 24rpx;
|
|
margin-bottom: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #A5A5A5;
|
|
}
|
|
.dingwei_city.data-v-123c04c7 {
|
|
width: 100%;
|
|
height: 60rpx;
|
|
padding-left: 55rpx;
|
|
padding-right: 70rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.dingwei_city_one.data-v-123c04c7 {
|
|
width: 185rpx;
|
|
height: 60rpx;
|
|
background-color: #F5F5F5;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.dingweis_div.data-v-123c04c7 {
|
|
display: flex;
|
|
align-content: flex-end;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
color: #FD5745;
|
|
}
|
|
.dingweis.data-v-123c04c7 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.dingwei_city_zuijin.data-v-123c04c7 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.toright.data-v-123c04c7 {
|
|
margin-right: 25rpx;
|
|
}
|