40 lines
822 B
Plaintext
40 lines
822 B
Plaintext
|
|
|
|
/*每个页面公共css */
|
|
wx-button:after{
|
|
border: none;
|
|
}
|
|
.ellipsis-two-lines {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
.back{
|
|
/* margin-top: -8rpx; */
|
|
padding:0 20rpx 0rpx 20rpx;
|
|
}
|
|
.ellipsis-one-lines {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.u-image{
|
|
background: none!important;
|
|
}
|
|
.u-steps-item__line{
|
|
height:36px!important;
|
|
}
|
|
.casesdown.active{
|
|
color:#3CC7C0!important;
|
|
}
|
|
.u-dropdown__menu__item__arrow--rotate .uicon-arrow-down{
|
|
color: #3cc7c0 !important;
|
|
}
|
|
.tagbox{
|
|
flex-wrap: wrap;
|
|
}
|
|
.tagbox .tag{
|
|
margin:5rpx 0 ;
|
|
}
|
|
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;} |