1.12
This commit is contained in:
parent
b63edc4977
commit
43241ddc92
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user