32 lines
395 B
Plaintext
32 lines
395 B
Plaintext
page {
|
|
background-color: #fff;
|
|
}
|
|
|
|
page .round-image {
|
|
border-radius: 12rpx;
|
|
}
|
|
|
|
.side-bar-wrapper {
|
|
display: flex;
|
|
height: 100vh;
|
|
}
|
|
|
|
.side-bar-wrapper .content {
|
|
flex: 1;
|
|
}
|
|
|
|
.side-bar-wrapper .section {
|
|
padding: 32rpx 0;
|
|
}
|
|
|
|
.side-bar-wrapper .title {
|
|
padding-left: 40rpx;
|
|
margin-bottom: 8rpx;
|
|
line-height: 52rpx;
|
|
}
|
|
|
|
.side-bar-wrapper .image {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
}
|