weliam-smartcity智慧城市
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.
 
 
 
 

60 lines
878 B

@-webkit-keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
:host {
display: block;
/* overflow: scroll; */
-webkit-overflow-scrolling: touch;
}
.data-v-2050ef08 .uni-scroll-view::-webkit-scrollbar {
width: 0;
height: 0;
}
.scollView.data-v-2050ef08 {
padding: 0 30rpx;
width: 690rpx;
}
.helpDetails.data-v-2050ef08 {
font-size: 0;
overflow-x: scroll;
}
page.data-v-2050ef08 {
background: #FFFFFF;
}
.detailsMainPackage.data-v-2050ef08 {
padding: 30rpx 0;
font-size: 24rpx;
color: #999999;
}
.detailsTitlePackage.data-v-2050ef08 {
margin: 0 30rpx;
border-bottom: 1rpx solid #eff0fe;
}
.detailsTitlePackage > ._span.data-v-2050ef08 {
line-height: 105rpx;
font-size: 30rpx;
font-weight: bold;
color: #333333;
}
.detailsTitle.data-v-2050ef08 {
height: 105rpx;
}