Commit d1936498 by 赵雅纹

文案修改

parent 4e0093ac
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<view class="upload-wrap" wx:if="{{!video}}" bindtap="chooseVideo"> <view class="upload-wrap" wx:if="{{!video}}" bindtap="chooseVideo">
<view class="upload-text">+视频</view> <view class="upload-text">+视频</view>
<image class="video-img" mode="widthFix" src="/assets/imgs/7_1_0/video.png"></image>
</view> </view>
</view> </view>
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
border: 1px solid rgba(216, 216, 216, 1); border: 1px solid rgba(216, 216, 216, 1);
line-height: 160rpx; line-height: 160rpx;
text-align: center; text-align: center;
position: relative;
} }
.upload-text{ .upload-text{
color: #aaaaaa; color: #aaaaaa;
...@@ -41,3 +42,9 @@ ...@@ -41,3 +42,9 @@
border-radius: 50%; border-radius: 50%;
z-index: 99; z-index: 99;
} }
.video-img{
width: 34rpx;
position: absolute;
bottom: 12rpx;
right: 12rpx;
}
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
推广商品 推广商品
<view class="line" wx-if="{{currentTab==0}}" /> <view class="line" wx-if="{{currentTab==0}}" />
</view> </view>
<view class="swiper-tab-item {{currentTab==1 ? 'active' : ''}}" data-current="1" bindtap="clickTab">我的推广 <view class="swiper-tab-item {{currentTab==1 ? 'active' : ''}}" data-current="1" bindtap="clickTab">我的分享
<view class="line" wx-if="{{currentTab==1}}" /> <view class="line" wx-if="{{currentTab==1}}" />
</view> </view>
</view> </view>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<swiper-item > --> <swiper-item > -->
<scroll-view scroll-y wx:if="{{currentTab==0}}"> <scroll-view scroll-y wx:if="{{currentTab==0}}">
<view class="extend-img"> <view class="extend-img">
<image mode="widthFix" src="{{extendProBanner}}" /> <image mode="widthFix" src="{{extendProBanner ? extendProBanner : '/assets/imgs/7_1_0/coming-soon.jpg'}}" />
</view> </view>
<view class="pro-nav-wrap"> <view class="pro-nav-wrap">
<view class="nav-list"> <view class="nav-list">
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</view> </view>
</view> </view>
<view class="upload-tip">*只支持.jpg格式图片/ .mp4格式视频,最长60s</view> <view class="upload-tip">*只支持.jpg、png、gif、kpge格式图片/ .mp4、m3u8格式视频,最长60s</view>
<view class="title-border"> <view class="title-border">
<input placeholder="添加标题" name="headline" value="{{params.headline}}" /> <input placeholder="添加标题" name="headline" value="{{params.headline}}" />
</view> </view>
...@@ -26,7 +26,10 @@ ...@@ -26,7 +26,10 @@
<input placeholder="这一刻想说什么..." name="article" value="{{params.article}}" /> <input placeholder="这一刻想说什么..." name="article" value="{{params.article}}" />
</view> </view>
<view class="related-goods" bindtap="handleRelatedGoods">关联商品</view> <view class="related-goods" bindtap="handleRelatedGoods">
<image class="relate-img" mode="widthFix" src="/assets/imgs/7_1_0/relation.png"></image>
<text class="relate-text">关联商品</text>
</view>
<view class="gress-list"> <view class="gress-list">
<grass-item pro-goods="{{proGoods}}"/> <grass-item pro-goods="{{proGoods}}"/>
</view> </view>
......
...@@ -28,18 +28,20 @@ page{ ...@@ -28,18 +28,20 @@ page{
} }
.title-border { .title-border {
height: 66rpx; height: 66rpx;
line-height: 66rpx;
border-bottom: 1px solid rgba(151, 151, 151, 0.3); border-bottom: 1px solid rgba(151, 151, 151, 0.3);
} }
.title-border input{
height: 66rpx;
}
.related-goods { .related-goods {
width: 189rpx; width: 189rpx;
height: 54rpx; height: 54rpx;
line-height: 54rpx; line-height: 50rpx;
text-align: center; text-align: center;
border-radius: 31rpx; border-radius: 31rpx;
background-color: rgba(216, 216, 216, 1); background-color: rgba(216, 216, 216, 1);
color: rgba(0, 0, 0, 1);
font-size: 26rpx;
font-family: PingFangSC-Medium;
margin-top: 97rpx; margin-top: 97rpx;
} }
.gress-list { .gress-list {
...@@ -95,4 +97,14 @@ page{ ...@@ -95,4 +97,14 @@ page{
background: #ffffff; background: #ffffff;
border-radius: 50%; } border-radius: 50%; }
.relate-img{
width: 23rpx;
margin-right: 10rpx;
vertical-align: middle;
}
.relate-text{
color: rgba(0, 0, 0, 1);
font-size: 26rpx;
font-family: PingFangSC-Medium;
vertical-align: middle;
}
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<swiper-item class="swiper-item"> <swiper-item class="swiper-item">
<image class="slide-image {{swiperCurrent == index ? 'active' : ''}}" src="{{item}}" <image class="slide-image {{swiperCurrent == index ? 'active' : ''}}" src="{{item}}"
id="{{index}}"></image> id="{{index}}"></image>
<view class=""></view>
<image wx:if="{{swiperCurrent == index}}" class="code-img" src="{{codeImg}}"></image> <image wx:if="{{swiperCurrent == index}}" class="code-img" src="{{codeImg}}"></image>
</swiper-item> </swiper-item>
</block> </block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment