You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.1 KiB
Plaintext
76 lines
1.1 KiB
Plaintext
/**index.wxss**/
|
|
.mine {
|
|
margin: 0 30rpx;
|
|
}
|
|
.avatar {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mine /deep/ .t-cell {
|
|
background-color: #aaa;
|
|
}
|
|
|
|
.placeholder {
|
|
color: rgba(0, 0, 0, 0.26);
|
|
line-height: 96rpx;
|
|
height: 96rpx !important;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.dialog-input {
|
|
padding-top: 12px;
|
|
padding-bottom: 12px;
|
|
text-align: left;
|
|
margin-top: 32rpx;
|
|
border-radius: 8rpx;
|
|
background-color: #f3f3f3;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.userinfo-nickname {
|
|
color: #aaa;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.project {
|
|
margin-top: 40rpx;
|
|
}
|
|
.project .title {
|
|
padding: 0 30rpx;
|
|
font-size: 36rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.list {
|
|
margin: 30rpx;
|
|
padding: 30rpx 15rpx;
|
|
background-color: #fff;
|
|
border-radius: 15rpx;
|
|
height: calc(100vh - 615rpx);
|
|
}
|
|
|
|
.list-item {
|
|
padding: 10rpx 0;
|
|
}
|
|
|
|
.submit-btn {
|
|
background-color: #0084ff;
|
|
color: #fff;
|
|
}
|