123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- body {
- font-size: 3.7vw !important;
- background-color: rgb(251, 251, 251);
- margin: 0 !important;
- padding: 0 !important;
- }
- .layui-tab-brief>.layui-tab-title .layui-this {
- color: #1287ff !important;
- }
- .layui-tab-title li {
- font-size: 3.7vw !important;
- line-height: 10vw !important;
- }
- .layui-tab-title{
- background-color: #fff;
- }
- .layui-tab-title li {
- width: 100% !important;
- padding: 0 !important;
- }
- .layui-tab-brief>.layui-tab-more li.layui-this:after,
- .layui-tab-brief>.layui-tab-title .layui-this:after {
- border-bottom: 0.5vw solid #1287ff !important;
- }
- .top {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding-right: 2vw;
- z-index: 1000;
- }
- .person {
- display: flex;
- margin: 2vw 4vw !important;
- padding: 2vw !important;
- background-color: #fff;
- box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
- }
- .content {
- margin-bottom: 1vw !important;
- }
- .layui-tab{
- margin: 10px 0 0 0 !important;
- }
- .layui-input, .layui-select, .layui-textarea{
- height: 4.6vh !important;
- }
- .layui-input-wrap{
- line-height: 0 !important;
- }
|