解决案例修改
This commit is contained in:
@@ -1894,7 +1894,7 @@ img {
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: calc(-50vw + 50%);
|
||||
padding: 20px 5%;
|
||||
padding: 30px 5%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
@@ -1914,7 +1914,7 @@ img {
|
||||
.site-header #navbar .product-menu > .sub-menu > li > a {
|
||||
padding: 10px 0;
|
||||
font-weight: 600;
|
||||
font-size: 22px;
|
||||
font-size: 18px;
|
||||
color: #102541 !important;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin-bottom: 5px;
|
||||
@@ -1942,7 +1942,7 @@ img {
|
||||
display: inline-block;
|
||||
padding: 8px 0;
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
color: #666 !important;
|
||||
}
|
||||
.site-header #navbar .product-menu > .sub-menu .sub-menu a:hover {
|
||||
@@ -1991,8 +1991,8 @@ img {
|
||||
}
|
||||
.site-header #navbar .solution-menu > .sub-menu > li > a {
|
||||
padding: 15px 0;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
color: #102541 !important;
|
||||
display: block;
|
||||
text-align: center;
|
||||
@@ -7202,8 +7202,8 @@ img {
|
||||
text-align: left;
|
||||
}
|
||||
.product-card .card-tag {
|
||||
background: #1481ff;
|
||||
color: #fff;
|
||||
background: #1493ff24;
|
||||
color: #0075ff;
|
||||
padding: 2px 8px;
|
||||
border-radius: 3px;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user