This commit is contained in:
riskcn 2025-01-12 12:23:55 +08:00
parent b63edc4977
commit 43241ddc92
6 changed files with 26 additions and 26 deletions

View File

@ -8,7 +8,7 @@
<view class="icon">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
#{{headerTitle}}
</view>
</view>
@ -207,11 +207,11 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;

View File

@ -7,7 +7,7 @@
<view class="icon tn-mt-sm">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
#{{headerTitle}}
</view>
</view>
@ -258,11 +258,11 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;

View File

@ -7,7 +7,7 @@
<view class="icon">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
#{{headerTitle}}
</view>
</view>
@ -213,11 +213,11 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;

View File

@ -8,7 +8,7 @@
<view class="icon">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
#{{headerTitle}}
</view>
</view>
@ -190,11 +190,11 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;

View File

@ -7,7 +7,7 @@
<view class="icon">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
{{config.siteName}}
</view>
</view>
@ -130,14 +130,14 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;
letter-spacing: 2rpx;
}
}
}

View File

@ -7,7 +7,7 @@
<view class="icon">
<image :src="config.logo" mode="aspectFill" style="width: 100%;height: 100%;"></image>
</view>
<view class="title tn-text-xl tn-mt-xl">
<view class="title tn-text-2xl tn-mt-xl tn-pt-sm">
{{config.siteName}}
</view>
</view>
@ -90,14 +90,14 @@
.topText{
color: #fff;
position: absolute;
top: 100rpx;
top: 50rpx;
left: 0;
.icon{
width: 220rpx;
height: 80rpx;
width: 280rpx;
height: 100rpx;
}
.title{
letter-spacing: 4rpx;
letter-spacing: 2rpx;
}
}
}