123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
-
- .flow-s-1-content{
- width: 100%;
- height: auto;
- float: left;
- }
- .flow-s-1-content .box{
- width: 1050px;
- heigth: 100%;
- margin: 0px auto;
- }
- .flow-s-1-content .row{
- /**
- * 定义宽高
- */
- width: 95%;
- height: 253px;
- float: left;
- /**
- * 边距
- */
- margin: 5px 0px;
- padding: 0% 2% 2% 3%;
- /**
- * 定义边框
- */
- 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);
- /**
- ** 定位属性
- */
- position: relative;
-
- }
-
- /*
- * 内部布局样式
- */
- .flow-s-1-content .top{
- width:100%;
- height: 65px;
- float: left;
- line-height: 79px;
- border-bottom: 1px solid rgb(168, 172, 217);
- position: relative;
- }
- .flow-s-1-content .top a{
- color: rgb(40, 45, 108);
- font-family: "HarmonyOS Sans SC" !important;
- font-size: 18px;
- font-weight: bold;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .flow-s-1-content .top span{
- position: absolute;
- width: 3px;
- height: 20px;
- left: -1%;
- top: 44%;
- border-radius: 5px;
- background: rgb(38, 120, 255);
- }
-
- .flow-s-1-content .bottom{
- width:100%;
- height: 110px;
- float: left;
- position: relative;
- margin-top: 45px;
- }
- .flow-s-1-content .bottom a{
-
- }
-
- .qy-33 li{
- float: left;
- }
- .qy-33 .font-66{
- width:100px;
- }
- .qy-33 .li-ico{
- margin: 0 4px;
- display: block;
- margin-top: 45px;
- }
- .qy-33 .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;
- }
- .qy-33 .font-81{
- color: rgb(102, 102, 102);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 14px;
- letter-spacing: 0%;
- /* text-align: left;*/
- text-align: center;
- /* margin-top:10px;*/
- display: block;
- }
-
-
- /**
- ** 内容标签样式
- */
- .flow-s-1-content img{
-
- }
- .flow-s-1-content a,span{
-
- }
-
-
- .font-66-1{
- width: 103px !important;
- }
|