mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
去掉xcontent2的内边距
This commit is contained in:
@@ -338,20 +338,20 @@
|
|||||||
.pink-three{
|
.pink-three{
|
||||||
color: #EE4685;
|
color: #EE4685;
|
||||||
}
|
}
|
||||||
.list-bg{
|
// .list-bg{
|
||||||
background: url('/images/qa-box.png') no-repeat 100% / 100%;
|
// background: url('/images/qa-box.png') no-repeat 100% / 100%;
|
||||||
// background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
|
// // background: linear-gradient(180deg, #C3DEF8 0%, #FFFFFF 37%);
|
||||||
}
|
// }
|
||||||
.list-bg1{
|
// .list-bg1{
|
||||||
background: url('/images/list-or.png') no-repeat 100% / 100%;
|
// background: url('/images/list-or.png') no-repeat 100% / 100%;
|
||||||
}
|
// }
|
||||||
.list-bg2{
|
// .list-bg2{
|
||||||
background: url('/images/list-pink.png') no-repeat 100% / 100%;
|
// background: url('/images/list-pink.png') no-repeat 100% / 100%;
|
||||||
}
|
// }
|
||||||
.art-bgimg{
|
// .art-bgimg{
|
||||||
background: url('/images/contribute.png') no-repeat top left;
|
// background: url('/images/contribute.png') no-repeat top left;
|
||||||
background-size: cover;
|
// background-size: cover;
|
||||||
}
|
// }
|
||||||
.portal-images-title{
|
.portal-images-title{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|||||||
@@ -276,7 +276,6 @@ body {margin: 0px;padding: 0px;}
|
|||||||
@media screen and (max-width: 1366px){
|
@media screen and (max-width: 1366px){
|
||||||
.xcontent2{
|
.xcontent2{
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
padding: 20px 5px;
|
|
||||||
}
|
}
|
||||||
.xcontent2-minor{
|
.xcontent2-minor{
|
||||||
width: 234px;
|
width: 234px;
|
||||||
@@ -302,7 +301,6 @@ body {margin: 0px;padding: 0px;}
|
|||||||
@media screen and (max-width: 1680px) and (min-width:1367px){
|
@media screen and (max-width: 1680px) and (min-width:1367px){
|
||||||
.xcontent2{
|
.xcontent2{
|
||||||
width: 1366px;
|
width: 1366px;
|
||||||
padding: 30px 20px;
|
|
||||||
}
|
}
|
||||||
.xcontent2-minor{
|
.xcontent2-minor{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@@ -323,7 +321,6 @@ body {margin: 0px;padding: 0px;}
|
|||||||
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
||||||
.xcontent2{
|
.xcontent2{
|
||||||
width: 1640px;
|
width: 1640px;
|
||||||
padding: 30px 26px;
|
|
||||||
}
|
}
|
||||||
.xcontent2-minor{
|
.xcontent2-minor{
|
||||||
width: 400px;
|
width: 400px;
|
||||||
@@ -345,7 +342,6 @@ body {margin: 0px;padding: 0px;}
|
|||||||
@media screen and (min-width: 1921px){
|
@media screen and (min-width: 1921px){
|
||||||
.xcontent2{
|
.xcontent2{
|
||||||
width: 1880px;
|
width: 1880px;
|
||||||
padding: 30px 26px;
|
|
||||||
}
|
}
|
||||||
.xcontent2-minor{
|
.xcontent2-minor{
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user