diff --git a/pages/ai/paint/loverPaint.vue b/pages/ai/paint/loverPaint.vue
index 67d44c1..28b6574 100644
--- a/pages/ai/paint/loverPaint.vue
+++ b/pages/ai/paint/loverPaint.vue
@@ -50,7 +50,7 @@
- 生成图片
(消耗{{goldNum}}点画意值)
+ 生成
(消耗{{goldNum}}点画意值)
diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue
index 5a5a752..cd82258 100644
--- a/pages/ai/paint/paint.vue
+++ b/pages/ai/paint/paint.vue
@@ -130,8 +130,11 @@
-
-
+
+
+ 开始创作
消耗{{formData.goldNum}}点画意值
@@ -756,12 +759,23 @@
width: calc(100% - 40rpx);
position: fixed;
bottom: 20rpx;
+ left: 25%;
}
.startPaint{
- width: 300rpx;
+ width: 400rpx;
+ height: 100rpx;
+ bottom: 50rpx;
background-color: $uni-primary;
- border: 1px solid $uni-primary;
- border-radius: 40rpx;
+ // border: 1px solid $uni-primary;
+ border-radius: 50rpx;
+
+ padding-bottom: 50 rpx;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ font-size: 16px;
color: $uni-white;
}
.startPaint::after {