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