You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
186 lines
2.7 KiB
Plaintext
186 lines
2.7 KiB
Plaintext
// .van-tabs__scroll--line{
|
|
// background: transparent !important;
|
|
// }
|
|
|
|
@import url("./common/common.less");
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
/* .color{
|
|
color: #F1AB15;
|
|
} */
|
|
|
|
.ellipsis1 {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
/* display: inline-block; */
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ellipsis2 {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.nodata {
|
|
color: #666666;
|
|
text-align: center;
|
|
margin-top: 50rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.MT30 {
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.submitbtn {
|
|
position: absolute;
|
|
bottom: 100rpx;
|
|
width: 400rpx;
|
|
left: 50%;
|
|
margin-left: -200rpx;
|
|
}
|
|
.submitbtn .btn {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
width: 100%;
|
|
bottom: 0;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 99;
|
|
opacity: 0;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
color: transparent;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.aitems {
|
|
align-items: center;
|
|
}
|
|
.jcenter {
|
|
justify-content: center;
|
|
}
|
|
.sb {
|
|
justify-content: space-between;
|
|
}
|
|
.sa {
|
|
justify-content: space-around;
|
|
}
|
|
.wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ab {
|
|
align-items: baseline;
|
|
}
|
|
.se {
|
|
justify-content: space-evenly;
|
|
}
|
|
.fc {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
// 全局覆盖组件库样式
|
|
page {
|
|
--primary-color: #000;
|
|
--nav-bar-icon-color: #000;
|
|
// --button-border-radius: 10px;
|
|
// --button-default-color: #f2f3f5;
|
|
// --toast-max-width: 100px;
|
|
// --toast-background-color: pink;
|
|
}
|
|
|
|
// 全局遮罩层
|
|
.van-overlay {
|
|
z-index: 10000 !important;
|
|
}
|
|
.van-popup {
|
|
z-index: 10001 !important;
|
|
}
|
|
|
|
.van-toast__container {
|
|
background: #333;
|
|
border-radius: 10rpx;
|
|
z-index: 10003 !important;
|
|
}
|
|
|
|
page {
|
|
fontfamily: "PingFang SC", -appleSystem, BlinkMacSystemFont, "Helvetica Neue",
|
|
Helvetica, Segoe UI, Arial, Roboto, "miui", "Hiragino Sans GB",
|
|
"Microsoft Yahei", sansSerif;
|
|
}
|
|
|
|
// 标题字体
|
|
.titleSize1 {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.titleSize2 {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.titleSize3 {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.titleSize4 {
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
.titleSize5 {
|
|
font-size: 26rpx;
|
|
font-weight: bold;
|
|
color: #000;
|
|
}
|
|
|
|
// 正文字体
|
|
.fontSize {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
color: #000;
|
|
}
|
|
.fontSize-small {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #999;
|
|
}
|