40 lines
545 B
Plaintext
40 lines
545 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;
|
|
}
|