diff --git a/pages/category/album.vue b/pages/category/album.vue index 79d4c89..2cf22f1 100644 --- a/pages/category/album.vue +++ b/pages/category/album.vue @@ -8,7 +8,7 @@ - + #{{headerTitle}} @@ -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; diff --git a/pages/category/category.vue b/pages/category/category.vue index e734a36..8097dec 100644 --- a/pages/category/category.vue +++ b/pages/category/category.vue @@ -7,7 +7,7 @@ - + #{{headerTitle}} @@ -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; diff --git a/pages/category/index.vue b/pages/category/index.vue index 0183bfd..2918db7 100644 --- a/pages/category/index.vue +++ b/pages/category/index.vue @@ -7,7 +7,7 @@ - + #{{headerTitle}} @@ -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; diff --git a/pages/category/video.vue b/pages/category/video.vue index 2aacbd1..e7a51e1 100644 --- a/pages/category/video.vue +++ b/pages/category/video.vue @@ -8,7 +8,7 @@ - + #{{headerTitle}} @@ -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; diff --git a/pages/detail/album.vue b/pages/detail/album.vue index 5b05bda..0ce387a 100644 --- a/pages/detail/album.vue +++ b/pages/detail/album.vue @@ -7,7 +7,7 @@ - + {{config.siteName}} @@ -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; } } } diff --git a/pages/detail/index.vue b/pages/detail/index.vue index d5b17c1..ae7c665 100644 --- a/pages/detail/index.vue +++ b/pages/detail/index.vue @@ -7,7 +7,7 @@ - + {{config.siteName}} @@ -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; } } }