diff --git a/pages/template/index.wxml b/pages/template/index.wxml index 866859b..5da95b6 100644 --- a/pages/template/index.wxml +++ b/pages/template/index.wxml @@ -1,4 +1,4 @@ - + @@ -178,6 +178,12 @@ + + + + 提供技术支持 + + diff --git a/pages/template/index.wxss b/pages/template/index.wxss index 9365ea8..830e6f9 100644 --- a/pages/template/index.wxss +++ b/pages/template/index.wxss @@ -916,4 +916,14 @@ height: 250rpx; padding-bottom:30rpx; } -.container{ overflow: hidden;} \ No newline at end of file +.container{ overflow: hidden;} +.logo-container { + -webkit-filter: brightness(80%); + filter: brightness(80%); +} + +.logo { + width: 132rpx; + height: 37rpx; + margin-right: 10rpx; +}