1
This commit is contained in:
parent
9682007ae7
commit
6d1847c32c
@ -286,7 +286,7 @@
|
||||
.table-fenxi-box { width: 100%; }
|
||||
.table-fenxi-box th { background-color: #f0f2f5; min-width: 100px; max-width: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #f0f2f5; }
|
||||
.table-fenxi-box tr { text-align: center; border-left: 1px solid #e6e6e6; }
|
||||
.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; }
|
||||
.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; }
|
||||
|
||||
.participate-box { color: #67729d; margin-left: 16px; padding: 0 6px; display: inline-block; min-width: 40px; height: 28px; font-size: 13px; line-height: 29px; border-radius: 2px; cursor: pointer; background-color: #fff; border: 1px solid #f0f2f5; }
|
||||
|
||||
|
@ -828,6 +828,7 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
|
||||
background-color: #f0f2f5;
|
||||
min-width: 100px;
|
||||
max-width: 200px;
|
||||
width: 150px;
|
||||
padding: 10px 16px;
|
||||
color: #202d3f;
|
||||
font-size: 13px;
|
||||
|
Loading…
Reference in New Issue
Block a user