1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
-
-
-
-
-
-
-
-
-
-
-
-
- /*
- 职称评审工具包
- */
- /*.content-11{
- width: 100%;
- }
- .box-11{
- width: 1050px;
- height: 400px;
- margin:0 auto;
- display: block;
- padding: 5px 0px 10px 0px;
- margin-bottom:10px;
- background: rgba(255, 255, 255, 0.7);
- }
- .box-11 .qy-38-li{
- width: 243px;
- height: 150px;
- float: left;
- margin-right:13px;
- position: relative;
- border-radius: 5px;
- margin-bottom:15px;
- !* 小卡片 *!
- box-shadow: 5px 5px 25px 0px rgba(3, 8, 82, 0.1);
- background: rgb(255, 255, 255);
- }
-
- .box-11 .a{
- position: absolute;
- width: 243px;
- height: 219px;
- left: 0px;
- right: -33px;
- top: 0px;
- bottom: -36.4px;
- z-index: 600;
- text-align: center;
- }
- .box-11 .c{
- position: absolute;
- width: 100%;
- height: 30px;
- line-height: 30px;
- bottom: 0;
- text-align: center;
- z-index: 700;
- }
- .box-11 .c a{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }*/
-
-
- /*
- 补充样式
- */
- .hot-cz-2{
- color: rgb(40, 45, 108) !important;
- font-family: HarmonyOS Sans SC;
- font-size: 14px;
- font-weight: bold;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .hot-index{
- margin-bottom: 10px;
- }
|