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.
54 lines
794 B
54 lines
794 B
/* pages/main/index.wxss */
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
-webkit-text-size-adjust: none;
|
|
-webkit-user-select: none;
|
|
font-size: 35rpx;
|
|
color: #333;
|
|
background-color: white;
|
|
font-family: Helvetica, Arial, "Helvetica Neue", "Droid Sans", "Microsoft YaHei", sans-serif;
|
|
}
|
|
|
|
.canvas {
|
|
width: 100%;
|
|
height: 200px;
|
|
}
|
|
|
|
.swiper-image {
|
|
height: 150px;
|
|
border-radius: 6px;
|
|
width: 100%;
|
|
}
|
|
|
|
.item-host {
|
|
width: 200rpx;
|
|
padding-right:20rpx
|
|
}
|
|
|
|
.case-class{
|
|
width: 320rpx;
|
|
}
|
|
|
|
.case2-class{
|
|
width: 160rpx;
|
|
}
|
|
|
|
.case3-class{
|
|
width: 600rpx;
|
|
}
|
|
|
|
.host-class{
|
|
width: 120rpx;
|
|
margin-top: 4rpx;
|
|
}
|
|
|
|
.image-load {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50rpx;
|
|
}
|