123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- body {
- font-size: 3.7vw !important;
- background-color: rgb(251, 251, 251);
- }
- .report{
- margin: 4vw 4vw 4vw 4vw;
- }
- .report-title{
- font-size: 4.5vw;
- margin-bottom: 2vw;
- }
- .report-title-bottom{
- color: #999;
- }
- .report-content{
- margin: 2vw 0;
- }
- .annex-content{
- margin-top: 2vw;
- background-color: #fff;
- text-align: center;
- padding: 2vw;
- box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .annex-content img {
- height: 15vw !important;
- }
- .annex-content li{
- width: 30vw;
- height: auto;
- }
- .annex-content div{
- /*display: none;*/
- margin: 0 auto;
- }
- .annex-content p{
- padding: 0.5vh 0 ;
- width: 25vw;
- margin-left: 3vw;
- text-align: center;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .annex-content a{
- width: 100%;
- height: 3vh;
- line-height: 3vh;
- border-radius: 1.2vw;
- font-size: 3vw;
- }
- .layui-btn-group .layui-btn:first-child{
- display: none !important;
- }
|