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.
46 lines
786 B
46 lines
786 B
/* package/troubleshooting/shootingForm/index.wxss */
|
|
|
|
.mission-card-title {
|
|
background-color: #fff;
|
|
overflow: auto;
|
|
padding: 24rpx 16px;
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.mission-card-title .icon {
|
|
float: left;
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.mission-card-title .title {
|
|
float: left;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.mission-center-card-title {
|
|
margin-top: 16px;
|
|
}
|
|
|
|
.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)
|
|
}
|
|
|
|
.delete-btn {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 4px;
|
|
}
|