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.
37 lines
438 B
37 lines
438 B
/* subpages/mine/mySpace/mySpace.wxss */
|
|
|
|
|
|
.name {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.position {
|
|
font-size: 30rpx;
|
|
line-height: 32rpx;
|
|
}
|
|
|
|
.date {
|
|
font-size: 26rpx;
|
|
color: #BFBFBF;
|
|
line-height: 40rpx;
|
|
}
|
|
.status{
|
|
font-size: 26rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.btn {
|
|
position: relative;
|
|
}
|
|
|
|
.doc {
|
|
color: #08b3b3;
|
|
font-size: 20rpx;
|
|
}
|
|
|
|
.scroll-view {
|
|
padding: 20rpx;
|
|
box-sizing: border-box;
|
|
background: #eff0f3;
|
|
min-height: 100vh;
|
|
}
|