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.
82 lines
1.6 KiB
82 lines
1.6 KiB
//引入全局配置
|
|
@import "../../../../assets/scss/c/conf";
|
|
@import "../../../../assets/scss/c/mx";
|
|
@import "../../../../assets/scss/c/f";
|
|
@import "../../../../assets/scss/a/c";
|
|
|
|
// .g-scroll {
|
|
// height: calc(100vh - env(safe-area-inset-bottom) / 2);
|
|
// }
|
|
.g-scroll_page {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
height: calc(100vh - env(safe-area-inset-bottom) / 2);
|
|
|
|
}
|
|
// page {
|
|
// background-color: $bgc1;
|
|
// }
|
|
.g-main {
|
|
|
|
background-color: #e4e4e46b;
|
|
width: calc(100vw);
|
|
|
|
|
|
|
|
|
|
.g-item,
|
|
.item-left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.g-item {
|
|
height:206rpx;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
padding: 24rpx 20rpx 24rpx 20rpx;
|
|
margin-top:14rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
|
|
.item-img {
|
|
width: 200rpx;
|
|
height: 146rpx;
|
|
}
|
|
|
|
.item-info {
|
|
margin-left: 20rpx;
|
|
|
|
.item-name {
|
|
font-size: 34rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
padding-left:3rpx;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow:ellipsis;
|
|
}
|
|
.item-desc {
|
|
margin-top: 10rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #999999;
|
|
line-height: 40rpx;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.m-more {
|
|
margin-top:20rpx;
|
|
padding-bottom: 20rpx;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
color: $fc4;
|
|
font-size: $fz5;
|
|
text-align: center;
|
|
}
|
|
|