123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- /*
- 职称评审工具包
- */
- .content-11{
- width: 100%;
- height: auto;
- float: left;
- margin-top: 10px;
- }
- .box-11{
- width: 1050px;
- height: 400px;
- margin:0 auto;
- display: block;
- padding: 5px 0px 10px 0px;
- margin-bottom:10px;
- border-radius: 5px;
-
- /* 面板阴影 */
- 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;
- }
-
- /*
- 标题部分
- */
- .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;
- }
-
- .font-93{
- color: rgb(111, 111, 112);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: right;
- }
-
-
- /*
- 列表内容部分
- */
- .qy-36{
- margin: 15px 20px;
- }
- .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;
- }
|