Files
zszq-trs/YLErpWeb/wwwroot/Style/Admin/main.css
T
2024-05-09 14:06:26 +08:00

19 lines
963 B
CSS

/*********************************
主要样式,包含reset及全局定义的类样式
!!样式类要以yl-开头
**********************************/
html, body { font-size: 14px; }
label { margin-bottom: 0; }
[v-cloak] { display: none; }
.form-layout .form-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1rem; line-height: 2.2rem; }
.form-layout .form-row .form-label { text-align: right; width: 90px; padding-right: 10px; display: inline-block; margin-bottom: 0; }
.table-form { }
.table-form > tbody > tr > td, .table-form > tbody > tr > th { padding: 8px 10px; border: 0; }
.table-form > tbody > tr > th { color: #495057; vertical-align: middle; font-weight: bold; text-align: right; }
/***loading***/
/*.yl-waitme { z-index: 9999; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.5) url("/Images/wait-transparent.gif") no-repeat 50% 20%; display: none; }*/