Skip to content

Commit

Permalink
Update yunmei.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamonWoo authored Sep 17, 2024
1 parent 122e16c commit d8c0c3f
Showing 1 changed file with 34 additions and 19 deletions.
53 changes: 34 additions & 19 deletions fly/yunmei.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
/* https://Laosheng.top */
/* 老生常谈云媒体系列页面 */
/* Laosheng.top 老生常谈 */
/* 云媒体系列页面使用 */

body {background-image: linear-gradient( Azure, WhiteSmoke, Cornsilk);
background-repeat: no-repeat;
/* background: hsl(215, 90%, 95%); LightCyan WhiteSmoke; v2.0 #FAFAD2 ;#f2f9ff */
/* v1.9.8 rgb(255,255,200) #EEEECC LightYellow #FFFFE0 Cornsilk #FFF8DC LightGoldenRodYellow #FAFAD2 */
/* margin-left:1em; rem反而更小,奇怪。 margin-left:3%;*/
margin: auto; /* margin-right: 2%;大表格右侧仍未完整 */
line-height: 1.75; /*word-spacing:0; letter-space:0;*/
margin-left:1em; /* rem反而更小,奇怪。 margin-left:3%;*/
/* margin-right: 2%;大表格右侧仍未完整 */
line-height: 1.75;
/*word-spacing:0; letter-space:0;*/
}
h2 {margin-bottom: 0.5% } /* margin-top:2%;line-height: 1.2; */
h2#top {margin-top: -2%}
Expand All @@ -20,7 +21,7 @@
{background-color: white; /*height: 10px; */
margin-left: 1em;}

/* 新闻云中字表格 */
/* 云媒体中字表格 */
table.zhong
{width: 1008px; height: 270px; /* 1200px v2.1 解决Edge兼容性跟进*/
/* margin:auto -5px; 尝试居中偏左,尚未成功 */
Expand All @@ -32,33 +33,47 @@
td#zhong {border-color: red; border-width: 3px;}
td#西南 {border-color: red; border-width: 0 3px 0 0;}

/* 外宣云列表 */
/* 外宣云媒体 */
table.外文云 { } /*margin-right: 1%; */
table.外文云 td {text-align: center; }

/* 一带一路云媒体地图 */
/* 地区语言颜色 */
span.ar {background-color: lightgreen;} /* Arab 绿色*/
span.bo {background-color: Violet;} /* 波斯语 紫色 Plum fuchsia */
span.fa {background-color: LightSteelBlue; } /* 法语 铁青色 SteelBlue */
span.xi {background-color: LightCoral;} /* 西班牙语 西语土红色 PaleVioletRed Chocolate */
/* 一带一路两个表格 */
table#主要国家
{ width: 1280px; height: 720px; /* width: 1280px; height: 720px; */
background-image: url(../ydyl/yidaiyilu-map-main.png);
background-image: url(yidaiyilu-main-v-0.8.0.png);
/* 图片名的'单引号'是多余的,"双引号"效果一样。 */
background-size: contain; /* background-repeat: no-repeat; */
/* background-repeat: no-repeat; */
background-size: contain;
/* background-position: center; background-position: -150px -40px; */
}
table#其他国家
{ width: 720px; height: 960px; /* height: 1280px; */
background-position: center; background-size: contain;
background-image: url('../ydyl/yidaiyilu-map-meizhou.gif');
background-image: url('yidaiyilu-other-v-0.8.0.gif');
}
/* 世界语言色块 */
span.ar {background-color: lightgreen;} /* Arab 绿色*/
span.bo {background-color: Violet;} /* 波斯语 紫色 Plum fuchsia */
span.fa {background-color: LightSteelBlue; } /* 法语 铁青色 SteelBlue */
span.xi {background-color: LightCoral;} /* 西班牙语 西语土红色 PaleVioletRed Chocolate */

/* 联合国有关部门 */
table.国际云 {margin-left: 0%; margin-right: 2%;} /* %2 margin-left: 1em;*/
/* 一带一路有关部门 */
table.国际云 { margin-right: 2%; margin-left: 2%;} /*margin-left: 1em;*/
table.国际云 td {text-align: center; }
h3.国际范 {margin-top: -1em; }
h3.国际范 { margin-top: -1em; }
table#u主要国家
{ width: 640px; height: 440px; /* 1920*1080 */
background-image: url(yidaiyilu-main-v-0.8.0.png);
/*background-repeat: no-repeat; */
background-size: 175% ; /*cover*/
background-position: -165px -100px; /*background-position: -150px -40px; */
}
table#u其他国家
{ width: 360px; height: 480px; /* 1080*1440 */
background-image: url('yidaiyilu-other-v-0.8.0.gif');
background-size: 175%;
background-position: -180px -280px;
}

/* 中图法表格测试 */
table.AZ{font-size: 0.75em;
Expand Down

0 comments on commit d8c0c3f

Please sign in to comment.