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.
23 lines
389 B
23 lines
389 B
/* pages/main/index.wxss */
|
|
.image-load {
|
|
width: 50px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 50rpx;
|
|
}
|
|
.bottomViewRightImg {
|
|
width: 290rpx;
|
|
height: 200rpx;
|
|
overflow: hidden;
|
|
}
|
|
.bottomViewRight {
|
|
width: 290rpx;
|
|
height: 200rpx !important;
|
|
overflow: hidden;
|
|
}
|
|
.imgZt{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|