From ab08f4196d12fd994c6d57e1e0df177216d9fad9 Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Tue, 22 Apr 2025 14:26:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ad-popup/ad-popup.wxml | 6 ++-- components/ad-popup/ad-popup.wxss | 35 +++++++++++-------- pages/copyright/createBuy/createBuy.wxss | 1 + .../createProjectInfo/createProjectInfo.wxml | 2 +- .../createProjectInfo/createProjectInfo.wxss | 1 + pages/index/index.wxml | 4 +-- pages/index/index.wxss | 9 +++-- pages/mine/mineIndex/mine.wxml | 6 ++-- pages/mine/mineIndex/mine.wxss | 34 ++++++++++++------ 9 files changed, 61 insertions(+), 37 deletions(-) diff --git a/components/ad-popup/ad-popup.wxml b/components/ad-popup/ad-popup.wxml index b321c3e..d5c49ac 100644 --- a/components/ad-popup/ad-popup.wxml +++ b/components/ad-popup/ad-popup.wxml @@ -1,16 +1,16 @@ - + - + ¥ {{coupons.amount/100}} {{coupons.title}} - 有效期:{{coupons.useGmtStart}}至{{coupons.useGmtEnd}} + 期限:{{coupons.useGmtStart}}至{{coupons.useGmtEnd}} diff --git a/components/ad-popup/ad-popup.wxss b/components/ad-popup/ad-popup.wxss index 56136c6..be550cf 100644 --- a/components/ad-popup/ad-popup.wxss +++ b/components/ad-popup/ad-popup.wxss @@ -12,7 +12,7 @@ } -.ad-content { +.ad-container { position: relative; border-radius: 10px; overflow: hidden; @@ -70,12 +70,12 @@ align-items: center; } -.content { +.ad-content { position: absolute; - height: 218rpx; - left: 73rpx; - top: 170rpx; - width: 62vw; + height: 200rpx; + width: 61vw; + left: 86rpx; + top: 188rpx; transform: rotate(-11.6deg); transform-origin: center; display: flex; @@ -91,20 +91,27 @@ text-align: justify; align-items: baseline; justify-content: center; - flex: 0.4; + flex: 2; + padding: 8rpx; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .p-icon { - font-size: 16px; + font-size: 28rpx; margin-bottom: 5px; color: #FFA900; } .p-content { - font-size: 30px; + font-size: 45rpx; margin-left: 5px; color: #FFA900; font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .ad-desc-box { @@ -113,24 +120,22 @@ justify-content: center; align-items: flex-start; color: #cc8a05fb; - margin-top: 8px; - flex: 0.6; + flex: 3; } .ad-desc { - font-size: 18px; + font-size: 32rpx; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 170px; + max-width: 300rpx; } .ad-period { - font-size: 14px; + font-size: 24rpx; } - .btn { border-radius: 14px; background-color: rgba(255, 169, 0, 1); diff --git a/pages/copyright/createBuy/createBuy.wxss b/pages/copyright/createBuy/createBuy.wxss index 3def24a..15b3bf6 100644 --- a/pages/copyright/createBuy/createBuy.wxss +++ b/pages/copyright/createBuy/createBuy.wxss @@ -83,6 +83,7 @@ page { border-radius: 10rpx; background-color: #FFA900; color: white; + font-size: 28rpx; } .buy-desc-box { diff --git a/pages/copyright/createProjectInfo/createProjectInfo.wxml b/pages/copyright/createProjectInfo/createProjectInfo.wxml index 4987c8d..4a60111 100644 --- a/pages/copyright/createProjectInfo/createProjectInfo.wxml +++ b/pages/copyright/createProjectInfo/createProjectInfo.wxml @@ -110,7 +110,7 @@ 推荐系统全称 - + diff --git a/pages/copyright/createProjectInfo/createProjectInfo.wxss b/pages/copyright/createProjectInfo/createProjectInfo.wxss index 6f0150c..bbe21f7 100644 --- a/pages/copyright/createProjectInfo/createProjectInfo.wxss +++ b/pages/copyright/createProjectInfo/createProjectInfo.wxss @@ -83,6 +83,7 @@ page { padding: 5rpx 40rpx; color: white; border-radius: 10rpx; + font-size: 28rpx; } .content-box { diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 19b1dd0..cd40eef 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -9,7 +9,7 @@ - 创建软著 + 创建软著 充值 @@ -25,7 +25,7 @@ - 软著列表 + 软著列表 进行中的 diff --git a/pages/index/index.wxss b/pages/index/index.wxss index ca27d80..415cf33 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -114,9 +114,12 @@ } .title-line { - width: 10rpx; + /* width: 10rpx; height: 32rpx; - border-radius: 17rpx; + border-radius: 17rpx; */ + width: 16rpx; + height: 34rpx; + border-radius: 34rpx; background-color: rgba(255, 169, 0, 1); } @@ -390,7 +393,7 @@ display: inline-block; animation: marquee 10s linear infinite; color: rgba(85, 0, 0, 1); - font-size: 14px; + font-size: 24rpx; margin-left: 15px; transform: translateX(100%); } diff --git a/pages/mine/mineIndex/mine.wxml b/pages/mine/mineIndex/mine.wxml index d9e510e..59fb159 100644 --- a/pages/mine/mineIndex/mine.wxml +++ b/pages/mine/mineIndex/mine.wxml @@ -17,7 +17,7 @@ - 套餐包余额 + 套餐包余额 全托管 @@ -27,9 +27,9 @@ 写材料 {{materialCount}} - + - 优惠卷 + 优惠卷 diff --git a/pages/mine/mineIndex/mine.wxss b/pages/mine/mineIndex/mine.wxss index 866033b..ce45248 100644 --- a/pages/mine/mineIndex/mine.wxss +++ b/pages/mine/mineIndex/mine.wxss @@ -60,24 +60,33 @@ } .balance-btn { - padding: 10rpx 40rpx; + /* padding: 10rpx 40rpx; background-color: #4EAF79; border-radius: 10rpx; - color: white; + color: white; */ + padding: 8rpx 48rpx; + text-align: center; + border-radius: 8rpx; + background-color: rgba(76, 171, 118, 1); + color: rgba(255, 255, 255, 1); + font-size: 28rpx; } .balance-desc { font-size: 24rpx; margin-top: 10rpx; - font-weight: 400; + font-weight: bold; } .balance { display: flex; flex-direction: row; align-items: center; - font-size: 48rpx; - font-weight: 600; + font-size: 56rpx; + font-weight: bold; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } @@ -92,19 +101,26 @@ } .package-bag { - margin-top: 20rpx; display: flex; flex-direction: row; justify-content: space-between; align-items: center; } +.down-title { + color: rgba(93, 57, 0, 1); + font-size: 24rpx; + text-align: left; + font-family: PingFangSC-semiBold; + font-weight: bold; + margin-top: 15rpx; +} + .package-bag-item { display: flex; flex-direction: row; justify-content: center; align-items: baseline; - padding-bottom: 5px; } .package-bag-item .icon { @@ -114,13 +130,11 @@ .package-bag .title { font-size: 24rpx; - line-height: 24rpx; } .package-bag .num { margin-left: 10rpx; - font-size: 40rpx; - font-weight: bold; + font-size: 56rpx; } .menu-box {