| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- .div {
- padding-top: 100px;
- background: #FDFDFD;
- }
- .xs:hover {
- cursor:pointer;
- border-bottom: 1px solid #2868c8;
- box-shadow: 1px 1px 1px #ccc;
- }
- .dianji:hover{
- border-bottom: 1px solid #2868c8;
- background: #317ef3;
- box-shadow: 1px 1px 1px #ccc;
- cursor:pointer;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- .over {
- overflow: hidden;
- }
- /* 弹窗 -----------------------------------------------*/
- .tanchuang {
- display: none;
- background-image: url('../img/qiye/tanchuang.png');
- width: 340px;
- height: 214px;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 10001;
- border: 1px solid black;
- padding: 16px;
- text-align: center
- }
- .tc-conent {
- padding: 33px 0 16px 0;
- }
- .tc-text {
- font-family: PingFangSC-Medium;
- font-size: 18px;
- color: #293648;
- font-weight: 600;
- }
- .tc-queren {
- padding: 29px 0 46px 0;
- }
- .tc-anniu button {
- padding: 5px 25px;
- background: #1E88F5;
- border-radius: 2px;
- color: #FFFFFF;
- border: 0;
- }
- .tc-anniu button:nth-child(1) {
- margin-right: 60px;
- }
- .tc-okkaitong {
- font-family: PingFangSC-Medium;
- font-size: 16px;
- color: #293648;
- font-weight: 600;
- padding: 29px 0 30px 0;
- }
- .tc-context {
- text-align: left;
- margin-left: 12px;
- color: #4A4A4A;
- }
- /* 主体 */
- .gs-worp {
- width: 68%;
- margin: 0 auto;
- font-size: 14px;
- color: #243A52;
- }
- .gs-tab ul {
- overflow: hidden;
- padding: 0;
- margin-bottom: 40px;
- }
- .gs-tab li {
- float: left;
- list-style: none;
- background: #F1F7FC;
- border-radius: 2px;
- padding: 6px 23px;
- }
- .gsactive {
- background: #1E88F5 !important;
- color: white;
- }
- .gs-none > div{
- display: none
- }
- .gsqiye {
- display: block !important;
- }
- .gs-xiangqing {
- height: 112px;
- background: #FFFFFF;
- border: 1px solid rgba(30,136,245,0.32);
- box-shadow: 0 20px 60px 8px #F4F8FC;
- border-radius: 4px;
- overflow: hidden;
- margin-bottom: 24px;
- }
- .gs-qynema {
- font-weight: 600;
- }
- .dotted {
- border: 1px dashed rgba(30,136,245,0.32);
- line-height: 112px;
- }
- .gs-tianja {
- padding: 0 80px;
- font-family: PingFangSC-Medium;
- color: #BDBEBE;
- letter-spacing: 0.25px;
- }
- .gs-tianja span:hover {
- border: 1px dashed #ccc;
- padding: 6px 20px;
- cursor:pointer;
- }
- .gs-xqleft {
- width: 70%;
- height: 100%;
- position: relative;
- }
- .gs-lefttext {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 70%;
- margin-left: 30%;
- height: 50%;
- transform: translate(-100%,-50%);
- }
- .gs-xqright {
- width: 30%;
- height: 100%;
- overflow: hidden;
- }
- .gs-xqright div {
- float: left;
- width: 50%;
- text-align: center;
- line-height: 90px;
- margin-top: 10px;
- }
- .gs-border {
- border-right: 1px solid #B7D9FB;
- }
- .gs-btn1 {
- padding: 5px 20px;
- background: #1E88F5;
- border-radius: 2px;
- color: white;
- }
- .kaitong {
- background: #F2F9FF;
- border: 1px solid #1E88F5;
- border-radius: 2px;
- color: #1E88F5;
- }
- .gs-btn2 {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- padding: 5px 20px;
- color: #1E88F5;
- border: 1px solid #1E88F5;
- border-radius: 2px;
- letter-spacing: 0.25px;
- }
- .gs-btn3 {
- border: 0
- }
- /* 添加企业信息-------------------------------------------------------- */
- .qy-quxiao {
- background: #FFFFFF;
- border: 1px solid #1E88F5;
- border-radius: 2px;
- color: #1E88F5;
- text-align: center;
- position: relative;
- padding: 6px 33px;
- font-size: 14px;
- }
- .xingxing {
- color: red;
- }
- .qy-anniu {
- position: absolute;
- top: 0;
- right: 100px;
- }
- .qy-conent input {
- border: 1px solid #1E88F5;
- width: 71%;
- }
- .tj-biaoqian {
- border: 1px dashed #7CBAFA;
- border-radius: 2px;
- color: #7CBAFA;
- padding: 6px 20px;
- }
- .tj-gsbiaoqian {
- width: 86%;
- margin: 24px 0 0 144px;
- }
- .tj-gsbiaoqian span {
- background: #1E88F5;
- border-radius: 2px;
- padding: 5px 12px;
- color: #ffffff;
- }
- .addbiaoqian {
- width: 71%;
- float: right;
- margin-right: 102px;
- }
- .qy-xiangxi {
- width: 100% !important;
- margin-top: 8px;
- }
- .tj-bqleft {
- float: left;
- margin-bottom: 20px;
- }
- /* 个人信息--------------------------------------------------------------------- */
- .gr-worp {
- background: #FFFFFF;
- border: 1px solid rgba(30,136,245,0.32);
- box-shadow: 0 20px 60px 8px #F4F8FC;
- border-radius: 2px;
- }
- .gr-worp div {
- width: 50%;
- }
- .gr-left img {
- width: 189px;
- margin: 49px 88px 69px 186px
- }
- .gr-right li {
- list-style: none;
- margin-top: 38px;
- }
- .gr-right span:nth-child(1) {
- font-weight: 600;
- width: 80px;
- display: inline-block;
- }
- /* 安全信息-------------------------------------------------------------------------------- */
- .gs-anquanxinxi {
- height: 153px;
- background: #FFFFFF;
- border: 1px solid rgba(30,136,245,0.32);
- box-shadow: 0 20px 60px 8px #F4F8FC;
- border-radius: 4px;
- overflow: hidden;
- margin-bottom: 24px;
- padding: 28px 93px 28px 103px;
- }
- .aq-title span {
- font-family: PingFangSC-Medium;
- color: #243A52;
- font-weight: 600;
- }
- .aq-title button {
- font-family: PingFangSC-Regular;
- color: #FFFFFF;
- text-align: center;
- border: 0;
- padding: 6px 20px;
- background: #1E88F5;
- border-radius: 2px;
- width: 110px;
- }
- .aq-text {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #243A52;
- text-align: left;
- margin-top: 20px;
- }
- /* 企业基本信息----------------------------------------------------------------------------- */
- .qy-worp {
- background: #FFFFFF;
- border: 1px solid rgba(30,136,245,0.32);
- box-shadow: 0 20px 60px 8px #F4F8FC;
- border-radius: 4px;
- margin-bottom: 25px;
- }
- .qy-title {
- background: #F4F8FC;
- border-radius: 3px 3px 0 0;
- text-align: center;
- height: 60px;
- line-height: 60px;
- font-size: 16px;
- font-weight: 600;
- }
- .qy-xiugai {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #FFFFFF;
- letter-spacing: 0.25px;
- text-align: center;
- position: relative;
- left: 200px;
- padding: 6px 33px;
- background: #1E88F5;
- border-radius: 2px;
- }
- .qy-conent {
- padding: 30px 0 0 20px;
- }
- .qy-conent li{
- list-style: none;
- margin-bottom: 30px;
- }
- .qy-biaoti {
- font-family: PingFangSC-Medium;
- color: #243A52;
- text-align: right;
- font-weight: 600;
- margin-right: 40px;
- width: 100px;
- display: inline-block;
- }
- .qy-biaoqian {
- padding: 6px 20px;
- color: #FFFFFF;
- background: #1E88F5;
- border-radius: 2px;
- margin-right: 8px;
- }
|