1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087 |
- /*包含页面的css*/
- @charset 'utf-8'
- body
- {
- font-family: Tahoma, Arial, Verdana;
- font-family: Arial,"宋体",simsun,sans-serif;
- }
- dt,dd
- {
- display: inline-block;
- }
- dt
- {
- font-weight: normal;
- }
- ol , ul
- {
- margin-bottom: 0;
- padding: 0;
- list-style: none;
- }
- .left
- {
- float: left;
- }
- .right
- {
- float: right;
- }
- .nav-top1
- {
- background-color: #fff;
- border-bottom: 1px solid #eee;
- width: 100%;
- height: 36px;
- line-height: 36px;
- position: relative;
- font-size: 12px;
- }
- .nav-top2
- {
- background-color: #f5f5f5;
- border-bottom: 1px solid #eee;
- width: 100%;
- height: 36px;
- line-height: 36px;
- position: relative;
- font-size: 12px;
- }
- .nav-top1 .ul,.nav-top2 .ul
- {
- width: 1200px;
- margin: 0 auto;
- }
- .nav-top1 .ul,.nav-top2 .ul2
- {
- width: 1000px;
- margin: 0 auto;
- }
- .nav-top1 ul li,.nav-top2 ul li
- {
- display: inline-block;
- padding: 0 8px;
- }
- .nav-top1 ul li span,.nav-top2 ul li span
- {
- margin: 0 5px;
- color: #ddd;
- }
- .nav-top1 ul li a,.nav-top2 ul li a
- {
- color: #666;
- }
- .nav-top1 ul li a:focus,.nav-top1 ul li a:hover,.nav-top2 ul li a:focus,.nav-top2 ul li a:hover
- {
- color: #ff5a34;
- }
- .te-header
- {
- background-color: #fff;
- margin: 0 auto;
- width: 1200px;
- position: relative;
- }
- .te-header .te-header-top
- {
- padding: 14px 20px;
- position: relative;
- overflow: hidden;
- }
- .te-header-top .te-header-img
- {
- float: left;
- }
- .te-header .te-header-top .te-header-search
- {
- float: left;
- padding-top: 6px;
- padding-left: 80px;
- }
- .te-header .te-header-top .te-header-zt
- {
- float: left;
- padding-top: 16px;
- padding-left: 50px;
- }
- .te-header-search input
- {
- width: 460px;
- height: 42px;
- line-height: 42px;
- border: 2px solid #ff552e;
- outline: none;
- padding: 0 8px;
- float: left;
- color: #ff552e;
- }
- .te-header-search a.search-btn
- {
- display: block;
- text-decoration: none;
- float: left;
- background-color: #ff552e;
- width: 100px;
- height: 42px;
- line-height: 42px;
- text-align: center;
- font-size: 16px;
- color: #fff;
- }
- .te-header-search p a
- {
- font-size: 12px;
- color: #999;
- margin-right: 6px;
- }
- .te-header-search p a:hover
- {
- color: #ff552e;
- }
- .te-header-btn
- {
- float: right;
- padding-top: 6px;
- padding-left: 45px;
- }
- .te-header-btn a.fabu-btn
- {
- display: block;
- text-decoration: none;
- float: left;
- background-color: #ff552e;
- height: 42px;
- line-height: 42px;
- font-size: 16px;
- color: #fff;
- margin-right: 20px;
- padding: 0 10px;
- }
- .te-header-btn a.jianli-btn
- {
- text-decoration: none;
- background-color: #fff0e5;
- border: 1px solid #ffb38c;
- border-radius: 0px;
- height: 42px;
- line-height: 42px;
- font-size: 14px;
- color: #ee7798;
- padding: 0 16px;
- }
- .te-header .te-header-middle
- {
- margin: 10px 0 40px 0;
- }
- .te-header .te-header-bottom
- {
- /*position: absolute;
- bottom: 0;*/
- border-bottom: 2px solid #ff552e;
- }
- .te-header-bottom ul
- {
- width: 1200px;
- height: 34px;
- line-height: 34px;
- }
- .te-header-bottom ul li
- {
- display: inline-block;
- }
- .te-header-bottom ul li a
- {
- color: #ff552e;
- text-decoration: none;
- padding: 9px 36px;
- font-size: 16px;
- font-weight: 700;
- }
- .te-header-bottom ul li a:hover
- {
- color: #fff;
- background-color: #ff552e;
- border-radius: 4px 4px 0 0;
- }
- .te-header-bottom .dangqian
- {
- background-color: #ff552e;
- color: #fff;
- border-radius: 4px 4px 0 0;
- }
- .te-header-bottom a.tg
- {
- color: #666;
- font-size: 14px;
- font-weight: normal;
- }
- .te-list,.te-list2
- {
- margin: 0 auto;
- width: 1200px;
- position: relative;
- margin-top: 30px;
- overflow: auto;
- }
- /*.te-list2
- {
- margin: 0 40px;
- position: relative;
- margin-top: 30px;
- overflow: auto;
- }*/
- .te-list .te-list-name
- {
- width: 100%;
- position: relative;
- }
- .te-list .te-list-name a
- {
- background-color: #ff552e;
- display: block;
- height: 36px;
- line-height: 36px;
- width: 100px;
- text-align: center;
- color: #fff;
- }
- .te-list .te-list-content
- {
- border: 1px solid #ddd;
- }
- .te-list .te-list-content dl
- {
- overflow: auto;
- padding: 12px 0;
- border-bottom: 1px dotted #eee;
- margin-bottom: 0;
- }
- .te-list .te-list-content dl:hover
- {
- background-color: #f5f5f5;
- }
- .te-list .te-list-content dl a
- {
- color: #0e8ed8;
- }
- .te-list .te-list-content dl dt
- {
- width: 16%;
- float: left;
- padding-left: 10px;
- }
- .te-list .te-list-content dl dd
- {
- width: 12%;
- float: left;
- padding-left: 10px;
- }
- .te-list .te-list-pager,.te-co-content .te-list-pager,.te-list2 .te-list-pager
- {
- text-align: center;
- padding: 20px 0;
- }
- .te-list .te-list-pager ul li a ,.te-co-content .te-list-pager ul li a,.te-list2 .te-list-pager ul li a
- {
- padding: 6px 20px;
- }
- /*tech_work_detail.html*/
- .te-work
- {
- width: 1140px;
- margin: 0 auto;
- border: 1px solid #eee;
- border-top: 2px solid #A1C4DF;
- padding: 15px 30px 30px 30px;
- margin-bottom: 50px;
- background-color: white;
- margin-top: 10px;
- }
- .te-work span
- {
- font-size: 12px;
- color: #666666;
- }
- .te-work a
- {
- font-size: 16px;
- color: #2E6DA4;
- }
- .te-work a:hover
- {
- color: #A1C4DF;
- }
- .te-work-content
- {
- border-top: 2px dotted #eee;
- padding: 15px 0 50px 0;
- }
- .te-work ul.te-work-content-detail li,.te-work ul.te-work-tel-detail li
- {
- padding: 8px 0 ;
- clear: both;
- font-size: 16px;
- color: #696868;
- overflow: hidden;
- }
- .te-work i,.te-work em
- {
- font-style: normal;
- }
- .te-work i,.te-work span,.te-work em
- {
- margin-left: 8px;
- color: #282828;
- }
- .te-work h4
- {
- padding-top: 50px;
- padding-bottom: 15px;
- border-bottom: 2px solid #ddd;
- }
- .tab-pane
- {
- padding: 20px 0 20px 0;
- }
- .tab-pane table,.te-co-content table,.te-list-content table
- {
- border: 1px solid #666;
- width: 100%;
- border-collapse: collapse;
- }
- .tab-pane table thead,.te-co-content table thead,.te-list-content table thead
- {
- background-color: #f5f5f5;
- }
- .tab-pane table thead th,.te-co-content table thead th,.te-list-content table thead th
- {
- font-weight: normal;
- color: #999999;
- }
- .tab-pane table tr,.te-co-content table tr,.te-list-content table tr
- {
- line-height: 42px;
- border: 1px solid #f5f5f5;
- }
- .tab-pane table tr:hover,.te-co-content table tr:hover,.te-list-content table tr:hover
- {
- background-color: #f5f5f5;
- }
- .tab-pane table tr td,.tab-pane table tr th,.te-co-content table tr td,.te-co-content table tr th,.te-list-content table tr td,.te-list-content table tr th
- {
- padding-left: 5px;
- }
- .tab-pane table tr a,.te-co-content table tr a,.te-list-content table tr a
- {
- color: blue;
- }
- /*te_company_detail.html*/
- .te-co
- {
- margin: 0 auto;
- width: 1000px;
- }
- .te-co-name
- {
- background: #f8f8f8 url(../img/technology/compbg.png) no-repeat right 0;
- padding: 25px 0 24px 20px;
- margin-bottom: 25px;
- }
- .te-co-name h1
- {
- margin: 0;
- }
- .te-co-name h1 a
- {
- font-size: 24px;
- color: #404040;
- }
- .te-co-name h1 a:hover
- {
- text-decoration: none;
- }
- .te-co .te-co-info ,.te-co .te-co-zp
- {
- margin-bottom: 20px;
- }
- .te-co .te-co-header
- {
- height: 44px;
- line-height: 44px;
- padding-left: 20px;
- color: #666;
- font-size: 16px;
- background-color: #ffb38c;
- }
- .te-co .te-co-content
- {
- border: 1px solid #ddd;
- border-top: none;
- padding: 20px 20px;
- }
- .te-co-content h4
- {
- font-size: 16px;
- font-weight: 700;
- margin: 25px 0;
- }
- .te-co-content ul.te-co-content-detail li
- {
- padding: 8px 0 ;
- clear: both;
- font-size: 14px;
- color: #999999;
- overflow: hidden;
- }
- .te-co-content i,.te-co-content em
- {
- font-style: normal;
- }
- .te-co-content i,.te-co-content span,.te-co-content em
- {
- margin-left: 8px;
- color: #282828;
- }
- .te-co-content ul.te-co-content-detail2 li
- {
- display: inline-block;
- }
- .te-co-content ul.te-co-content-detail2 li a
- {
- padding: 3px 5px;
- border: 1px solid #ddd;
- margin-right: 8px;
- }
- .te-co-content .te-co-content-jianjie
- {
- line-height: 30px;
- word-break: break-word;
- font-size: 14px;
- }
- /*tech_cv_detail.html*/
- .te-cv
- {
- width: 1000px;
- margin: 0 auto;
- border: 1px solid #ccc;
- border-top: 2px solid #ff552e;
- padding: 45px 80px 50px 80px;
- margin-bottom: 50px;
- }
- .te-cv-name
- {
- background-color: #f5f5f5;
- padding: 20px 15px;
- position: relative;
- }
- .te-cv-name h2
- {
- color: #ff552e;
- /*font-size: 28px;*/
- }
- .te-cv-name span
- {
- font-size: 18px;
- }
- .te-cv-name .te-cv-time
- {
- font-size: 14px;
- color: #ff552e;
- position: absolute;
- right: 24px;
- bottom: 30px;
- }
- .te-cv-info
- {
- padding: 15px 0 20px 0;
- margin: 20px 0 0 0;
- overflow: hidden;
- }
- .te-cv-info dt
- {
- color: #585858;
- font-weight: 700;
- padding: 10px 0;
- }
- .te-cv-info dd ,.te-cv-info dt
- {
- display: block;
- float: left;
- }
- .te-cv-info dd
- {
- width: 750px;
- }
- .te-cv-info dd ul li
- {
- display: inline-block;
- /*height: 32px;
- line-height: 32px;*/
- padding: 10px 0;
- }
- .te-cv-info dd ul li span
- {
- margin: 0 10px;
- color: #ddd;
- }
- /*.te-cv-btn
- {
- margin-bottom: 20px;
- }*/
- .te-cv-btn .te-cv-btn-tel
- {
- padding: 8px 17px;
- color: #fff;
- font-size: 14px;
- background-color: #A1C4DF;
- border: 1px solid #A1C4DF;
- }
- .te-cv-btn a:hover{
- color: #fff;
- }
- .te-cv-btn span
- {
- color: #666;
- font-size: 12px;
- margin-left: 10px;
- }
- .te-cv-btn i
- {
- color: #ff552e;
- font-size: 20px;
- margin-left: 20px;
- font-weight: 700;
- }
- .te-cv-content .te-cv-title
- {
- font-size: 16px;
- font-weight: 700;
- height: 30px;
- line-height: 32px;
- background-color: #f7f7f7;
- border-bottom: 1px solid #ebebeb;
- margin: 23px 0 15px 0;
- padding: 0 10px;
- }
- .te-cv-content .te-cv-title span
- {
- color: #888;
- font-size: 12px;
- font-weight: normal;
- }
- .te-cv-content .te-cv-list
- {
- padding: 0 15px;
- }
- .te-cv-content .te-cv-list li
- {
- padding-bottom: 10px;
- border-bottom: 1px dotted #ddd;
- }
- .te-cv-content .te-cv-list h3
- {
- font-size: 14px;
- font-weight: 700;
- }
- .te-cv-content .te-cv-list i
- {
- color: #ffb38c;
- margin: 0 12px;
- }
- /*tech_cv_add.html*/
- .te-cv-title2 h3
- {
- display: inline-block;
- font-size: 20px;
- color: #666;
- }
- .te-cv-title2 span
- {
- margin-right: 10px;
- }
- .te-cv-title2 .br
- {
- width: 680px;
- margin: 0;
- padding-top: 32px;
- padding-right: 40px;
- border-top: none;
- border-bottom: 2px dotted #ddd;
- float: right;
- }
- .te-cv-content2
- {
- font-size: 14px;
- color: #000;
- padding: 20px 0 0 10px;
- }
- .te-cv-content2 li
- {
- padding: 8px 0 8px 80px;
- display: inline-block;
- position: relative;
- }
- .te-cv-content2 i
- {
- position: absolute;
- left: 60px;
- top: 6px;
- color: #f27668;
- font-size: 17px;
- font-weight: 700;
- margin-top: 2px;
- }
- .te-cv-content2 span
- {
- display:block;
- width: 80px;
- text-align: justify;
- float: left;
- }
- .te-cv-content2 input[type="text"],.te-cv-content2 select
- {
- width: 400px;
- height: 42px;
- padding: 5px 8px;
- }
- .te-cv-content2 input[type="text"],.te-cv-content2 select,.te-cv-content2 input[type="radio"],.te-cv-content2 textarea
- {
- margin-left: 20px;
- border: 1px solid #ddd;
- border-radius: 5px;
- float: left;
- }
- .te-cv-content2 input[type="file"]
- {
- display: inline-block;
- margin-left: 20px;
- }
- .te-cv-content2 textarea
- {
- width: 600px;
- height: 120px;
- resize: none;
- }
- /*tech_expert_detail.html*/
- .te-ex
- {
- width: 1140px;
- margin: 0 auto;
- border: 1px solid #eee;
- border-top: 2px solid #A1C4DF;
- padding: 15px 30px 30px 30px;
- margin-bottom: 50px;
- position: relative;
- background-color: white;
- margin-top: 10px;
- }
- .te-ex-breadcrumb
- {
- border-bottom: 1px solid #eee;
- width: 998px;
- height: 34px;
- line-height: 34px;
- position: absolute;
- top: 0;
- left: 0;
- background-color: #fdfdfb;
- padding-left: 30px;
- }
- .te-ex-breadcrumb ol li
- {
- display: inline-block;
- }
- .te-ex-breadcrumb ol li span
- {
- margin: 0 8px;
- color: #ddd;
- }
- .te-ex-breadcrumb ol li
- {
- display: inline-block;
- }
- .te-ex h3
- {
- text-align: center;
- font: 22px "微软雅黑";
- padding: 30px 0 15px;
- }
- .te-ex .te-ex-info
- {
- font-size: 12px;
- color: #999;
- text-align: center;
- padding-bottom: 20px;
- }
- .te-ex .te-ex-content
- {
- line-height: 2.2;
- word-spacing: 2px;
- text-align: justify;
- color: #666;
- }
- /*tech_private.html*/
- .te-pv
- {
- margin: 30px auto;
- width: 1000px;
- overflow: auto;
- }
- .te-pv .te-pv-left
- {
- width: 200px;
- float: left;
- background-color: #ff552e;
- padding: 20px 28px;
- color: #fff;
- border-radius: 4px;
- }
- .te-pv .te-pv-left .te-pv-left-name
- {
- width: 144px;
- border-bottom: 1px solid #fff;
- }
- .te-pv .te-pv-left .te-pv-left-name h3
- {
- font-size: 18px;
- font-weight: 700;
- padding-bottom: 12px;
- }
- .te-pv .te-pv-left .te-pv-left-list
- {
- padding: 10px 10px;
- }
- .te-pv .te-pv-left .te-pv-left-list ul li
- {
- height: 42px;
- line-height: 42px;
- }
- .te-pv .te-pv-left .te-pv-left-list ul li a
- {
- color: #fff;
- }
- .te-pv .te-pv-left .te-pv-left-list ul li span
- {
- margin-left: -12px;
- color: #fff;
- }
- .te-pv .te-pv-left .te-pv-left-list ul li a
- {
- color: #fff;
- }
- .te-pv .te-pv-right
- {
- float: left;
- margin-left: 40px;
- width: 760px;
- }
- .te-pv .te-pv-right .te-pv-right-name
- {
- font-size: 14px;
- color: #ff552e;
- }
- .te-pv .te-pv-right .te-pv-right-body table
- {
- width: 100%;
- margin: 30px 0;
- }
- .te-pv .te-pv-right .te-pv-right-body table thead
- {
- background-color: #f5f5f5;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- .te-pv .te-pv-right .te-pv-right-body table thead th
- {
- font-weight: normal;
- color: #999999;
- padding: 0 10px;
- }
- .te-pv .te-pv-right .te-pv-right-body table tr
- {
- line-height: 42px;
- }
- .te-pv .te-pv-right .te-pv-right-body table tr:hover
- {
- background-color: #f5f5f5;
- }
- .te-pv .te-pv-right .te-pv-right-body table tr td
- {
- padding-left: 10px;
- }
- .te-pv .te-pv-right .te-pv-right-body table a
- {
- margin-right: 5px;
- }
- .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-form
- {
- /*text-align: center;*/
- margin-top: 30px;
- margin-left: 80px;
- }
- .te-pv .te-pv-right .te-pv-right-body ul li
- {
- padding: 15px 10px;
- position: relative;
- }
- .te-pv .te-pv-right .te-pv-right-body ul li span
- {
- margin-right: 20px;
- }
- .te-pv .te-pv-right .te-pv-right-body ul li input[type="text"],.te-pv .te-pv-right .te-pv-right-body ul li input[type="password"]
- {
- width: 350px;
- height: 40px;
- padding: 3px 6px;
- border: 1px solid #aaa;
- border-radius: 4px;
- }
- .te-pv .te-pv-right .te-pv-right-body ul li textarea
- {
- width: 358px;
- height: 140px;
- padding: 3px 6px;
- border: 1px solid #aaa;
- border-radius: 4px;
- word-wrap: break-word;
- resize: none;
- }
- .te-pv .te-pv-right .te-pv-right-body ul li i
- {
- position: absolute;
- top: 20px;
- left: -5px;
- color: #f27668;
- font-size: 17px;
- font-weight: 700;
- margin-top: 4px;
- margin-right: 8px;
- }
- .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-operation
- {
- height: 80px;
- line-height: 80px;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- background-color: #f5f5f5;
- padding: 0 20px;
- }
- .te-pv-right-body-operation span
- {
- color: #666;
- font-size: 12px;
- }
- .right span
- {
- font-size: 12px;
- }
- .right span i
- {
- color: #ff552e;
- }
- .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-info
- {
- margin: 80px 0;
- }
- .te-pv .te-pv-right .te-pv-right-body .te-pv-right-body-info p
- {
- color: #aaa;
- font-size: 12px;
- }
- /*tech_apply.html*/
- .te-ap
- {
- width: 1140px;
- margin: 20px auto;
- border: 1px solid #ddd;
- background-color: #fff;
- padding: 50px 60px;
- text-align: center;
- }
- .te-ap h3 span
- {
- color: #ff552e;
- }
- .te-ap .te-ap-btn
- {
- margin: 40px 0;
- }
- .te-ap .te-ap-btn a
- {
- margin-right: 20px;
- }
- .te-ap-tj
- {
- width: 1140px;
- margin: 50px auto;
- }
- .te-ap-tj .te-ap-tj-name
- {
- border-left: 3px solid #A1C4DF;
- padding-left: 10px;
- }
- .te-ap-tj .te-ap-tj-content table
- {
- width: 100%;
- margin: 30px 0;
- border-collapse: collapse;
- border: 1px solid #f5f5f5;
- background: #fff;
- }
- .te-ap-tj .te-ap-tj-content table tr td
- {
- border-bottom: 1px solid #f5f5f5;
- padding: 15px 20px;
- }
- .te-ap-tj .te-ap-tj-content table tr:hover
- {
- background-color: #f5f5f5;
- }
- .te-footer
- {
- width: 1140px;
- text-align: center;
- font-size: 12px;
- background-color: #f5f5f5;
- color: #959595;
- padding: 35px 0;
- margin-left: 105px;
- }
- /*tech_register.html*/
- .te-re-logo
- {
- margin-left: 100px;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .te-re-login
- {
- width: 100%;
- height: 500px;
- background-image: url(../img/technology/1.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- overflow: auto;
- position: relative;
- }
- .te-re-login .te-re-login-form
- {
- width: 400px;
- height: 300px;
- margin-top: 100px;
- position: absolute;
- right: 100px;
- /*background-color: rgba(92,116,150,0.5);*/
- background-color: #fff;
- border-radius: 8px;
- padding: 30px 50px;
- }
- .te-re-login .te-re-login-form .form-group
- {
- position: relative;
- }
- .te-re-login .te-re-login-form input
- {
- padding-left: 30px;
- height: 38px;
- line-height: 38px;
- }
- .te-re-login .te-re-login-form span
- {
- position: absolute;
- top: 10px;
- left: 10px;
- color: #999;
- font-size: 18px;
- }
- .te-re-login .te-re-login-form button
- {
- width: 100%;
- margin-top: 20px;
- }
- .te-re .te-re-footer
- {
- text-align: center;
- color: #999;
- font-size: 12px;
- margin: 30px auto;
- }
- /*tech_register.html*/
- .te-re-logo
- {
- margin-left: 100px;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .te-re-login
- {
- width: 100%;
- height: 750px;
- background-image: url(../img/technology/1.jpg);
- background-repeat: no-repeat;
- background-size: cover;
- overflow: auto;
- position: relative;
- }
- .te-re-login .te-re-login-form
- {
- width: 400px;
- height: 550px;
- margin: 100px auto;
- /*margin-top: 100px;
- position: absolute;
- right: 100px;*/
- /*background-color: rgba(92,116,150,0.5);*/
- background-color: #fff;
- border-radius: 8px;
- padding: 30px 50px;
- }
- .te-re-login .te-re-login-form .form-group
- {
- position: relative;
- }
- .te-re-login .te-re-login-form input
- {
- padding-left: 40px;
- height: 38px;
- line-height: 38px;
- }
- .te-re-login .te-re-login-form span
- {
- position: absolute;
- top: 10px;
- left: 10px;
- color: #999;
- font-size: 18px;
- }
- .te-re-login .te-re-login-form button
- {
- width: 100%;
- margin-top: 20px;
- }
- .te-re .te-re-footer
- {
- text-align: center;
- color: #999;
- font-size: 12px;
- margin: 30px auto;
- }
- /*微改新增*/
- .dl{
- margin-left: 670px;
- }
- #weizhi_2 .conent .dl a:hover{
- color: #FF5A34;
- }
- .gr{
- margin-left: 30px;
- }
|