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.
56 lines
932 B
56 lines
932 B
.top-bg{
|
|
background-image: linear-gradient(127deg, rgba(0,122,255,0.67) 0%, rgba(13,100,227,0.95) 100%);
|
|
}
|
|
|
|
.banner{
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.banner-left{
|
|
margin-left: 24rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.item-content {
|
|
background: rgba(255, 255, 255, 1);
|
|
padding:32rpx
|
|
}
|
|
|
|
.tui-swiper {
|
|
margin-left: 8rpx;
|
|
font-size: 26rpx;
|
|
height: 60rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.tui-news-item {
|
|
line-height: 56rpx;
|
|
padding-top: 4rpx;
|
|
padding-left: 6rpx;
|
|
color: #F5222D;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-align: center;
|
|
}
|
|
|
|
.booking-tool {
|
|
width: calc(100% - 20px);
|
|
background-color: #fff;
|
|
position: fixed;
|
|
left: 25px;
|
|
}
|
|
|
|
.roder-add {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
border-radius: 50rpx;
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
|
|
}
|