Commit 17131668 by 李嘉林

限时折扣

parent f5459350
...@@ -116,8 +116,9 @@ if (useUglifyJs) { ...@@ -116,8 +116,9 @@ if (useUglifyJs) {
sourceMap: true, sourceMap: true,
uglifyOptions: { uglifyOptions: {
compress: { compress: {
warnings: false, warnings: false,
drop_console: false drop_console: true,
pure_funcs: ['console.log']
} }
} }
})) }))
......
...@@ -98,11 +98,11 @@ ...@@ -98,11 +98,11 @@
</view> </view>
<view <view
class="btn" class="btn"
style="background:{{mainColor}};"
data-items="{{goodsList[index]}}" data-items="{{goodsList[index]}}"
catchtap="onclickOrder" catchtap="onclickOrder"
> >
立即抢购 <!-- 立即抢购 -->
<view class="antt ant-tianchongtianjia" style="font-size: 36rpx;"></view>
</view> </view>
</view> </view>
</view> </view>
......
/* static/nativeComponents/FloatButton/index.wxss */
@import '../../nicon/iconfont.wxss';
@import "/static/font/common_icon.wxss";
.time-limited-discount { .time-limited-discount {
background: var(--backgroundColor); background: var(--backgroundColor);
font-size: 32rpx; font-size: 32rpx;
...@@ -120,7 +123,7 @@ ...@@ -120,7 +123,7 @@
} }
.goods-item-child .info .allPrice .btn { .goods-item-child .info .allPrice .btn {
font-size: 24rpx; font-size: 24rpx;
background: var(--main-color); /* background: var(--main-color); */
padding: 8rpx; padding: 8rpx;
color: #fff; color: #fff;
border-radius: 10rpx; border-radius: 10rpx;
...@@ -129,6 +132,14 @@ ...@@ -129,6 +132,14 @@
-ms-border-radius: 10rpx; -ms-border-radius: 10rpx;
-o-border-radius: 10rpx; -o-border-radius: 10rpx;
} }
.goods-item-child .info .allPrice .btn .antt{
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: var(--main-color);
}
.goods-item-child-flex { .goods-item-child-flex {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
......
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