123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065 |
- /*包含页面的css*/
- @charset 'utf-8'
- body
- {
- font-family: Tahoma, Arial, Verdana;
- font-family: Arial,"宋体",simsun,sans-serif;
- /*color: #eee;*/
- }
- 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: 1000px;
- margin: 0 auto;
- border: 1px solid #eee;
- border-top: 2px solid #ff552e;
- padding: 15px 30px 30px 30px;
- margin-bottom: 50px;
- }
- .te-work span
- {
- font-size: 12px;
- color: #666;
- }
- .te-work a
- {
- font-size: 16px;
- color: #ff552e;
- }
- .te-work a:hover
- {
- color: #ff0000;
- }
- .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: 10px 28px;
- color: #fff;
- font-size: 16px;
- background-color: #ff552e;
- border: 1px solid #ffb38c;
- }
- .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: 1000px;
- margin: 0 auto;
- border: 1px solid #eee;
- border-top: 2px solid #ff552e;
- padding: 15px 30px 30px 30px;
- margin-bottom: 50px;
- position: relative;
- }
- .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: 1000px;
- margin: 20px auto;
- border: 1px solid #ddd;
- background-color: #f5f5f5;
- 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: 1000px;
- margin: 50px auto;
- }
- .te-ap-tj .te-ap-tj-name
- {
- border-left: 3px solid #ff552e;
- padding-left: 10px;
- }
- .te-ap-tj .te-ap-tj-content table
- {
- width: 100%;
- margin: 30px 0;
- border-collapse: collapse;
- border: 1px solid #f5f5f5;
- }
- .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
- {
- text-align: center;
- font-size: 12px;
- background-color: #f5f5f5;
- color: #959595;
- padding: 35px 0;
- }
- /*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;
- }
|