|
|
@ -20,12 +20,12 @@ |
|
|
<uni-icons custom-prefix="iconfont" type="icon-wodeshoucang"size="40" :color="primaryColor" /> |
|
|
<uni-icons custom-prefix="iconfont" type="icon-wodeshoucang"size="40" :color="primaryColor" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<!-- <view class="prominent-menu-item collect-menu" @click="toLinkAuth('/pages/userInfo/aiPaint/aiPaint')"> |
|
|
<view class="prominent-menu-item collect-menu" @click="toLinkAuth('/pages/userInfo/aiPaint/aiPaint')"> |
|
|
<view class="prominent-menu-title">创作工坊</view> |
|
|
<view class="prominent-menu-title">创作工坊</view> |
|
|
<view class="prominent-menu-icon"> |
|
|
<view class="prominent-menu-icon"> |
|
|
<uni-icons custom-prefix="iconfont" type="icon-wodeshoucang"size="40" :color="primaryColor" /> |
|
|
<uni-icons custom-prefix="iconfont" type="icon-wodeshoucang"size="40" :color="primaryColor" /> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="share-box"> |
|
|
<view class="share-box"> |
|
|
<button title="兑换绘画次数" @click="$noMultipleClicks(useCdk)"> |
|
|
<button title="兑换绘画次数" @click="$noMultipleClicks(useCdk)"> |
|
|
@ -362,8 +362,8 @@ import UniIcons from "../../uni_modules/uni-icons/components/uni-icons/uni-icons |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
//此处等右边有新模块的时候再采用下面的width |
|
|
//此处等右边有新模块的时候再采用下面的width |
|
|
//width: calc(50% - 10rpx); |
|
|
width: calc(50% - 10rpx); |
|
|
width: 100%; |
|
|
//width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
border-radius: 10rpx; |
|
|
border-radius: 10rpx; |
|
|
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%); |
|
|
background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%); |
|
|
|