123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .top-body{
- border-top: .0625rem solid #e6e6e6;
- line-height: 1.5;
- padding: 0 1.25rem 1.25rem;
- align-items: center;
- box-sizing: border-box;
- background: #fff;
- margin: 1rem 0;
- }
- .top-body .top-con{
- font-weight: bold;
- }
- .table-title{
- padding: 1rem 1rem 1rem 0 ;
- font-size: 1rem;
- color: #2d2d2d;
- border-bottom: 1px solid #ccc;
- display: flex;
- justify-content: space-between;
- }
- .more{
- color: #ec652d;
- cursor: pointer;
- }
- .top-right{
- background-color: #ec652d;
- height: 3.5625rem;
- line-height: 3.5625rem;
- color: #fff;
- padding: 0 1.875rem;
- border-radius: .3125rem;
- font-size: 1.125rem;
- font-weight: bold;
- }
- .search-body{
- background-color: #fff;
- margin: 1.25rem 0;
- }
- .interface-table{
- height: calc(100% - 17.1875rem);
- overflow-x: hidden;
- background-color: #fff;
- padding: 0 1.125rem 2.375rem;
- box-sizing: border-box;
- }
- .zan-con{
- display: flex;
- width: 100%;
- justify-content: space-around;
- margin-top: 1.5rem;
- text-align: center;
- font-size: 1.125rem;
- }
- .zan-con .line{
- height: 8rem;
- width: 1px;
- background: #ccc;
- }
- .zan-con .zan-contain{
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- }
- .zan-con .zan-contain p{
- font-size: 2.25rem;
- }
- .zan-con .zan-contain p:first-child{
- font-size: .875rem;
- line-height: 1.5;
- }
- .zan-sub{
- text-align: right;
- margin-top: 1.25rem;
- color: #a5a5a5;
- font-size: .875rem;
- }
- .table-interface{
- overflow-y: auto;
- overflow-x: hidden;
- height: calc(100% - 3rem);
- }
- .info-top{
- padding: 20px 0;
- display: flex;
- justify-content: space-between;
- border-bottom: 1px #a5a5a5 solid;
- }
- .o-span{
- cursor: pointer;
- color: rgb(7, 152, 244);
- }
- .e-pagination{
- display: flex;
- justify-content: flex-end;
- margin-top: 1.5625rem;
- }
|