|
|
@@ -844,21 +844,15 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.notice-banner {
|
|
|
margin-top: 9upx;
|
|
|
- padding: 20upx 24upx;
|
|
|
+ padding: 15upx 20upx;
|
|
|
background: linear-gradient(135deg, #3385FF 0%, #5BA3FF 100%);
|
|
|
border-radius: 10upx;
|
|
|
box-shadow: 0upx 4upx 12upx rgba(51, 133, 255, 0.2);
|
|
|
- cursor: pointer;
|
|
|
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
|
|
-
|
|
|
- &:active {
|
|
|
- transform: scale(0.98);
|
|
|
- box-shadow: 0upx 2upx 8upx rgba(51, 133, 255, 0.15);
|
|
|
- }
|
|
|
-
|
|
|
+ height:160upx;
|
|
|
.notice-text {
|
|
|
display: block;
|
|
|
- font-size: 28upx;
|
|
|
+ font-size: 30upx;
|
|
|
color: #ffffff;
|
|
|
line-height: 1.6;
|
|
|
word-wrap: break-word;
|