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.
88 lines
1.3 KiB
88 lines
1.3 KiB
.page-meat { |
|
background-repeat: no-repeat; |
|
} |
|
.van-tabbar { |
|
background: rgba(255, 255, 255, 0.8); |
|
box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.12); |
|
} |
|
|
|
.van-tabbar-item__icon { |
|
margin-bottom: 0 !important; |
|
} |
|
|
|
.clearfix:after { |
|
content: "020"; |
|
display: block; |
|
height: 0; |
|
clear: both; |
|
visibility: hidden; |
|
} |
|
|
|
.clearfix { |
|
/* 触发 hasLayout */ |
|
zoom: 1; |
|
} |
|
|
|
.scroll::-webkit-scrollbar { |
|
width: 0; |
|
height: 0; |
|
color: transparent; |
|
} |
|
|
|
.theme1 { |
|
--name: #fff; |
|
} |
|
|
|
.theme2 { |
|
--name: #000; |
|
} |
|
|
|
.van-hairline--bottom:after { |
|
border-bottom-width: 0px !important; |
|
} |
|
|
|
.extend-via-pseudo-elem { |
|
position: relative; |
|
overflow: visible; |
|
&::before { |
|
content: ""; |
|
position: absolute; |
|
top: -20rpx; |
|
right: -20rpx; |
|
bottom: -20rpx; |
|
left: -20rpx; |
|
} |
|
} |
|
|
|
view { |
|
word-break: break-all; |
|
} |
|
.mp-html { |
|
video { |
|
// width: 100% !important; |
|
// object-fit: contain !important; |
|
// max-height: 350rpx; |
|
} |
|
} |
|
|
|
.van-tabbar { |
|
display: flex; |
|
justify-content: space-around; |
|
.van-tabbar-item { |
|
} |
|
[is="miniprogram_npm/@vant/weapp/tabbar-item/index"] { |
|
flex: none !important; |
|
} |
|
} |
|
|
|
// .tab-item:first-of-type, |
|
// .tab-item:last-of-type { |
|
// .van-tabbar-item { |
|
// width: 2em; |
|
// } |
|
// } |
|
|
|
|
|
.pre-line{ |
|
white-space: pre-line; |
|
}
|
|
|