123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547 |
- @subject-maxwidth:1460px;
- @subject-minwidth:1220px;
- @font-face {
- font-family: 'iconfont';
- src: url('../../iconfont/iconfont.eot');
- src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
- url('../../iconfont/iconfont.woff') format('woff'),
- url('../../iconfont/iconfont.ttf') format('truetype'),
- url('../../iconfont/iconfont.svg#iconfont') format('svg');
- }
- *{
- margin:0;
- padding:0;
- list-style: none;
- border:none;
- font-style: normal;
- }
- html{
- width:100%;
- background: #f1f1f1;
- min-width: @subject-minwidth;
- font-family:"Source Han Sans SC","HanHei SC","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
- }
- img{
- display:block;
- }
- a{
- text-decoration: none;
- color: #333;
- }
- .iconfont{
- font-family:"iconfont" !important;
- font-size:14px;font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- }
- .detailed-box{
- position: relative;
- padding-bottom:30px;
- .detailed-title-box{
- width: 90%;
- margin: 0 auto;
- padding: 30px 0 0;
- h1{
- text-align: center;
- padding: 0 20px;
- }
- }
- .detailed-content-box{
- box-sizing: border-box;
- padding:0 30px;
- background: #fff;
- width: 90%;
- margin-left:7%;
- p{
- font-size: 25px;
- }
- }
- }
- .detailed-box1{
- position: relative;
- .detailed-title-box{
- width: 90%;
- margin: 0 auto;
- padding: 30px 0 0;
- h1{
- text-align: center;
- padding: 0 20px;
- }
- }
- .detailed-content-box{
- box-sizing: border-box;
- padding:20px 30px;
- background: #fff;
- width: 90%;
- margin:0 auto;
- }
- }
- .detailed-title{
- padding-top: 30px;
- padding-bottom: 30px;
- h1{
- width: 750px;
- margin: 0 auto;
- text-align: center;
- font-size:30px;
- }
- }
- .detailed-msg{
- position: relative;
- .msg-content{
- background: #fff;
- width: 960px;
- margin: 0 auto;
- border: 1px solid #ccc;
- padding: 15px;
- box-sizing: border-box;
- p{
- display: block;
- font-size: 25px;
- color: #c10000;
- text-align: center;
- line-height: 50px;
- }
- .tips{
- margin-top: 5px;
- font-size: 25px;
- text-align: center;
- display: block;
- }
- .msg-times{
- width: 100%;
- text-align: center;
- margin-top: 5px;
- span{
- font-size: 25px;
- line-height: 40px;
- }
- }
- }
- }
- .more-notice{
- position: absolute;
- top: 10px;
- right: 50%;
- margin-right: -630px;
- width: 230px;
- box-sizing: border-box;
- .more-notice-top{
- border: 1px solid #ccc;
- margin-bottom: 10px;
- .more-notice-title:after{
- content: '';
- display: block;
- clear: both;
- }
- .more-notice-title{
- background: #e9e9e9;
- border-bottom: 1px solid #ccc;
- height: 39px;
- .title-h6{
- float: left;
- h6{
- height: 20px;
- background: #fff;
- border-right: 1px solid #ccc;
- padding: 10px;
- font-size: 14px;
- color: #c10000;
- }
- }
- .title-a{
- float: right;
- a{
- margin-right: 10px;
- font-size: 14px;
- line-height: 39px;
- }
- a:hover{
- color: #c10000;
- }
- }
- }
- .more-notice-content{
- background: #fff;
- padding: 10px 0;
- li{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- padding-left: 10px;
- margin-bottom: 10px;
- a{
- font-size: 14px;
- }
- a:hover{
- color: #c10000;
- }
- }
- li:last-child{
- margin: 0;
- }
- }
- }
- .tips{
- background: #fff;
- width: 230px;
- border: 1px solid #ccc;
- padding: 10px;
- box-sizing: border-box;
- margin-bottom: 10px;
- span{
- font-size: 14px;
- color: #333;
- display: block;
- margin-bottom: 5px;
- }
- }
-
- }
- .position-box{
- min-width: 1220px;
- width: 100%;
- position: fixed;
- bottom: 0;
- background: rgba(0,0,0,0.5);
- height: 100px;
- .bid-process{
- height: 100%;
- width: 100%;
- a{
- display: block;
- height: 80px;
- width: 250px;
- background: #f39800;
- margin: 10px auto 0;
- color: #fff;
- font-size: 30px;
- text-align: center;
- line-height: 80px;
- }
- }
- }
- .origin-url{
- background: #fff;
- a{
- background: #fff;
- text-align: center;
- font-size: 20px;
- width: 960px;
- display: block;
- margin-left:6%;
- padding-bottom: 30px;
- box-sizing: border-box;
- color: #c10000;
- }
- }
- .origin-url a:hover{
- color: #f39800;
- }
- .details_box{
- width:100%;
- margin:20px auto;
- background:#fff;
- padding-bottom:30px;
- .note_tips{
- width:90%;
- margin:30px 6%;
- .tips{
- background: #fff;
- width:96%;
- padding-top:30px;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- }
- .tips_left{
- height:45px;
- width:20%;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-around;
- .first_1{
- font-size: 30px;
- }
- .first_2{
- font-size: 30px;
- }
- .tips_box{
- height:30px;
- width:30px;
- display: block;
- border:1px solid #3471AA;
- transform: rotate(45deg);
- display: flex;
- align-items: center;
- justify-content: center
- }
- .tips_content{
- height:20px;
- width:20px;
- display: block;
- background: #3471AA;
- text-align: center;
- color:#fff;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:18px;
- line-height: 30px;
- em{
- transform: rotate(-45deg);
- font-size:14px;
- line-height: 30px;
- text-align: center
- }
- }
- }
- .tips_right{
- height:20px;
- width:85%;
- display: flex;
- align-items: center;
- .tips_line{
- height:2px;
- width:100%;
- background: #D4D4D4;
- }
- }
- }
- }
- .details_box1{
- width:1400px;
- margin:20px auto;
- background:#fff;
- padding-bottom:30px;
- .note_tips{
- width:750;
- margin:30px 6%;
- .tips{
- background: #fff;
- width:750px;
- padding-top:30px;
- box-sizing: border-box;
- width: 100%;
- display: flex;
- align-items: center;
- }
- .tips_left{
- height:30px;
- width:14%;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: space-around;
- .tips_box{
- height:30px;
- width:30px;
- display: block;
- border:1px solid #3471AA;
- transform: rotate(45deg);
- display: flex;
- align-items: center;
- justify-content: center
- }
- .tips_content{
- height:20px;
- width:20px;
- display: block;
- background: #3471AA;
- text-align: center;
- color:#fff;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size:18px;
- line-height: 30px;
- em{
- transform: rotate(-45deg);
- font-size:14px;
- line-height: 30px;
- text-align: center
- }
- }
- }
- .tips_right{
- height:20px;
- width:85%;
- display: flex;
- align-items: center;
- .tips_line{
- height:2px;
- width:100%;
- background: #D4D4D4;
- }
- }
- }
- }
- .note_more{
- min-height:50px;
- width:100%;
- .more_content{
- width:940px;
- margin-left:6%;
- min-height:50px;
- line-height:50px;
- padding-left:20px;
- }
- }
- .more_content{
- li:hover{
- background: #f1f1f1;
- .names{
- color: #f39800;
- }
- }
- li{
- border-bottom: 1px dashed #ccc;
- line-height: 30px;
- padding:10px 0;
- position: relative;
- a{
- display: inline-block;
- line-height: 30px;
- }
- span{
- display: inline-block;
- }
- .reds{
- background: #ffe7e7;
- border: 1px solid #f24645;
- color: #f24645;
- }
- .greens{
- background: #efffea;
- border: 1px solid #2abf01;
- color: #2abf01;
- }
- .blues{
- background: #def1ff;
- border: 1px solid #2fa4ff;
- color: #2fa4ff;
- }
- .icons{
- text-align: center;
- line-height: 20px;
- font-size: 12px;
- display: inline-block;
- position: relative;
- width: 30px;
- height: 20px;
- }
- .names{
- width: 495px;
- margin-right: 28px;
- margin-left:10px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- vertical-align: bottom;
- font-size:14px;
- }
- .times_list{
- text-align: right;
- font-size:14px;
- position:absolute;
- right:0;
- }
- }
- }
- #qrcode {
- width:80%;
- height:auto;
- display: block;
- margin:15px auto;
- box-sizing: border-box;
- img{
- height:90%;
- width: 90%;
- display:block;
- margin:0 auto;
- }
-
-
- }
- .qrCode{
- margin-bottom:20px;
- border: 1px solid #ccc;
- padding:10px;
- margin-bottom:30px;
- background: #fff;
- padding-bottom:30px;
- h6{
- font-size:36px;
- line-height:120px;
- text-align: center;
- color:#c10000;
- font-weight: 600;
- }
- p{
- font-size:20px!important;
- line-height: 60px;
- text-indent:15%;
- cursor: pointer;
- }
-
- }
- .header-content {
- width: 100%;
- margin : 0 auto;
- height:100px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding : 20px 40px;
- box-sizing:border-box;
- background: #fff;
- .logo-img {
- padding-right: 10px;
- margin-right : 10px;
- }
- .logo-text {
- h6 {
- font-size : 18px;
- margin-bottom: 5px;
- font-weight : 400
- }
- p {
- color: #999
- }
- }
- .contact {
- line-height: 48px;
- font-size : 18px;
- .layui-icon {
- font-size: 22px;
- position : relative;
- top : 2px;
- }
- a {
- font-weight: 400;
- color: #999;
- font-size: 30px;
- }
- }
-
- }
- .foot{
- height:200px;
- width:100%;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- a{font-size:38px;}
- }
|