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.
25 lines
466 B
25 lines
466 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: 10px;
|
|
}
|
|
.home-swiper {
|
|
width: 95%;
|
|
/* height: 360rpx; */
|
|
}
|
|
|
|
/* .slide-image {
|
|
width: 100%;
|
|
height: 100%;
|
|
} */
|