115 lines
2.0 KiB
Plaintext
115 lines
2.0 KiB
Plaintext
|
/**index.wxss**/
|
||
|
.userinfo-container {
|
||
|
position: absolute;
|
||
|
top: 130rpx;
|
||
|
z-index: 10;
|
||
|
display: flex;
|
||
|
min-height: 100rpx;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
padding: 30rpx 0rpx 30rpx 30rpx;
|
||
|
}
|
||
|
|
||
|
.page-content {
|
||
|
position: absolute;
|
||
|
top: 320rpx;
|
||
|
display: flex;
|
||
|
min-height: 100rpx;
|
||
|
align-items: center;
|
||
|
width: 100%;
|
||
|
flex-direction: column;
|
||
|
align-content: center;
|
||
|
align-self: center;
|
||
|
}
|
||
|
|
||
|
.page-function {
|
||
|
width: 95%;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
padding: 20rpx;
|
||
|
background-color: white;
|
||
|
border: 10;
|
||
|
border-radius: 10rpx;
|
||
|
flex-wrap: nowrap;
|
||
|
}
|
||
|
|
||
|
.userinfo-icon {
|
||
|
font-variant: small-caps;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
display: inline-flex;
|
||
|
text-align: center;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
background-color: #ccc;
|
||
|
color: var(--white);
|
||
|
white-space: nowrap;
|
||
|
position: relative;
|
||
|
width: 128rpx;
|
||
|
height: 128rpx;
|
||
|
background-size: cover;
|
||
|
background-position: center;
|
||
|
vertical-align: middle;
|
||
|
font-size: 1.5em;
|
||
|
border: 3rpx solid #177ee6;
|
||
|
}
|
||
|
|
||
|
.funcation-item {
|
||
|
flex: 1;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.funcation-item image {
|
||
|
width: 110rpx;
|
||
|
height: 110rpx;
|
||
|
}
|
||
|
|
||
|
.userinfo-content {
|
||
|
position: absolute;
|
||
|
left: 146rpx;
|
||
|
width: calc(100% - 96rpx - 60rpx - 120rpx - 20rpx);
|
||
|
line-height: 1.6em;
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
.page-list {
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
background-color: white;
|
||
|
margin-top: 20rpx;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
|
||
|
.showmore {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-right: 24rpx;
|
||
|
}
|
||
|
|
||
|
.page-list-content {
|
||
|
display: flex;
|
||
|
width: 95%;
|
||
|
flex-direction: column;
|
||
|
background-color: white;
|
||
|
margin-top: 20rpx;
|
||
|
padding: 10rpx;
|
||
|
min-height: 800rpx;
|
||
|
}
|
||
|
|
||
|
.page-list-tab {
|
||
|
color: black;
|
||
|
font-size: medium;
|
||
|
border-bottom-width: 5rpx;
|
||
|
border-bottom-style: solid;
|
||
|
border-bottom-color: blue;
|
||
|
}
|
||
|
|
||
|
.page-list-tab-sel {
|
||
|
color: blue;
|
||
|
font-size: medium;
|
||
|
}
|