diff --git a/1.svg b/1.svg new file mode 100644 index 0000000..33fa7fe --- /dev/null +++ b/1.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/css/index.css b/css/index.css index 561a6e0..68a25e3 100644 --- a/css/index.css +++ b/css/index.css @@ -580,7 +580,6 @@ border-bottom: 1px dotted #d7d7d7; } .admission-officer .admission-body .school-list .school-item .right .info .img { - width: 60px; height: 47px; margin-right: 10px; } @@ -1190,3 +1189,8 @@ background-color: #000000; border-radius: 10px; } +.admission-officer .admission-body .paly-box-mask .paly-box .paly-video .art-video-player, +.admission-officer .admission-body .paly-box-mask .paly-box .paly-video video { + border-radius: 10px; + overflow: hidden; +} diff --git a/css/index.less b/css/index.less index 06a3c5c..ece94b3 100644 --- a/css/index.less +++ b/css/index.less @@ -651,7 +651,6 @@ padding-bottom: 24px; border-bottom: 1px dotted #d7d7d7; .img { - width: 60px; height: 47px; margin-right: 10px; } @@ -1340,6 +1339,11 @@ height: 600px; background-color: rgba(0, 0, 0, 1); border-radius: 10px; + .art-video-player, + video { + border-radius: 10px; + overflow: hidden; + } } } } diff --git a/index.html b/index.html index 938e325..e463b42 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Document