123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- /*
- 职称评审攻略技巧
- */
- .content-8{
- width: 100%;
- float: left;
- }
- .box-8{
- width: 1050px;
- height: 654px;
- margin:0 auto;
- display: block;
- padding: 5px 0px 10px 0px;
- margin-bottom:10px;
- border-radius: 5px;
-
- /* 面板阴影 */
- box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.15);
- background: rgba(255, 255, 255, 0.7);
- z-index: 1000;
- position: relative;
- }
- .content-8 .qy-36-r{
- width: 210px;
- }
- .content-8 .qy-36-r-1{
- left: 41px;
- }
- .content-8 .qy-36-r-2{
- left: 59px;
- }
-
- .content-8 .qy-36-r-4{
- left: 75px;
- }
-
- .content-8 .qy-36-l{
- width: 800px;
- margin-right: 0px;
- }
- .content-8 .qy-36-li{
- width: 258px;
- height: 218px;
- margin: 8px 4px 0 0;
- }
- .content-8 .qy-36-1{
- height: 145px;
- }
-
- .content-8 .qy-36-2{
- padding: 0 5px 0 0;
- height: 30px;
- line-height: 30px;
- }
-
- .content-8 .qy-36-3{
- padding: 0 5px 0 0;
- height: 30px;
- line-height: 17px;
- }
-
- .content-8 .font-500{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 700;
- line-height: 19px;
- letter-spacing: 0%;
- text-align: left;
- }
-
-
- .qy-36-5{
- width: 788px;
- height: 308px;
- background: #fff;
- padding: 15px 0px;
- }
-
- .qy-36-5-li{
- height:25px;
- line-height:25px;
- /* padding-right: 13px;*/
- }
- .qy-36-5-li a,span{
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 500;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .font-933-active-1 a{
- font-weight: bold;
- }
|