Commit fd831586 by 宋珺琪

videoList-item title

parent 1e77bb6a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ul class="item"> <ul class="item">
<div style="display: flex;"> <div style="display: flex;">
<img class="jinhuiClass" src="@/assets/img/jinhui.png" alt="" /> <img class="jinhuiClass" src="@/assets/img/jinhui.png" alt="" />
<li style=" font-family:'youshe';color: black;font-size: 45px">计算机-计算机</li> <li style=" font-family:'youshe';color: black;font-size: 45px; text-shadow: 8px 1px 1px #888888;">计算机计算机-{source}}</li>
</div> </div>
</ul> </ul>
</div> </div>
...@@ -59,6 +59,12 @@ ...@@ -59,6 +59,12 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.jinhuiClass{
height: 80px;
margin-right: 5px;
margin-top: -15px;
margin-bottom: -15px
}
.top{ .top{
background-color: rgb(39, 118, 223); background-color: rgb(39, 118, 223);
} }
...@@ -104,7 +110,7 @@ ...@@ -104,7 +110,7 @@
} }
.main { .main {
display: inline-flex; display: inline-flex;
padding: 20px; margin-right: 30px;
.videoBox { .videoBox {
height: 250px; height: 250px;
padding: 2px; padding: 2px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment