123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
-
- .list-s-3-content{
- width: 332px;
- height: auto;
- float: left;
- margin-left: 6px;
- margin-top: 6px;
- }
-
- #detail-index .list-s-3-content{
- width: 100% !important;
- height: auto;
- float: left;
- margin-right: 6px !important;
- margin-bottom: 6px !important;
- margin-left: 0px !important;
- margin-top: 6px !important;
- }
- #down-index .list-s-3-content{
- width: 100% !important;
- height: auto;
- float: left;
- margin-right: 6px !important;
- margin-bottom: 6px !important;
- margin-left: 0px !important;
- margin-top: 6px !important;
- }
- #document-index .list-s-3-content{
- width: 100% !important;
- height: auto;
- float: left;
- margin-right: 6px !important;
- margin-bottom: 6px !important;
- margin-left: 0px !important;
- margin-top: 6px !important;
- }
-
- #city-index .list-s-3-content{
- width: 100% !important;
- height: auto;
- float: left;
- margin-right: 6px !important;
- margin-bottom: 6px !important;
- margin-left: 0px !important;
- margin-top: 0px !important;
- }
-
-
- .list-s-3-content .box{
- width: 100%;
- heigth: 100%;
- margin: 0px auto;
- background: rgba(255, 255, 255, 0.7);
- }
- .list-s-3-content .row{
- /**
- * 定义宽高
- */
- width: 95%;
- /* height: 702px;*/
- float: left;
- /**
- * 边距
- */
- margin: 0px 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;
-
- }
-
- /*
- * 内部布局样式
- */
- .list-s-3-content .top{
- width:100%;
- height: 50px;
- float: left;
- line-height: 50px;
- /*border-bottom: 1px solid rgb(168, 172, 217);*/
- position: relative;
- text-align: center;
- }
- .list-s-3-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: center;
- }
- .list-s-3-content .top span{
- position: absolute;
- width: 89px;
- height: 3px;
- left: 36%;
- top: 74%;
- border-radius: 10px;
- background: rgb(255, 137, 36);
- }
-
- .list-s-3-content .center{
- width:100%;
- min-height: 160px;
- float: left;
- position: relative;
- margin-top:15px;
- overflow:hidden;
- }
- .list-s-3-content .center li{
- width: 100%;
- height: 20px;
- line-height: 20px;
- float: left;
- border-radius: 5px;
- text-align: center;
- margin-bottom: 10px;
- }
- .list-s-3-content .center li img{
- display: block;
- width: 105px;
- height: 105px;
- /*
- 垂直居中
- */
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- }
-
- .list-s-3-content .center li .active-1{
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: bold;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
-
- .list-s-3-content .center li a{
- display: block;
- width: 100%;
- height: 34px;
- line-height: 34px;
-
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 16px;
- font-weight: 300;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .list-s-3-content .bottom{
- width:100%;
- height: 40px;
- float: left;
- position: relative;
- margin-top:15px;
- }
- .bottom-row{
- width:88%;
- margin:0 auto;
- text-align: center;
- }
- .list-s-3-content .bottom a{
- color: rgb(0, 165, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
- .list-s-3-content .bottom a img{
- margin-top:-4px;
- }
- /**
- ** 内容标签样式
- */
- .list-s-3-content img{
-
- }
- .list-s-3-content a,span{
- }
-
- .list-s-3-content .active-1{
- margin-left:0px !important;
- }
|