大德通墓地App
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.
 
 
 

95 lines
1.6 KiB

.container{
view,text,image{
box-sizing: border-box;
}
.scroll-view_H {
height: 160rpx;
}
scroll-view{
width: 100%;
white-space: nowrap;
height: 104upx;
position: relative;
&::after{
background: #e5e5e5;
content: '';
display:block;
width: 100%;
height: 1px;
position: absolute;
bottom: 0;
left: 0;
transform:scaleY(0.5)
}
.flex-box{
display: inline-block;
height: 100%;
padding:0 30upx;
box-sizing: border-box;
&.active{
// border-bottom: 4upx solid #0092D5;
// box-shadow: inset 0 -4upx 0 0 #0092D5;
.date-box{
.days{
color: #0092D5;
}
.date{
color: #0092D5;
}
}
}
.date-box{
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
justify-content: space-around;
font-size: 30upx;
color: #333333;
.date{
color: #999;
font-size: 24upx;
// margin-top: 10upx;
}
}
}
}
.time-box{
padding:28upx 12upx 26upx;
display: flex;
flex-wrap: wrap;
.item{
width: 25%;
padding: 0 9upx;
margin-bottom: 18upx;
&-box{
width: 100%;
height: 80rpx;
padding:0 20rpx;
background: #F1F3F6;
color: #333;
font-size: 28upx;
border-radius: 10upx;
display: flex;
align-items: center;
justify-content: center;
&.disable{
background: #F1F3F6 !important;
color: #999 !important;
}
&.active{
// background: #0094D7;
color: #15152f;
display: flex;
font-size: 26rpx;
line-height: 30rpx;
}
.all{
font-size: 22upx;
}
}
}
}
}