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.
49 lines
896 B
49 lines
896 B
/* pages/home/home.wxss */
|
|
.list {
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
color: #333333;
|
|
letter-spacing: 0;
|
|
}
|
|
.card {
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 8px;
|
|
/* padding: 10px; */
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.image-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 99px;
|
|
}
|
|
|
|
.background-image {
|
|
width: 100%;
|
|
height: 99px;
|
|
}
|
|
|
|
.overlay-content {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
/* justify-content: center; */
|
|
/* flex-direction: column; */
|
|
/* 其他样式属性,根据需要添加 */
|
|
}
|
|
.home-swiper {
|
|
width: 95%;
|
|
/* height: 360rpx; */
|
|
}
|
|
|
|
/* .slide-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
} */
|