土壤张力图标更换
parent
eee23990c0
commit
3a52be7747
|
@ -2805,3 +2805,36 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.productTraceability {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productTraceability .productTraceability-title {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 1182px;
|
||||||
|
height: 110px;
|
||||||
|
background: url(../img/vrcode-title1.png) no-repeat;
|
||||||
|
background-size: 1182px 110px;
|
||||||
|
background-position: center center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productTraceability .productTraceability-title > span {
|
||||||
|
padding: 0 20px;
|
||||||
|
font-size: 60px;
|
||||||
|
font-family: Alimama ShuHeiTi;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
color: #DDF1FF;
|
||||||
|
background: linear-gradient(0deg, white 0%, #7dabff 76.7334%, #f3f7ff 88.08594%, #f3f7ff 92.62695%, #d2e2ff 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2948,3 +2948,34 @@ color: #FFFFFF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.productTraceability{
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: column;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
.productTraceability-title{
|
||||||
|
width:100%;
|
||||||
|
max-width: 1182px;
|
||||||
|
height: 110px;
|
||||||
|
background: url(../img/vrcode-title1.png) no-repeat ;
|
||||||
|
background-size: 1182px 110px;
|
||||||
|
background-position: center center;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
>span{
|
||||||
|
padding: 0 20px;
|
||||||
|
font-size: 60px;
|
||||||
|
font-family: Alimama ShuHeiTi;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
color: #DDF1FF;
|
||||||
|
|
||||||
|
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(125,171,255,1) 76.7333984375%, rgba(243,247,255,1) 88.0859375%, rgba(243,247,255,1) 92.626953125%, rgba(210,226,255,1) 100%);
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
Loading…
Reference in New Issue