1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- /*
- 案例成功展示
- */
- .content-10{
- width: 100%;
- float: left;
- }
- .box-10{
- width: 1050px;
- height: 383px;
- 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;
- }
- .qy-38-li{
- width: 243px;
- height: 246px;
- float: left;
- margin-right:13px;
- position: relative;
- }
- .qy-38-li .a{
- /* 矩形 27 */
- position: absolute;
- width: 243px;
- height: 219px;
- left: 0px;
- right: -33px;
- top: 0px;
- bottom: -36.4px;
- z-index: 600;
- transform: rotate(0.28deg);
- }
- .qy-38-li .b{
- /* 矩形 28 */
- position: absolute;
- width: 243px;
- height: 146px;
- left: 0px;
- right: -31.46px;
- top: 100px;
- bottom: -83px;
- border-radius: 10px;
- z-index: 500;
- box-shadow: 5px 5px 20px 1px rgba(9, 109, 217, 0.2);
- background: rgb(9, 109, 217);
- }
- .qy-38-li .c{
- position: absolute;
- width: 100%;
- height: 30px;
- line-height: 30px;
- bottom: 0;
- text-align: center;
- z-index: 700;
- }
- .qy-38-li .c a {
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 700;
- line-height: 14px;
- letter-spacing: 3px;
- text-align: left;
- }
|