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.
mudu-vx/src/assets/css/vant-ui.scss

211 lines
3.2 KiB

1 year ago
.van-nav-bar__title {
font-size: 0.267rem;
font-family: 'Source Han Sans CN-Normal';
color: #fff;
}
.van-nav-bar .van-icon {
color: #fff;
}
.van-tabs__nav--card {
margin: 0;
}
.van-tabs__nav--card {
background: #d3d5db;
}
.van-tabs__nav--card .van-tab.van-tab--active {
background: white;
}
.van-tab__text {
font-size: 0.267rem;
color: black;
font-weight: 400;
color: #333333;
}
.van-tabs__nav--card {
border: 0;
}
.van-tabs__nav--card .van-tab {
border: 0;
}
.van-tabs--card>.van-tabs__wrap {
height: 0.833rem;
}
.van-tabs__nav--card {
height: 0.833rem;
}
.van-tab {
height: 0.833rem;
}
.van-tab__pane {
background: #ffffff;
}
.van-cell::after {
border-bottom: 1px solid #d3d5db;
}
.van-cell__value--alone {
font-size: 0.267rem;
font-family: SourceHanSansCN-Regular;
color: #333333;
font-weight: 400;
}
.van-nav-bar__arrow {
font-size: 0.35rem;
}
.van-tabbar {
height: 0.817rem;
}
.van-nav-bar {
width: 100%;
height: 0.733rem;
line-height: 0.733rem;
background: #2487FF;
z-index: 1000 !important;
}
// 导航栏背景色
.van-nav-bar {
background: url('../../assets/image/top-bg@2x.png');
background-size: 100% 100%;
}
.van-hairline--bottom::after {
border: 0px;
}
.van-tabs__wrap {
position: fixed;
z-index: 1;
width: 100%;
}
.van-tabs__content {
padding-top: 0.833rem;
}
// 修改小红点居中
// .van-cell--required::before {
// position: absolute;
// left: .1rem;
// top: 0.25rem;
// color: #ee0a24;
// font-size: .3rem;
// content: '*';
// }
// 修改了输入框提示的样式
// .van-field .van-field__body .van-field__control,
// .van-field .van-field__body .van-field__control::placeholder {
// font-size: 0.217rem;
// font-weight: 400;
// color: #cccccc;
// -webkit-text-fill-color: currentColor;
// text-align: right;
// }
.van-cell {
height: 0.667rem;
border-radius: 0.1rem;
line-height: normal;
box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.09);
position: static;
}
.van-collapse-item__wrapper {
margin-top: 0.1rem;
border-radius: 0.1rem;
box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.09);
}
.van-collapse-item {
position: static;
margin-top: 0.1rem;
}
.van-cell::after {
border: 0px;
}
.van-cell {
-webkit-box-shadow: 0rem 0rem 0rem 0rem;
box-shadow: 0rem 0rem 0rem 0rem;
border-bottom: 1px solid #cccc;
border-radius: 0rem;
height: 0.833rem;
line-height: 0.5rem;
padding: 10px 26px;
}
.van-cell__value--alone {
font-size: 0.267rem;
font-weight: 400;
}
.van-tab__text {
font-size: 0.267rem;
font-weight: 400;
color: #333333;
}
.van-cell__title {
text-align: left;
padding-left: 0.15rem;
font-size: 0.267rem;
font-weight: 400;
color: #333333;
}
.van-image-preview__index {
top: 56px;
}
.van-image-preview__close-icon--top-right {
top: 56px;
}
.van-icon-cross {
font-size: 0.45rem !important;
}
.van-uploader__preview-delete {
position: absolute;
top: 0;
right: 0;
width: 0.45rem;
height: 0.45rem;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 0 0 0 0.45rem;
}
.van-dialog--round-button .van-dialog__cancel {
background: #999999;
}
.van-tabbar-item {
color: #9DA2AB;
}
.van-tab__pane {
background: none;
}
.radio-center .van-field__control {
justify-content: center
}