50 lines
935 B
Plaintext
50 lines
935 B
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-eaaef49c {
|
|
background-color: #F3F4F6;
|
|
padding: 15px;
|
|
min-height: 100vh;
|
|
font-size: 36rpx;
|
|
}
|
|
.image.data-v-eaaef49c {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
.text_r.data-v-eaaef49c {
|
|
width: 70%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.text_r text.data-v-eaaef49c {
|
|
width: calc(100% - 30px);
|
|
display: inline-block;
|
|
}
|
|
.text_r input.data-v-eaaef49c {
|
|
width: 80%;
|
|
border-bottom: 1px solid #dfdfdf;
|
|
}
|
|
.btn.data-v-eaaef49c {
|
|
width: 100%;
|
|
background: #999;
|
|
margin: 50px 15px 0 15px;
|
|
}
|
|
.caritem.data-v-eaaef49c {
|
|
width: calc(100% - 20px);
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 0 10px;
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.caritem .uni-icons.data-v-eaaef49c {
|
|
width: 30px;
|
|
text-align: right;
|
|
}
|
|
|