123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
-
-
- .list-s-10-content{
- width: 100%;
- float: left;
- margin: 5px 0 10px 0;
- }
-
- .list-s-10-content .box{
- width: 1050px;
- margin: 0 auto;
- }
-
- .list-s-10-content .box .row{
- width: 100%;
- height: auto;
- }
-
- /*
- * 复制过来的
- */
- .list-s-10-content .content-6{
- width: 100%;
- float: left;
- }
- .list-s-10-content .box-6{
- width: 1050px;
- height: auto;
- 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);
-
- position: relative;
-
- }
-
- /*
- 顶部标题栏
- */
- .list-s-10-content .qy-32{
- width: 1010px;
- height:60px;
- line-height:60px;
- position: relative;
- margin: 0px 20px;
- border-bottom: 1px solid rgb(168, 172, 217);
- }
-
- .list-s-10-content .font-90{
- padding: 5px 10px 7px 10px;
- box-sizing: border-box;
- border: 1px solid rgb(0, 165, 120);
- border-radius: 5px;
-
- /* 绿色 */
- box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
- color: rgb(0, 165, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
- .list-s-10-content .font-91{
- padding: 5px 10px 7px 10px;
- border-radius: 5px;
-
- /* 绿色 */
- box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);
- background: rgb(0, 165, 120);
- color: rgb(255, 255, 255);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 300;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
- /*
- 标题栏 右侧
- */
- .list-s-10-content .font-51{
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- margin-left:5px;
- margin-right: 0px !important;
- }
- .list-s-10-content .font-52{
- width: 58px;
- height: 18px;
- border-radius: 5px;
- /* 绿色 */
- /* box-shadow: 5px 5px 10px 0px rgba(0, 155, 108, 0.13);*/
- /* background: rgb(0, 165, 120);*/
- /* color:#fff;*/
- /* padding:3px 6px;*/
- font-size: 14px;
- margin-right: 0px !important;
- margin-left: 10px;
- }
-
- .list-s-10-content .active-1{
- color: rgb(255, 137, 36);
- }
-
-
- /*
- li 列表区域
- */
-
- .list-s-10-content .qy-36{
- margin: 15px 20px;
- }
- .list-s-10-content .qy-36-li{
- /* 画板 16 */
- position: relative;
- width: 160px;
- height: 174px;
- float: left;
- margin: 6px 0px;
- margin-left: 0px;
- margin-right: 10px;
- background: #fff;
- }
- .list-s-10-content .qy-36-2{
- height:34px;
- line-height:34px;
- }
- .list-s-10-content .qy-36-1{
- height: 140px;
- }
- .list-s-10-content .font-500{
- color: rgb(54, 59, 120);
- font-family: "HarmonyOS Sans SC";
- font-size: 14px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: left;
- }
-
- .list-s-10-content .font-58{
- 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: center;
- }
-
- .list-s-10-content .font-57{
- position: absolute;
- background: rgb(38, 120, 255);
- width: 3px;
- height:20px;
- left: -10px;
- top: 18px;
- }
-
- .font-500{
- color: rgb(38, 120, 255) !important;
- font-family: "HarmonyOS Sans SC";
- font-size: 13px;
- font-weight: 400;
- line-height: 100%;
- letter-spacing: 0px;
- text-align: center;
- }
|