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.
35 lines
614 B
35 lines
614 B
page {
|
|
width: 100%;
|
|
height: auto;
|
|
overflow-y: auto;
|
|
background: #f7f7f7;
|
|
}
|
|
|
|
.list{
|
|
width: 100%;
|
|
height: auto;
|
|
margin-top: 10rpx;
|
|
padding: 0rpx 23rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.name{
|
|
height: 80rpx;
|
|
border-bottom: 1rpx solid #e7eeee;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #adadad;
|
|
}
|
|
.detail{
|
|
width: 100%;
|
|
min-height: 80rpx;
|
|
/* line-height: 80rpx; */
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
padding: 23rpx 0rpx;
|
|
box-sizing: border-box;
|
|
}
|