| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- .rightSide {
- width: calc(100% - 5px);
- /* height: calc(100% - 5px); */
- }
- textarea {
- overflow-y: auto;
- }
- .rightSide div > .divTittle {
- height: 30px;
- line-height: 30px;
- background-color: #cccedb;
- font-weight: 700;
- padding-left: 10px;
- margin-bottom: 10px;
- }
- .rightSide li {
- padding: 2px 0;
- }
- .rightSide .layui-input,
- body .layui-form-pane .layui-form-label,
- .rightSide .layui-form-select dl dd,
- .layui-form-select dl dt {
- height: 30px;
- min-width: 120px;
- max-width: 300px;
- line-height: 34px;
- }
- layui-form-label {
- height: 30px;
- line-height: 34px;
- }
- /*body {
- padding: 5px 20px;
- background-color: #f5f5f5;
- padding-right: 30px;
- padding-bottom: 0;
- }*/
- .TableView td input {
- min-width: 100px;
- height: 25px;
- }
- .TableView td span {
- width: 140px;
- height: 25px;
- }
- .TableView td span input {
- width: 100px;
- height: 25px;
- }
- .TableView td input {
- min-width: calc(100% - 40px);
- height: 25px;
- }
- .TableView td span input a {
- height: 25px;
- }
- .TableView a:hover {
- cursor: pointer;
- color: red;
- }
- .rightSide a:hover {
- cursor: pointer;
- color: red;
- }
- .hiddenText {
- display: none;
- }
- .btndiv {
- text-align: center;
- margin: 50px 0px 20px 0px;
- }
- .labelcontent {
- text-align: left !important;
- }
- .layui-colla-title {
- margin-top: 0px;
- height: 30px;
- line-height: 30px;
- }
- .labelcontent {
- width: 200px !important;
- max-width: 300px !important;
- min-width: 200px !important;
- text-align: left !important;
- }
- .flowContent {
- height: calc(100% - 90px);
- width: 100%;
- }
|