You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
513 B
26 lines
513 B
2 years ago
|
/* package/troubleshooting/shootingForm/index.wxss */
|
||
|
|
||
|
.mission-card-title {
|
||
|
background-color: #fff;
|
||
|
overflow: auto;
|
||
|
padding: 24rpx 16px;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center
|
||
|
}
|
||
|
|
||
|
.mission-center-card-title {
|
||
|
padding-top: 64rpx;
|
||
|
}
|
||
|
|
||
|
.fs-cell-title {
|
||
|
max-width: 6.2em;
|
||
|
min-width: 6.2em;
|
||
|
margin-right: 12px;
|
||
|
text-align: left;
|
||
|
color: var(--field-label-color, #646566)
|
||
|
}
|
||
|
|
||
|
.fs-cell-content {
|
||
|
color: var(--field-input-text-color, #323233)
|
||
|
}
|