|
|
@@ -1,67 +1,75 @@
|
|
|
-.table-layout{
|
|
|
+.table-layout {
|
|
|
width: 100%;
|
|
|
color: #777;
|
|
|
font-size: 12px;
|
|
|
- .check-cls{
|
|
|
- max-width:20px;
|
|
|
- text-align:left!important;
|
|
|
- margin-left:20px;
|
|
|
+
|
|
|
+ .check-cls {
|
|
|
+ max-width: 20px;
|
|
|
+ text-align: left !important;
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
|
- .t-header{
|
|
|
+
|
|
|
+ .t-header {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
background: #F5F7FA;
|
|
|
- li{
|
|
|
+
|
|
|
+ li {
|
|
|
text-align: left;
|
|
|
padding-right: 10px;
|
|
|
display: inline-block;
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
}
|
|
|
- .t-con{
|
|
|
- .t-item{
|
|
|
+
|
|
|
+ .t-con {
|
|
|
+ .t-item {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
width: 100%;
|
|
|
padding: 15px;
|
|
|
- &:hover{
|
|
|
+
|
|
|
+ &:hover {
|
|
|
background: #F7F7F7;
|
|
|
- &[active-txt]{
|
|
|
- >.themetxt{
|
|
|
- span{
|
|
|
+
|
|
|
+ &[active-txt] {
|
|
|
+ >.themetxt {
|
|
|
+ span {
|
|
|
word-break: break-all;
|
|
|
font-weight: bold;
|
|
|
- &:hover{
|
|
|
- color: #1FE4DC!important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: #1FE4DC !important;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- li{
|
|
|
+
|
|
|
+ li {
|
|
|
text-align: left;
|
|
|
display: inline-block;
|
|
|
box-sizing: content-box;
|
|
|
margin-right: 10px;
|
|
|
- span{
|
|
|
+
|
|
|
+ span {
|
|
|
word-break: break-all;
|
|
|
color: #909090;
|
|
|
- // display: inline-block;
|
|
|
+ // display: inline-block;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .line{
|
|
|
+
|
|
|
+ .line {
|
|
|
min-height: 50px;
|
|
|
border-bottom: 1px solid rgba(#202020, 0.1);
|
|
|
- &:first-of-type{
|
|
|
+
|
|
|
+ &:first-of-type {
|
|
|
border-top: 1px solid rgba(#202020, 0.1);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
-
|
|
|
+}
|