29 lines
380 B
Plaintext
29 lines
380 B
Plaintext
/** index.wxss **/
|
|
.page-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
color: #aaa;
|
|
}
|
|
|
|
.label-bar {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.label-bar text {
|
|
margin-right: 20rpx;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.label-bar input {
|
|
flex: 1;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 200px;
|
|
}
|