31 lines
404 B
Plaintext
31 lines
404 B
Plaintext
|
|
.item {
|
|
display: flex;
|
|
margin: 30rpx;
|
|
}
|
|
|
|
.item .icon {
|
|
display: inline-block;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.icon image {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.item .content {
|
|
display: inline-block;
|
|
min-height: 80rpx;
|
|
}
|
|
|
|
.content text {
|
|
display: block;
|
|
margin-bottom: 40rpx;
|
|
font-size: 35rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.content view.media {
|
|
margin-bottom: 40rpx;
|
|
} |