.list-s-7-content{ width: 100%; height: auto; float: left; } .list-s-7-content .box{ width: 1050px; heigth: 100%; margin: 0px auto; background: rgba(255, 255, 255, 0.7); } .list-s-7-content .row{ /** * 定义宽高 */ width: 95%; height: 1244px; 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; z-index: 1000; } /* * 内部布局样式 */ .list-s-7-content .top{ width:100%; height: 50px; float: left; line-height: 56px; /* border-bottom: 1px solid rgb(168, 172, 217);*/ position: relative; text-align: center; } .list-s-7-content .top a{ 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: left; } .list-s-7-content .top span{ position: absolute; width: 4px; height: 90px; left: 50%; top: 6%; border-radius: 5px; background: rgb(38, 120, 255); transform: rotate(-90.00deg); } .list-s-7-content .center{ width:100%; min-height: 160px; float: left; position: relative; margin-top:15px; overflow:hidden; } .list-s-7-content .center li{ width: 176px; height: 212px; float: left; margin-right: 6px; margin-left: 13px; border-radius: 5px; text-align: center; background: #fff; margin-bottom: 10px; position: relative; } .list-s-7-content .center li img{ display: block; width: 100%; height: 212px; /* 垂直居中 */ border-top-left-radius:5px; border-top-right-radius:5px; } .list-s-7-content .center li .paf{ display: block; width: 100%; height: 34px; line-height: 34px; color: rgb(38, 120, 255); position: absolute; bottom: 0; left: 0; border-radius: 0px 0px 5px 5px; backdrop-filter: blur(4px); background: rgba(255, 255, 255, 0.5); color: rgb(3, 8, 82); font-family: "HarmonyOS Sans SC"; font-size: 14px; font-weight: 400; letter-spacing: 0px; } .list-s-7-content .bottom{ width:100%; height: 52px; float: left; position: relative; margin-top:30px; } .list-s-7-content .bottom-row{ width:58%; margin:0 auto; text-align: center; } .list-s-7-content .bottom-row li { float: left; width: auto; margin: 0 5px; text-align: center; cursor: pointer; } .list-s-7-content .bottom .active-1 a { border-radius: 2px; /* background: rgb(11, 139, 247);*/ color: #fff; } .list-s-7-content .bottom a{ /* display: block; float: left; width:32px; height:32px; line-height: 32px;*/ padding: 4px 8px; text-align: center; /*padding: 3px 6px;*/ color: rgb(61, 61, 61); border-radius: 3px; margin: 3px 5px; font-family: 微软雅黑; font-size: 14px; font-weight: 400; letter-spacing: 0px; text-align: center; } .list-s-7-content .bottom a img{ margin-top:-4px; } .list-s-7-content .bottom .active-1{ border-radius: 2px; background: rgb(11, 139, 247); color:#fff; } .list-s-7-content .bottom input{ width: 48px; height: 32px; border-radius: 4px; background: rgb(250, 250, 250); border:none; margin: 0 8px; text-align: center; } /** ** 内容标签样式 */ .list-s-7-content img{ } .list-s-7-content a,span{ }