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.

151 lines
1.9 KiB

.top {
padding-bottom: 10rpx;
}
.address {
display: flex;
align-items: center;
font-size: 30rpx;
color: #222222;
line-height: 34rpx;
padding-left: 30rpx;
}
.address .tag {
width: 24rpx;
height: 24rpx;
margin-left: 12rpx;
}
.cal-box {
margin-top: 16rpx;
width: 100%;
height: 860rpx;
position: relative;
}
.cal-back {
width: 100%;
height: 860rpx;
position: absolute;
z-index: 1;
left: 0;
top: 0;
}
.calendar {
position: absolute;
z-index: 2;
left: 30rpx;
top: 80rpx;
width: 684rpx;
}
.timer {
padding: 0 24rpx;
font-size: 28rpx;
}
4 years ago
.back-now {
color: #038AF3;
}
.timer .year,
.timer .month {
line-height: 58rpx;
padding: 0 22rpx;
border: 2rpx solid #525252;
border-radius: 28px;
margin-left: 18rpx;
font-weight: bold;
color: #525252;
}
4 years ago
.t-box {
position: relative;
}
4 years ago
.t-box picker {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
opacity: 0;
}
4 years ago
.address {
position: relative;
}
4 years ago
.address picker {
position: absolute;
width: 150rpx;
height: 100%;
z-index: 2;
opacity: 0;
}
4 years ago
.list .item {
margin-top: 26rpx;
background-color: #ffffff;
padding: 30rpx;
}
4 years ago
.item .lable {
font-size: 32rpx;
font-weight: bold;
padding: 0 20rpx;
line-height: 42rpx;
background: #FFCC00;
border-radius: 4rpx;
color: #ffffff;
}
.list .info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding-top: 30rpx;
}
.list .info-item {
padding: 0 30rpx;
font-size: 30rpx;
font-weight: bold;
4 years ago
color: #646464;
line-height: 80rpx;
}
4 years ago
.tab {
display: flex;
align-items: center;
padding: 0 30rpx;
}
4 years ago
.tab-item {
display: flex;
4 years ago
flex-direction: column;
align-items: center;
margin-right: 54rpx;
}
4 years ago
.tab-title {
font-size: 30rpx;
font-weight: bold;
4 years ago
color: #565A6B;
}
.tab-tag {
width: 44rpx;
height: 10rpx;
display: none;
}
.active .tab-title {
font-size: 34rpx;
color: #262936;
}
.active .tab-tag {
display: block;
}