添加面包屑以及其它

This commit is contained in:
952108534@qq.com
2022-01-10 22:01:29 +08:00
parent 069d6d2531
commit be96454365
9 changed files with 528 additions and 36 deletions

View File

@@ -1,5 +1,47 @@
// 手机端
@media screen and(min-width: 320px) and(max-width:768px) {
.rc-fixright{
width: 0.60rem;
height: 1.81rem;
background: #FFFFFF;
box-shadow: 0px 0px 0.10rem rgba(0, 0, 0, 0.16);
border-radius: 0.04rem;
position: fixed;
right: 0;
top: 30%;
display: flex;
flex-direction: column;
z-index: 9999;
ul{
height: 100%;
li{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 0.08rem;
}
}
img{
width: 0.30rem;
height: 0.30rem;
display: block;
}
img{
width: 0.30rem;
height: 0.30rem;
display: block;
}
span{
font-size: 0.12rem;
color: #666666;
}
}
.rc-top{
margin-top: 0;
}
.rc-button{
width: 100%;
display: flex;