12 lines
436 B
CSS
12 lines
436 B
CSS
#steps {margin-bottom: 15px}
|
|
.outer .col-side{transition: all 0.1s;position: relative;}
|
|
.outer.hide-side .col-side{width:0px;}
|
|
.outer .col-side .side-handle{right:0px;top:10px;}
|
|
.outer.hide-side .main-side{display:none;}
|
|
.table-fixed td{white-space: unset;}
|
|
|
|
.thWidth{width:90px !important;}
|
|
.lifeThWidth{width:100px !important;}
|
|
html[lang^='zh-'] .thWidth{width:60px !important;}
|
|
html[lang^='zh-'] .lifeThWidth{width:60px !important;}
|