123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /*
- 评审成功案例
- */
- .content-9{
- width: 100%;
- float: left;
- }
- .box-9{
- width: 1050px;
- height: 355px;
- 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-9 .qy-36-5{
- height: 243px;
- }
- .content-9 .qy-36-5-li{
- height:30px;
- line-height:30px;
- }
- .font-9668{
- padding:2px 8px 4px 8px;
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- border-radius: 3px;
- background: rgb(123, 97, 255);
- margin-right:3px;
- }
- .content-9 .qy-36-r{
- margin-top: 0px;
- height: 243px;
- overflow:hidden;
- width: 210px;
- margin-left: 20px;
- }
- .content-9 .qy-36-l{
- height: 254px;
- width: 778px;
- }
|