12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- /*
- 职称评审流程
- */
- .content-5{
- width: 100%;
- float: left;
- }
- .box-5{
- width: 1050px;
- height: 238px;
- margin:0 auto;
- display: block;
- padding: 5px 0px 10px 0px;
- margin-bottom:10px;
- /* background:#fff;*/
-
- border-radius: 5px;
- /* 面板阴影 */
- box-shadow: 10px 10px 25px 0px rgba(3, 8, 82, 0.2);
- opacity: 1;
- /* background-color: transparent;*/
- background-color: rgba(255, 255, 255, 1) !important;
- z-index: 1000;
- position: relative;
- }
-
-
- .qy-32{
- width: 1010px;
- height:60px;
- line-height:60px;
- position: relative;
- margin: 0px 20px;
- border-bottom: 1px solid rgb(168, 172, 217);
- }
- .font-57{
- position: absolute;
- background: rgb(38, 120, 255);
- width: 3px;
- height:20px;
- left: -10px;
- top: 18px;
- }
- .font-58{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC" !important;
- font-size: 18px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
-
- .qy-33{
- width: 1050px;
- height: 103px;
- margin-top: 40px;
- padding: 0px 30px;
- }
- .font-66{
- width:100px;
- }
- .qy-33 li{
- float: left;
- }
- .li-ico{
- margin: 0 4px;
- display: block;
- margin-top: 42px;
- }
- .font-80{
- color: rgb(197, 164, 254);
- font-family: "HarmonyOS Sans SC";
- font-size: 25px;
- font-weight: 500;
- line-height: 29px;
- letter-spacing: 0%;
- /* margin-bottom:10px;*/
- display: block;
- }
- .font-81{
- color: rgb(102, 102, 102);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 14px;
- letter-spacing: 0%;
- margin-top:10px;
- display: block;
- text-align: center;
- }
|