Files
2024-09-27 02:06:13 +08:00

73 lines
1.1 KiB
CSS

body, ul, li, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
.icon-xiaoxi{
padding-right: 10px;
}
.icon-icon-test1 {
color: red;
padding-right: 10px;
}
.iconfont{
font-size: 20px !important;
}
.icon-chenggong{
color: #00ff09;
padding-right: 10px;
}
.icon-icon-test {
color: yellow;
font-size: 20px;
padding-right: 10px;
}
.back {
width: 330px;
background: #ffff;
border: 1px solid #ebeef5;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 2px 12px 0 rgb(0 0 0 /10%);
padding: 14px 26px 14px 13px;
box-sizing: border-box;
margin-top: 20px;
position: fixed;
}
.top{
display: flex;
align-items: center;
justify-content: space-between;
}
.top_left{
display: flex;
align-items: center;
justify-content: flex-end;
}
.neirong{
margin-left: 30px;
padding-top: 5px;
}
.bj{
width: 100vw;
overflow: hidden;
}
.LeftTop{
top:0;
left: 20px;
}
.RightTop{
top:0;
right: 20px;
}
.LeftBottom{
bottom: 50px;
left: 20px;
}
.RightBottom{
bottom: 50px;
right: 20px;
}