123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428 |
- #special-index .content{
- width: 100%;
- float: left;
- margin-top: 10px;
- background: linear-gradient(90.00deg, rgb(58, 140, 253) 0%,rgb(7, 52, 195) 100%);
- }
-
- #special-index .box{
- width: 1050px;
- margin: 0 auto;
- position: relative;
- }
-
- #special-index .row{
- min-height: 560px;
- }
- #special-index .a{
- position: absolute;
- top: 25%;
- left: 3%;
- }
-
- #special-index .b{
- position: absolute;
- top: 40%;
- left: 3%;
- }
- #special-index .c{
- position: absolute;
- top: 40.5%;
- left: 5%;
-
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 30px;
- letter-spacing: 0px;
- text-align: left;
- }
- #special-index .d{
- position: absolute;
- top: 40.7%;
- left: 37%;
-
- width: 200px;
- height: 30px;
-
- text-align: center;
-
- border-radius: 25px;
- background: rgb(29, 90, 220);
-
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 30px;
- letter-spacing: 0px;
- }
- #special-index .e{
- position: absolute;
- top: 52.5%;
- left: 3%;
- }
-
- #special-index .e span{
- display: block;
- width: 156px;
- height: 40px;
- line-height: 43px;
- position: relative;
- float: left;
- margin-right: 20px;
-
- border-radius: 10px;
- box-shadow: 10px 10px 15px 0px rgba(0, 0, 0, 0.14);
- background: rgb(255, 255, 255);
- text-align: center;
- }
- #special-index .e span a{
- color: rgb(29, 90, 220);
- font-family: "HarmonyOS Sans SC";
- font-size: 20px;
- font-weight: 500;
- line-height: 30px;
- letter-spacing: 0px;
- text-align: left;
-
- position: absolute;
- right: 26%;
- top: 11%;
-
- }
- #special-index .e span img{
- position: absolute;
- right: 9%;
- top: 29%;
- }
-
- #special-index .f{
- position: absolute;
- top: 25.7%;
- left: 68.5%;
- }
-
- /*
- 表单
- */
- .content-form{
- background: none !important;
- }
- .left-form{
- width: 525px;
- height: 516px;
- float: left;
-
- box-sizing: border-box;
- border: 1px solid rgba(40, 45, 108, 0.29);
- border-radius: 5px;
-
- /* 面板阴影 */
- box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
- background: rgba(255, 255, 255, 0.7);
- }
- .right-table{
- width: 512px;
- height: 516px;
- float: left;
-
- box-sizing: border-box;
- border: 1px solid rgba(40, 45, 108, 0.11);
- border-radius: 5px;
-
- /* 面板阴影 */
- box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
- background: rgba(255, 255, 255, 0.7);
-
- margin-left: 10px;
-
- }
-
- .row-h{
- width: 100%;
- float: left;
- margin-bottom: 10px;
- }
- .row-a{
- height: 70px;
- line-height: 70px;
- text-align: center;
- position: relative;
- margin-bottom: 0px !important;
- }
- .row-a font{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 20px;
- font-weight: 700;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .row-a span{
- width: 4px;
- height: 90px;
- position: absolute;
- left: 259px;
- top: 8px;
- transform: rotate(-90.00deg);
- border-radius: 5px;
-
- background: rgba(38, 43, 106, 0.26);
- }
-
- .row-l{
- width: 141px;
- float: left;
- height: 36px;
- line-height: 40px;
- text-align: center;
- }
- .row-r{
- width: 345px;
- float: left;
- height: 36px;
- line-height: 36px;
- }
- .row-r .layui-form-radio{
- color: rgb(51, 51, 51);
- font-family: 思源黑体;
- font-size: 14px !important;
- font-weight: 400;
- letter-spacing: -1px;
- text-align: left;
- margin: 0 !important;
- }
- .row-rr{
- height: 72px;
- }
- .row-l font{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 18px;
- font-weight: 700;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
- .layui-select-title input{
- border-radius: 5px;
- background: rgba(3, 8, 82, 0.1);
-
- color: rgba(40, 45, 108, 0.37);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .row-r .layui-input{
- border-radius: 5px;
- background: rgba(3, 8, 82, 0.1);
-
- color: rgba(40, 45, 108, 0.37);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .btn-sub{
- display: block;
- border-radius: 5px;
- width: 163px;
- height: 40px;
- line-height: 40px;
- background: rgb(29, 90, 220);
-
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- letter-spacing: 0px;
- text-align: center;
- margin: 0 auto;
- }
- .row-btn{
- text-align: center;
- }
- .row-msg{
- text-align: center;
- }
- .row-msg font{
- color: rgba(40, 45, 108, 0.5);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 300;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
- .row-city{
- position: relative;
- }
- #in_city{
- position: absolute !important;
- top:42px !important;
- left: 0 !important;
- width: 383px !important;
- }
-
- /*
- 实时数据看板
- */
-
- .right-table .top{
- width: 100%;
- height: 53px;
- float: left;
- border-radius: 5px 5px 0px 0px;
-
- box-shadow: 0px 5px 25px 0px rgba(3, 8, 82, 0.2);
- background: rgb(40, 45, 108);
-
- text-align: center;
- line-height: 53px;
- }
-
- .right-table .top span{
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 20px;
- font-weight: 700;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
- .right-table .bottom{
- width: 100%;
- height: 516px;
- float: left;
- }
- .right-table .layui-table{
- margin: 0 !important;
- width: 96%;
- margin: 0 2% !important;
- background:none !important;
- }
- .right-table th{
- padding: 0 !important;
- text-align: center;
-
-
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: bold;
- line-height: 33px;
- letter-spacing: 0px;
-
- display: block;
- float: left;
- /* margin-left: 10px;
- margin-right: 10px;*/
- height: 33px;
- border: none;
- }
- .row-one{
- height: 36px;
- line-height: 36px;
- background:none !important;
- border-bottom: 1px solid rgb(40, 45, 108);
- }
- thead{
-
- }
- .right-table td{
- padding: 0 !important;
- text-align: center;
-
- color: rgba(0, 0, 0, 0.66);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- border: none;
-
- overflow: hidden;
- }
- .right-table tr{
- display: block;
- width: 100%;
- height: 33px;
- line-height: 33px;
- }
- .right-table tr td{
- display: block;
- /* margin-left: 10px;
- margin-right: 10px;*/
- float: left;
- height: 33px;
- line-height: 33px;
- }
- thead{
- display:block;
- }
- tbody{
- height: 415px;
- display:block;overflow-y:scroll; overflow-x: hidden;
- }
-
- /*
- 职称申报好处
- */
- .content-kp{
- background:none !important;margin-top:10px !important;
- }
- .row-kp{
- width: 1007px;
- height: 584px;
- padding: 20px 20px;
- background: #fff;
- }
- .row-kp .top{
- height: 50px;
- line-height: 50px;
- width: 100%;
- float: left;
- }
- .row-kp .top .ta{
-
- color: rgb(0, 0, 0);
- font-family: "HarmonyOS Sans SC";
- font-size: 24px;
- font-weight: 500;
- line-height: 50px;
- letter-spacing: 3px;
- text-align: left;
-
- display: block;
- float: left;
- margin-right: 15px;
- }
- .row-kp .top .tb{
- color: rgb(0, 0, 0);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 500;
- line-height: 60px;
- letter-spacing: 3px;
- text-align: left;
-
- display: block;
- float: left;
- }
- .row-kp .bottom{
- width: 100%;
- float: left;
- height: 394px;
- }
|