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