35 lines
546 B
Plaintext
35 lines
546 B
Plaintext
|
|
.slide{
|
|
width: 100%;
|
|
height: 12%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: nowrap;
|
|
background-color: #fff;
|
|
position: fixed;
|
|
top: 0;
|
|
z-index: 999;
|
|
/* padding-top: 55px; */
|
|
/* margin-left: 15px; */
|
|
/* padding-left: 1px; */
|
|
}
|
|
.title{
|
|
font-size: 18px;
|
|
font-family: PingFang SC-Medium, PingFang SC;
|
|
font-weight: 500;
|
|
color: #1A1A1A;
|
|
line-height: 28px;
|
|
/* border: 1rpx solid red; */
|
|
/* */
|
|
height: 28px;
|
|
/* padding-top: 55%; */
|
|
}
|
|
.slide_img{
|
|
width: 18rpx;
|
|
height: 32rpx;
|
|
margin-right: 36rpx;
|
|
/* padding-top: 55%; */
|
|
}
|
|
|
|
|