| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589 |
- @charset "utf-8";
- @font-face {
- font-family: 'icomoon';
- src:url('fonts/icomoon.eot');
- src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
- url('fonts/icomoon.woff') format('woff'),
- url('fonts/icomoon.ttf') format('truetype'),
- url('fonts/icomoon.svg#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [data-icon]:before {
- font-family: 'icomoon';
- content: attr(data-icon);
- speak: none;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
- -webkit-font-smoothing: antialiased;
- vertical-align:middle
- }
- ul, ol, li{
- line-height:normal;
- list-style-image:none;
- list-style-position:outside;
- list-style-type:none;
- margin:0
- }
- dl {
- margin:0
- }
- dd {
- margin-left:0
- }
- body{
- font-size:12px;
- }
- html, form, fieldset, a, ul, ol, li, div, legend, label,
- br, input, button, textarea, h1, h2, h3, h4, h5,em{
- padding: 0;
- margin: 0;
- font-weight: normal;
- font-style: normal;
- font-family:"微软雅黑","Tahoma";
- vertical-align: baseline;
- text-align:justify;
- word-wrap:break-word;
- text-justify:inter-ideograph
- }
- body{text-align:center}
- a {
- outline:none;
- }
- a {
- color: #0088cc;
- text-decoration: none;
- }
- a:hover,
- a:focus {
- color: #005580;
- text-decoration:none;
- }
- .taC,td.taC,th.taC{text-align: center;}
- .taR,td.taR,th.taR{text-align:right;}
- .fL{float:left}
- .fR{float:right}
- .width960{
- width:960px;
- margin:0 auto;
- }
- .colRed {color:#f70000}
- .colOrange {color:#ed8b00}
- .colYel {color:#d9a601}
- .colGreen{color:#17ab0c}
- .colGray{color:#999}
- .colBlue{color:#3172d9}
- .wrapHeader{
- height:4rem;
- background:url(headerBg.jpg) repeat-x 0 0;
- }
- .headerTop{
- height:0.4rem;
- background:#CFD37A;
- }
- .wrapForm{
- margin:0 auto;
- }
- .wrapForm .headerTitle{
- padding:4rem 0 2rem 0;
- font-size: 3.2rem;
- text-align: center;
- }
- .formCon{
- margin:0 1rem;
- }
- .formCon label{
- margin:0.5rem 0;
- font-size: 1.6rem;
- }
- .formCon input{
- width:100%;
- padding:0;
- height:4rem;
- line-height: 4rem;
- text-indent: 0.5rem;
- }
- .formCon button{
- margin:1rem 0 1rem 0;
- width:100%;
- height:4rem;
- line-height: 3.2rem;
- }
- .wrapTop{
- height:5rem;
- background:url(headerBg.jpg) repeat-x 0 0;
- }
- .wrapTop .mainLogo{
- width:20rem;
- height:4rem;
- line-height: 4rem;
- background:url(logo.png) no-repeat 0 0;
- }
- .wrapTop .userInfo{
- font-size: 1.8rem;
- color:#fff;
- }
- .wrapTop #dropdownMenu{
- position:absolute;
- left:-11rem;
- }
- .wrapTop #dropdownMenu a{
- color:#333;
- }
- .wrapTop .userInfo{
- padding:1rem 2rem 0 1rem;
- }
- .wrapTop .userInfo a{
- color:#fff;
- }
- .wrapTop .userInfo .topImg{
- padding:0 0 0 2rem;
- }
- .mainNav{
- margin:0 1.5rem;
- }
- .mainNav ul li{
- position:relative;
- padding:1.5rem 0;
- border-bottom:1px solid #ddd;
- }
- .mainNav .projectImg{
- margin:0 1.5rem 0 0;
- width:5rem;
- height:5rem;
- background:#f0f0f0;
- border-radius: 5px;
- text-align: center;
- }
- .navIcon{
- font-size: 3.2rem;
- color:#333;
- }
- .projectRight{
- margin:0 0 0 6.5rem;
- }
- .projectRight h4{
- margin-bottom: 0.5rem;
- color:#333;
- }
- .projectRight p{
- color:#333;
- }
- .badge{
- position:absolute;
- left:3.2rem;
- top:1.3rem;
- }
- .headerLeft{
- padding:1rem 0 0 1rem;
- font-size: 2rem;
- }
- .headerLeft, .headerLeft a{
- color:#fff;
- }
- .wrapContent .projectFrom{
- padding:1.5rem;
- }
- .wrapContent .project h3{
- padding:1.5rem;
- }
- .project ul li{
- background:#f7f7f7;
- padding:0 1.5rem;
- margin-bottom: 2rem;
- border-top: 1px solid #eaeaea;
- border-bottom: 1px solid #eaeaea;
- }
- .project ul li a{
- color:#333;
- }
- .project ul li p{
- font-size: 1.4rem;
- }
- .project ul li .title{
- padding:1rem 0 1rem 0;
- font-size: 2rem;
- color:#0088cc;
- }
- .wrapNav ul li{
- width:50%;
- }
- .wrapNav ul li a{
- width:100%;
- font-size: 1.6rem;
- text-align: center;
- padding:10px 0;
- }
- .wrapNavR ul li{
- width:33.3333% !important;
- }
- .wrapContent .proSection{
- padding:1.5rem;
- }
- .wrapGraphic ul li{
- float:left;
- font-size: 1.2rem;
- margin:1.5rem 0 1.5rem 1.5rem;
- }
- .graphic{
- width:1rem;
- height:1rem;
- border-radius: 0.2rem;
- display:inline-block;
- }
- .graphicGreen{
- background:#31c514;
- }
- .graphicBlue{
- background:#1480c5;
- }
- .graphicGray{
- background:#adadad;
- }
- .graphicRed{
- background:#ff0042;
- }
- .projectSeList ul li{
- margin-bottom: 2rem;
- }
- .projectSection{
- background:#f7f7f7;
- font-size: 1.4rem;
- padding:1rem 1.5rem;
- border-top: 1px solid #eaeaea;
- border-bottom: 1px solid #eaeaea;
- }
- .projectSection .title{
- padding:1rem 0 1rem 0;
- font-size: 2rem;
- }
- .projectList .openPro{
- width:100%;
- background:#e4e4e4;
- color:#333;
- padding:0.5rem 0;
- text-align: center;
- font-size: 1.4rem;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- cursor: pointer;
- }
- .projectList .projectDetail{
- position:relative;
- margin:1.5rem;
- font-size: 1.4rem;
- color:#333;
- border-bottom: 1px solid #ddd;
- }
- .projectDetail .title{
- padding:0 0 1rem 0;
- font-size: 1.6rem;
- color:#0088cc;
- }
- .projectDetail p{
- color:#333;
- }
- .projectDetail .trialTip{
- position:absolute;
- right:2rem;
- top:2rem;
- }
- .projectDetailNot{
- display:none;
- }
- .openProNot{
- display:none;
- }
- .mT2{
- margin:2rem 0 0 0;
- }
- .progress-gary, .progress .progress-gary {
- background-color: #bbb;
- background-image: -moz-linear-gradient(top, #ccc, #bbb);
- background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ccc), to(#bbb));
- background-image: -webkit-linear-gradient(top, #ccc, #bbb);
- background-image: -o-linear-gradient(top, #ccc, #bbb);
- background-image: linear-gradient(to bottom, #ccc, #bbb);
- background-repeat: repeat-x;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#bbb', GradientType=0);
- }
- .projectTable{
- font-size: 1.4rem;
- margin-bottom: 2.5rem;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- .projectTable dt{
- padding:1rem;
- background:#f0f0f0;
- }
- .projectTable dd b{
- font-size: 1.6rem;
- }
- .projectTable .table{
- margin:0;
- }
- .project .filesList ul li{
- margin:2rem 0 0 0;
- padding:1rem 1.5rem;
- }
- .filesList .filesListTitle{
- font-size: 1.8rem;
- padding:0 0 1rem 0;
- color:#0088cc;
- }
- .filesDetail{
- margin:0 1rem;
- font-size: 1.4rem;
- }
- .filesDetail dt{
- padding:1.5rem 0;
- border-bottom: 1px solid #ddd;
- }
- .filesDetail dd{
- padding:1.5rem 0;
- border-bottom: 1px solid #ddd;
- }
- .btnOrange{
- background:#ed8b00;
- color:#fff;
- border:1px solid #ed8b00;
- }
- .btnOrange:hover,.btnOrange:focus,.btnOrange:active{
- background:#ed8b00;
- color:#fff;
- border:1px solid #ed8b00;
- }
- .approvalList{
- margin-bottom: 4.5rem;
- }
- .approvalList ul li{
- font-size: 1.4rem;
- padding:1rem;
- border-bottom: 1px solid #ddd;
- }
- .approvalList .approvalView{
- padding:1rem 0 0 0;
- }
- .approvalList .approvalImg img{
- margin:0 1rem 0 0;
- border:2px solid #ddd;
- border-radius: 3px;
- }
- .pass{border-color: #009d0e !important;}
- .wait{border-color: #ff9900 !important;}
- .pa2ss{border-color: #999 !important;}
- .unpass{border-color: #f00 !important;}
- .approvalImg .fR{
- margin-top: 1rem;
- }
- .bottomToolsbar{
- position:fixed;
- bottom:0;
- width:100%;
- height:5.5rem;
- }
- .bottomToolsbar ul li{
- float:left;
- width:33.333%;
- height:5.5rem;
- line-height: 5.5rem;
- text-align: center;
- }
- .bottomToolsbar ul li button{
- width:100%;
- text-align:center;
- border:none;
- }
- .bottomView{
- width:100%;
- background:#fff;
- display:none;
- }
- .bottomView form{
- margin:1rem;
- }
- .bottomView form label{
- font-size: 1.4rem;
- margin-bottom: 0.5rem;
- }
- .wrapContent .userInfoList{
- margin:0 1rem;
- }
- .userInfoList ul li{
- padding:1.5rem 1rem;
- font-size: 1.4rem;
- border-bottom: 1px solid #ddd;
- }
- .userInfoList ul li a{
- color:#333;
- }
- .userLeft.userTouImg{
- padding:1.5rem 0 0 0;
- }
- .userRight{
- text-align: right;
- }
- .userRight span{
- font-size: 1.6rem;
- color:#555;
- }
- .p-1{
- padding:0.5rem 1rem;
- }
- .modalWrap{
- top:20%;
- }
- .shareList{
- }
- .shareList ul li{
- font-size: 1.6rem;
- margin:2rem 0;
- }
- .shareList .shareTitle{
- background:#f1f1f1;
- padding:1rem;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- .shareList .shareLink{
- display:none;
- padding:1rem;
- border-bottom: 1px solid #ddd;
- }
- .labelSwitch{
- display: inline-block;
- vertical-align: middle;
- width: 3.8rem;
- border-radius: 1rem;
- border:1px solid #ddd;
- background:#fcfcfc;
- box-sizing: border-box;
- height: 2rem;
- position: relative;
- cursor: pointer;
- -webkit-align-self: center;
- align-self: center;
- }
- .labelSwitch input[type="checkbox"]{
- display:none;
- }
- .labelSwitch .checkbox{
- position:absolute;
- width: 2rem;
- border-radius: 1rem;
- box-sizing: border-box;
- height: 2rem;
- background: #fff;
- border:1px solid #ddd;
- z-index: 0;
- margin:0;
- padding:0;
- top:-1px;
- cursor: pointer;
- }
- .shareBtn{
- display:none;
- }
- .modalCont li{
- padding:1rem 0;
- border-bottom: 1px solid #ddd;
- }
- .modalCont li:last-child{
- border-bottom: none;
- }
- .slider{
- min-height:580px;
- /*display:block;
- position:relative;
- background:#fff;
- overflow:hidden;*/
- }
- .slider ul{
- list-style:none;
- }
- .slider-content{
- float:left;
- width:100%;
- display:block;
- overflow:auto;
- min-height:580px;
- }
- .slider-content ul{
- float:left;
- width:100%;
- display:block;
- position:relative;
- }
- .slider-content ul li{
- float:left;
- width:100%;
- }
- .slider-content ul ul li a{
- padding:5px 10px;
- display:block;
- border-bottom:1px solid #f3f3f3;
- text-transform:capitalize;
- }
- .slider-content ul ul li a:hover{
- background:#f3faff;
- border-color:#d5ebf9;
- }
- .slider-content .title{
- padding:5px 0;
- text-indent:10px;
- background:#bbb;
- color:#fff;
- width:100%;
- float:left;
- font-weight:bold;
- text-transform:uppercase;
- }
- .slider-content .selected .title{
- background:#666;
- }
- .slider .slider-nav{
- position:fixed;
- z-index: 2;
- right:0;
- top:0;
- background:#666;
- min-height:580px;
- transition: top .5s;
- display:none;
- }
- .slider .slider-nav ul{
- padding:5px 0;
- }
- .slider .slider-nav li a{
- padding:21px 8px;
- line-height:13px;
- text-align:center;
- color:#fff;
- font-weight:bold;
- display:block;
- text-transform:uppercase;
- cursor:pointer;
- }
- .slider #debug{
- position:absolute;
- bottom:0;
- left:0;
- padding:5px;
- background:#000;
- color:#fff;
- }
- .slider .arrow{
- font-size:0px;
- line-height:0%;
- width:0px;
- border-bottom:8px solid #fff;
- border-left:5px solid #333;
- border-right:5px solid #333;
- position:relative;top:5px;
- }
|