mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
39 lines
702 B
Plaintext
39 lines
702 B
Plaintext
.demo-home-nav__title {
|
|
margin: 24px 0 8px 16px;
|
|
color: rgba(69, 90, 100, 0.6);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.demo-home-nav__block {
|
|
position: relative;
|
|
display: flex;
|
|
margin: 0 0 12px;
|
|
padding-left: 20px;
|
|
color: #323233;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 40px;
|
|
background: #f7f8fa;
|
|
border-radius: 99px;
|
|
transition: background 0.3s;
|
|
}
|
|
|
|
.demo-home-nav__block:hover {
|
|
background: darken(#f7f8fa, 3%);
|
|
}
|
|
|
|
.demo-home-nav__block:active {
|
|
background: darken(#f7f8fa, 6%);
|
|
}
|
|
|
|
.demo-home-nav__icon {
|
|
position: absolute !important;
|
|
top: 50%;
|
|
right: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: -8px;
|
|
color: rgb(182, 195, 210);
|
|
font-weight: 900 !important;
|
|
}
|