41 lines
611 B
Plaintext
41 lines
611 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{
|
|
|
|
}
|
|
.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;
|
|
}
|
|
|
|
}
|
|
|
|
.page {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|