正在显示
1 个修改的文件
包含
8 行增加
和
5 行删除
@@ -15,6 +15,7 @@ | @@ -15,6 +15,7 @@ | ||
15 | // </script> | 15 | // </script> |
16 | <template> | 16 | <template> |
17 | <div class="counter"> | 17 | <div class="counter"> |
18 | + <div class="box"> | ||
18 | <div class="hed"> | 19 | <div class="hed"> |
19 | <div class="leftt">我的课程</div> | 20 | <div class="leftt">我的课程</div> |
20 | <div class="rightt"> | 21 | <div class="rightt"> |
@@ -116,20 +117,24 @@ | @@ -116,20 +117,24 @@ | ||
116 | </div> | 117 | </div> |
117 | </div> | 118 | </div> |
118 | </div> | 119 | </div> |
120 | + | ||
121 | + </div> | ||
119 | </template> | 122 | </template> |
120 | 123 | ||
121 | <style lang="scss"> | 124 | <style lang="scss"> |
122 | .counter { | 125 | .counter { |
123 | width: 100%; | 126 | width: 100%; |
124 | background-color: #f2f2f2; | 127 | background-color: #f2f2f2; |
125 | - | 128 | +.box{ |
129 | + width:100% ; | ||
130 | +} | ||
126 | .ban { | 131 | .ban { |
127 | display: flex; | 132 | display: flex; |
128 | flex-wrap: wrap; | 133 | flex-wrap: wrap; |
129 | justify-content: space-around; | 134 | justify-content: space-around; |
130 | - margin-top: 30px; | 135 | + margin-top: 20px; |
131 | .item{ | 136 | .item{ |
132 | - margin: 50px; | 137 | + margin: 40px; |
133 | } | 138 | } |
134 | .title{ | 139 | .title{ |
135 | text-align: center; | 140 | text-align: center; |
@@ -142,8 +147,6 @@ | @@ -142,8 +147,6 @@ | ||
142 | } | 147 | } |
143 | 148 | ||
144 | } | 149 | } |
145 | - | ||
146 | - | ||
147 | .bod { | 150 | .bod { |
148 | display: flex; | 151 | display: flex; |
149 | margin-top: 30px; | 152 | margin-top: 30px; |
-
请 注册 或 登录 后发表评论