69 lines
1005 B
Plaintext
69 lines
1005 B
Plaintext
button.t-button {
|
|
font-weight: normal;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
view.t-input,
|
|
view.t-cell {
|
|
flex: none;
|
|
padding: 24rpx;
|
|
}
|
|
|
|
view.t-popup__close {
|
|
padding: 12rpx;
|
|
}
|
|
|
|
.t-input__icon--prefix {
|
|
display: flex;
|
|
}
|
|
|
|
view.t-cell__title-text {
|
|
white-space: nowrap;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.card-plugin-footer {
|
|
border-top: 1rpx solid #ddd;
|
|
padding: 16rpx 24rpx;
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
flex-wrap: wrap;
|
|
column-gap: 16rpx;
|
|
row-gap: 16rpx;
|
|
}
|
|
|
|
.card-plugin-footer:empty {
|
|
display: none;
|
|
}
|
|
|
|
.required::after {
|
|
content: '*';
|
|
color: red;
|
|
font-size: 32rpx;
|
|
margin-left: 4rpx;
|
|
}
|
|
|
|
.textarea-label {
|
|
font: var(
|
|
--td-cell-title-font,
|
|
var(
|
|
--td-font-body-large,
|
|
32rpx / 48rpx var(--td-font-family, PingFang SC, Microsoft YaHei, Arial Regular)
|
|
)
|
|
) !important;
|
|
}
|
|
|
|
.flex-b {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.flex-b view {
|
|
word-break: break-all;
|
|
min-width: 0;
|
|
}
|