1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .ant-tabs.ant-tabs-top.test.ant-tabs-line {
- background-color: #f5f5f5;
- }
- .ant-tabs-tab {
- font-weight: 900;
- }
- .ant-tabs-bar {
- margin-bottom: 0;
- }
- .peo-table {
- width: 100%;
- height: 200px;
- border: 1px solid #000;
- box-sizing: border-box;
- li {
- width: 25%;
- height: 25%;
- float: left;
- border-right: 1px solid #ccc;
- border-bottom: 1px solid #ccc;
- box-sizing: border-box;
- text-align: center;
- line-height: 48px;
- .peo-left {
- width: 40%;
- height: 100%;
- border-right: 1px solid #ccc;
- box-sizing: border-box;
- float: left;
- background-color: #eee;
- }
- .peo-right {
- width: 60%;
- height: 100%;
- box-sizing: border-box;
- float: left;
- }
- }
- }
- .title-peo {
- margin-top: 10px;
- width: 100%;
- height: 30px;
- line-height: 30px;
- text-align: center;
- font-size: 20px;
- background-color: skyblue;
- h6 {
- line-height: 40px;
- }
- }
- .ant-form-item {
- margin-bottom: 0px !important;
- }
- .half-item {
- height: 35px;
- }
|