64 lines
921 B
Plaintext
64 lines
921 B
Plaintext
/**app.wxss**/
|
|
@import 'iconfont.less';
|
|
page {
|
|
background-color: #F8F8F8;
|
|
--td-brand-color: #005BA2; // 任何你想要的主题色
|
|
--td-bg-color: #F8F8F8;
|
|
--td-text-color: #222222;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
.t-cell__title-text {
|
|
font-size: 28rpx;
|
|
}
|
|
.t-input__control {
|
|
font-size: 28rpx;
|
|
}
|
|
.t-input{
|
|
padding: 20rpx 38rpx;
|
|
}
|
|
.t-cell{
|
|
.t-input{
|
|
padding: 0;
|
|
}
|
|
}
|
|
.info-edit{
|
|
.t-cell{
|
|
padding: 28rpx 0rpx;
|
|
}
|
|
}
|
|
|
|
.user-info{
|
|
.t-input{
|
|
padding: 28rpx 38rpx;
|
|
}
|
|
}
|
|
.t-input__label:not(:empty) {
|
|
max-width: 10rem;
|
|
font-size: 28rpx;
|
|
}
|
|
.active{
|
|
.t-cell__note{
|
|
color: #222222;
|
|
}
|
|
}
|
|
button{
|
|
margin: 0;
|
|
}
|
|
.t-image-viewer {
|
|
top: 0;
|
|
}
|
|
.t-navbar__content{
|
|
background-color: transparent;
|
|
}
|
|
.t-overlay {
|
|
top: 0!important;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.page {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|