project init
This commit is contained in:
74
app.wxss
74
app.wxss
@@ -17,6 +17,7 @@ page {
|
||||
--td-bg-color-fade: red;
|
||||
--td-bg-color-block: #2B2B2B;
|
||||
--td-color-block-check: #777777;
|
||||
--td-dialog-title-color: none;
|
||||
}
|
||||
/* 记账类型颜色 */
|
||||
.t-color-income {
|
||||
@@ -32,6 +33,9 @@ page {
|
||||
color: yellow;
|
||||
}
|
||||
/* 记账类型颜色 */
|
||||
t-cell {
|
||||
--td-cell-note-color: orange;
|
||||
}
|
||||
.t-cell-income {
|
||||
--td-cell-note-color: red;
|
||||
}
|
||||
@@ -45,6 +49,9 @@ page {
|
||||
--td-cell-note-color: yellow;
|
||||
}
|
||||
/* 字体大小 */
|
||||
.font_large {
|
||||
font-size: 50rpx;
|
||||
}
|
||||
.font_big {
|
||||
font-size: 35rpx;
|
||||
}
|
||||
@@ -56,15 +63,80 @@ page {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
.space_box {
|
||||
.space_box_no_padding {
|
||||
padding: 0 20rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.space_box {
|
||||
padding: 20rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.padding_box {
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.bottom_box {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom:50rpx;
|
||||
}
|
||||
/* 占位置 */
|
||||
.placeholder {
|
||||
height: 168rpx;
|
||||
}
|
||||
/* 日历 */
|
||||
.t-calendar__dates-item--centre {
|
||||
--td-calendar-item-centre-color:lightsalmon;
|
||||
}
|
||||
/* 标签 */
|
||||
.t-tabs__item {
|
||||
--td-tab-item-color:none;
|
||||
}
|
||||
/* 对话框输入框 */
|
||||
.t-dialog input {
|
||||
color: whitesmoke;
|
||||
--td-dialog-input-bg-color: #111111
|
||||
}
|
||||
.t-dialog__body {
|
||||
--td-dialog-content-color: red;
|
||||
}
|
||||
/* 输入框 */
|
||||
.t-input__control {
|
||||
--td-input-default-text-color: orange;
|
||||
}
|
||||
.t-input__tips {
|
||||
--td-input-default-tips-color: red
|
||||
}
|
||||
.t-input__wrap--suffix {
|
||||
--td-input-suffix-text-color: whitesmoke
|
||||
}
|
||||
.t-input__label {
|
||||
--td-input-label-text-color: whitesmoke
|
||||
}
|
||||
.t-input__placeholder {
|
||||
--td-input-placeholder-text-color: #777777
|
||||
}
|
||||
/* 宫格 */
|
||||
.t-grid-item__text {
|
||||
color: whitesmoke !important;
|
||||
}
|
||||
/*文本域*/
|
||||
.t-textarea__label {
|
||||
--td-font-size-base: 32rpx;
|
||||
--td-textarea-label-color:none
|
||||
}
|
||||
.t-textarea__wrapper-inner {
|
||||
--td-textarea-text-color: orange
|
||||
}
|
||||
.t-textarea__placeholder {
|
||||
--td-textarea-placeholder-color: #777777
|
||||
}
|
||||
.t-textarea__indicator {
|
||||
--td-textarea-indicator-text-color : none
|
||||
}
|
||||
/* 下拉框 */
|
||||
.t-collapse-panel__content {
|
||||
--td-collapse-content-text-color: none;
|
||||
--td-collapse-content-padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user