123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 |
- @font-face
- {
- font-family: digifaw;
- }
- body{
- width: 1920px;
- height: 1080px;
- background-image: url("/static/meeting/img/bg.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- /*background-size:cover;*/
- margin: 0 auto;
- }
- .nav-header{
- width: 1920px;
- height: 100px;
- margin: 0 auto;
- }
- .nav-left{
- width: 650px;
- height: 98px;
- line-height: 98px;
- display: inline-block;
- padding-left: 40px;
- /*padding-top: 24px;*/
- font-size: 20px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFFFF;
- letter-spacing: 1px;
- float: left;
- }
- .nav-left .one{
- width: 180px;
- height: 68px;
- }
- .nav-left .two{
- width: 302px;
- height: 26px;
- margin-left: 110px;
- }
- .nav-title{
- width: 620px;
- height: 98px;
- line-height: 98px;
- display: inline-block;
- font-size: 50px;
- font-family: Adobe Heiti Std;
- font-weight: normal;
- color: #FFFFFF;
- letter-spacing: 2px;
- overflow: hidden;
- float: left;
- text-align: center;
- }
- .nav-right{
- width: 302px;
- height: 98px;
- line-height: 98px;
- display: inline-block;
- float: left;
- }
- .nav-right .three{
- width: 302px;
- height: 26px;
- }
- .nav-right2{
- width: 348px;
- height: 98px;
- display: inline-block;
- float: right;
- text-align: left;
- }
- .nav-right2 .time{
- width: 205px;
- height: 98px;
- line-height: 98px;
- font-size: 46px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #FFFEFE;
- display: inline-block;
- float: left;
- }
- .nav-right2 .week{
- width: 109px;
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFEFE;
- display: inline-block;
- float: left;
- margin-top: 20px;
- }
- .nav-right2 .date{
- width: 109px;
- font-size: 18px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFEFE;
- display: inline-block;
- float: left;
- margin-top: 2px;
- }
- .nav-header .header-bottom{
- width: 100%;
- height: 2px;
- }
- .main{
- width: 1920px;
- height: 980px;
- margin: 0 auto;
- padding: 20px 40px;
- }
- .main1{
- width: 576px;
- height: 800px;
- background-color: rgba(0,38,113,0.42);
- border-radius: 10px;
- display: inline-block;
- float: left;
- background-image: url("/static/meeting/img/title-bg.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- }
- .main1 .meeting-title{
- width: 100%;
- height: 584px;
- text-align: center;
- font-size: 50px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #FFFFFF;
- }
- .main1 .meeting-status{
- width: 100%;
- height: 216px;
- /*background: #FFA837;*/
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 46px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #fff;
- }
- .meeting-status-color1{
- background-image: url("/static/meeting/img/status-bg.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- }
- .meeting-status-color0{
- background-image: url("/static/meeting/img/status-bg2.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- }
- .main1 .meeting-status .circle{
- width: 30px;
- height: 30px;
- background: #fff;
- border-radius: 50%;
- margin-right: 10px;
- }
- .main2{
- width: 1236px;
- height: 800px;
- display: inline-block;
- float: right;
- background-color: rgba(0,38,113,0.42);
- border-radius: 10px 10px 0px 0px;
- background-image: url("/static/meeting/img/content-bg.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- }
- .main3{
- width: 100%;
- height: 112px;
- display: inline-block;
- float: right;
- background-color: rgba(0,38,113,0.2);
- border-radius: 10px;
- background-image: url("/static/meeting/img/bottom.png");
- background-repeat:repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- margin-top: 20px;
- }
- .main3 .remind-box{
- width: 278px;
- height: 112px;
- line-height: 112px;
- background-color: rgba(0,38,113,0.8);
- border-radius: 10px 0px 0px 10px;
- display: inline-block;
- float: left;
- font-size: 30px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #FFFEFE;
- text-align: center;
- }
- .main3 .remind-box img{
- width: 34px;
- height: 34px;
- margin-top: -8px;
- }
- .main3 .remind-content{
- width: 1538px;
- height: 112px;
- line-height: 112px;
- display: inline-block;
- float: left;
- font-size: 40px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #FFFEFE;
- padding: 0px 20px;
- overflow: hidden;
- position: relative;
- }
- /*.animate{*/
- /* display: inline-block;*/
- /* white-space: nowrap;*/
- /* animation: 25s wordsLoop linear infinite normal;*/
- /*}*/
- /*!* 鼠标经过停止运动 *!*/
- /*.animate:hover {*/
- /* animation-play-state: paused;*/
- /*}*/
- /*@keyframes wordsLoop {*/
- /* 0% {*/
- /* transform: translateX(10px);*/
- /* -webkit-transform: translateX(10px);*/
- /* }*/
- /* 100% {*/
- /* transform: translateX(-100%);*/
- /* -webkit-transform: translateX(-100%);*/
- /* }*/
- /*}*/
- /*@-webkit-keyframes wordsLoop {*/
- /* 0% {*/
- /* transform: translateX(10px);*/
- /* -webkit-transform: translateX(10px);*/
- /* }*/
- /* 100% {*/
- /* transform: translateX(-100%);*/
- /* -webkit-transform: translateX(-100%);*/
- /* }*/
- /*}*/
- .qrcode{
- width: 100%;
- height: 496px;
- }
- .qrcode img{
- width: 450px;
- height: 450px;
- margin-top: 40px;
- }
|