style(service-info): 调整服务端架构图样式
- 注释掉镜像卡片悬停放大效果 - 调整服务端架构图容器样式 - 修改服务端架构图字体大小和对齐方式
This commit is contained in:
@@ -213,9 +213,9 @@ export default {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
transition: transform 0.3s;
|
transition: transform 0.3s;
|
||||||
|
|
||||||
&:hover {
|
//&:hover {
|
||||||
transform: scale(1.05);
|
// transform: scale(1.05);
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
.placeholder-image {
|
.placeholder-image {
|
||||||
@@ -376,8 +376,8 @@ export default {
|
|||||||
//border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(202, 39, 54, 0.18)) 1 1;
|
//border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(202, 39, 54, 0.18)) 1 1;
|
||||||
backdrop-filter: blur(6px);
|
backdrop-filter: blur(6px);
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 236px;
|
//width: 236px;
|
||||||
height: 58px;
|
//height: 58px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
//font-size: 16px;
|
//font-size: 16px;
|
||||||
@@ -389,8 +389,9 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
font-family: SourceHanSansCN, SourceHanSansCN;
|
font-family: SourceHanSansCN, SourceHanSansCN;
|
||||||
font-size: 30px;
|
font-size: 20px;
|
||||||
line-height: 58px;
|
padding: 10px 40px;
|
||||||
|
//line-height: 58px;
|
||||||
//text-shadow: 0px 2px 4px #B21F29;
|
//text-shadow: 0px 2px 4px #B21F29;
|
||||||
//text-align: left;
|
//text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|||||||
Reference in New Issue
Block a user