Commit 17131668 by 李嘉林

限时折扣

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