mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
fix: 文章页面样式修复
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
<div class="ClassBoxContentx">
|
||||
<img src="../../../assets/images/u_class.png" alt="" class="imgx" />
|
||||
<div class="ContentBoxx">
|
||||
<div class="leftBoxx">
|
||||
<div class="leftBox">
|
||||
<div class="titlex">U选小课堂</div>
|
||||
<div class="jyx">项目简介</div>
|
||||
<div class="msgx">
|
||||
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div class="bottomx"></div>
|
||||
</div>
|
||||
<div class="rightBoxx">
|
||||
<div class="rightBox">
|
||||
<div class="tylx" @click="tylClick">
|
||||
<div class="tyl_titlex">
|
||||
<img
|
||||
@@ -505,11 +505,11 @@ export default {
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
display: flex;
|
||||
.leftx,
|
||||
.rightx {
|
||||
.leftBox,
|
||||
.rightBox {
|
||||
height: calc(100% - 30px);
|
||||
}
|
||||
.leftx {
|
||||
.leftBox {
|
||||
padding-left: 30px;
|
||||
width: 48%;
|
||||
.titlex {
|
||||
@@ -544,7 +544,7 @@ export default {
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
.rightx {
|
||||
.rightBox {
|
||||
// padding-left: 10px;
|
||||
width: 50%;
|
||||
.tylx {
|
||||
|
||||
Reference in New Issue
Block a user