|
|
@@ -844,12 +844,14 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.notice-banner {
|
|
|
margin-top: 9upx;
|
|
|
- padding: 15upx 20upx;
|
|
|
+ padding: 0upx 20upx;
|
|
|
background: linear-gradient(135deg, #3385FF 0%, #5BA3FF 100%);
|
|
|
border-radius: 10upx;
|
|
|
box-shadow: 0upx 4upx 12upx rgba(51, 133, 255, 0.2);
|
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
|
- height:160upx;
|
|
|
+ height:150upx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
.notice-text {
|
|
|
display: block;
|
|
|
font-size: 30upx;
|
|
|
@@ -857,7 +859,7 @@ export default {
|
|
|
line-height: 1.6;
|
|
|
word-wrap: break-word;
|
|
|
text-align: left;
|
|
|
- font-weight: 500;
|
|
|
+ font-weight: 540;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -954,7 +956,7 @@ export default {
|
|
|
}
|
|
|
.input-wrap {
|
|
|
display: flex;
|
|
|
- padding: 22upx 20upx 22upx 13upx;
|
|
|
+ padding: 16upx 20upx 22upx 13upx;
|
|
|
.search-bar {
|
|
|
flex: 1;
|
|
|
}
|
|
|
@@ -1092,7 +1094,7 @@ export default {
|
|
|
animation-duration:.3s;
|
|
|
}
|
|
|
.fadeIn{
|
|
|
- height: 290upx;
|
|
|
+ height: 300upx;
|
|
|
overflow: hidden;
|
|
|
animation-name: fadeInFrames;
|
|
|
animation-duration:.3s;
|