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

69 lines
2.2 KiB
CSS

#tradeEditForm { }
#infopage { width: 100%; }
html { background: #f5f5f5; }
.Hit-after { white-space: nowrap; margin-left: 0.25rem; max-height: 1.4rem; }
.well { background: #f5f5f5; margin-top: 20px !important; padding: 0px; position: relative; }
.well-right-content { float: left; width: 100%; }
.well-left, .well-right { background-color: white; border-style: solid; border-width: 1px; border-color: lightgray; box-shadow: 0 0 0 0.1rem rgba(200, 200, 200, 0.5); border-radius: 3px 3px; margin: 1rem 1rem 1rem 1rem; padding: 2rem 1rem 2rem 1rem; }
.well-left { width: 27%; min-height: 552px; float: left; }
.well-right { width: 68%; min-height: 570px; float: left; }
#notionalPrincipal { margin-left: -2px; }
legend { border-bottom: none !important; }
.chosen-single { border: 1px solid #d5d5d5 !important; }
.chosen-container { width: 150px !important; height: 25px !important; }
#TradeCalcTypeMain .formlabel { min-width: 118px !important; }
#setCashTypeShow { height: 25px; }
.chosen-search input { width: 140px !important; }
.chosen-container .chosen-drop { width: 150px; }
.form-group { width: 430px; padding-right: 0px !important; min-height: 47px; margin-bottom: 0px; }
.formlabel { min-width: 120px !important; text-align: right; float: left; }
.chinese { display: contents; }
.field-validation-error { font-size: 12px; display: block; display: inline-block; }
.text-box { width: 150px; height: 25px; background: #fff; }
label.text-box { background-color: #eeeded !important }
.fieldset-width { height: 100px; }
.fieldset-width-400 .form-group { width: 385px !important; margin-top: 20px; }
.field-height { height: 32px; }
#SyntheticUnderlyingId_chosen { }
#CommodityFuturesHide { margin-top: 38px; }
#CommodityFuturesHide .form-group { width: 400px !important; }
.field-changeline { width: 100%; height: 30px; }
#Comments { margin-left: 30px; width: calc(100% - 30px); height: 60px; }
.infopage { padding: 0px; }
@media (min-width: 1200px) {
.container { max-width: none; }
}
@media (min-width: 992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 { float: left; }
}
input.bg-white:read-only { border: 0 !important; color: #212529; }