This commit was merged in pull request #121.
This commit is contained in:
2020-08-06 10:45:03 +08:00
16 changed files with 30 additions and 27 deletions

View File

@@ -292,6 +292,7 @@ export default {
.info {
width: 418rpx;
height: 160rpx;
line-height: 48rpx;
display: flex;
flex-direction: column;
justify-content: space-between;

View File

@@ -170,7 +170,7 @@ export default {
align-items: center;
> image {
width: 220rpx;
height: 170rpx;
height: 200rpx;
flex-shrink: 0;
margin-right: 30rpx;
}
@@ -184,7 +184,7 @@ export default {
.briefing {
font-size: 28rpx;
color: rgba(102,102,102,1);
line-height: 36rpx;
line-height: 42rpx;
}
}
}