111 lines
1.9 KiB
Plaintext
Raw Normal View History

2025-04-14 10:57:27 +08:00
.container {
padding: 0px 0px;
background-color: #f3f4f6;
}
.success {
color: green !important;
}
.failure {
color: red;
}
.default {
color: gray;
}
.lengthwz {
width: 60px;
line-height: 36px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
}
.deepBlackBoldText {
font-weight: bold;
}
.with50 {
width: 50%;
}
.uni-forms-item {
position: relative;
display: flex;
flex-direction: row;
margin-bottom: 5px !important
}
.uni-forms-item__content {
position: relative;
font-size: 14px;
flex: 1;
box-sizing: border-box;
flex-direction: row;
line-height: 36px;
}
.scrollWrap {
height: 40px;
line-height: 40px;
width: 100%;
white-space: nowrap;
text-align: center;
font-size: 14px;
background-color: #fff;
}
.scrollWrap .scrollItem {
display: inline-block;
width: 25%;
font-size: 25rpx;
}
.scrollWrap .active {
color: #009DFF !important;
position: relative;
font-weight: 600;
font-weight: bold;
text-decoration: underline;
text-underline-offset: 4px;
}
.scrollWrap .active :after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: calc(50% - 5px);
width: 10px;
height: 2px;
background-color: #009DFF !important;
}
.uni-card {
border-radius: 15px !important;
}
.you-touchbox-content {
border-radius: 20px !important;
background-color: #f2f2f2 !important;
}
.uni-card__header {
font-weight: bold;
color: #000000;
font-size: 16px;
}
.uni-card .uni-card__header .uni-card__header-box {
flex: none !important;
}
.uni-card .uni-card__header .uni-card__header-extra {
margin-left: 10px;
}
.uni-forms .uni-forms-item__label {
width: 100px !important;
}
.divmap {
width: 100%;
height: 500px;
}
.cardtitleri {
font-size: 15px;
color: #3a3a3a;
padding: 5px;
font-weight: bold;
}
.cardtitle {
margin: 5px 0px;
padding: 5px 0px;
border-bottom: solid 1px #f1f1f1;
}