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

91 lines
1.6 KiB
CSS

table, table tr th, table tr td {
border: 1px solid #313131 !important;
}
.ui-datepicker table, table tr th, table tr td {
border: none !important;
}
/*table tr th, table tr:nth-child(even) {
background: #e0ebf1;
}*/
.table > tbody > tr > td {
border-top: 1px solid #313131 !important;
width: 267px !important;
}
.widget-toolbox:last-child {
border: none;
}
.rmTrBgColor {
background-color: white !important;
}
.rmTrBgColor > td {
text-align: center;
color: #646ae6;
}
.tdRight {
text-align: center !important;
color: #000 !important;
font-weight: normal;
}
table tr td {
text-align: left;
width: 320px;
color: #646ae6;
}
.btn-color:hover {
background: #555 !important;
}
/*.tab-content {
border: none;
padding: 5px 0px;
position: relative;
}*/
#optionVueDiv table tr td {
text-align: center;
width: 320px;
color: #646ae6;
}
#optionVueDiv .table > tbody > tr > td {
border-top: 1px solid #ccc !important;
}
#optionVueDiv table, #optionVueDiv table tr th, #optionVueDiv table tr td {
border: 1px solid #ccc !important;
}
#optionVueDiv table tr th,
#optionVueDiv table tr:nth-child(even) {
background: none;
}
.jconfirm-type-default {
width: 20% !important;
}
.link-tradetype {
cursor: pointer;
color: #337ab7 !important;
}
.link-tradetype:hover {
text-decoration: underline !important;
color: #23527c !important;
}
#observationInfos span {
/*margin: 25px;*/
width: 100px;
display: inline-block;
text-align: center;
}