浏览代码

删除样式

tangning 3 年之前
父节点
当前提交
c0fa87aef2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      component/slider-left/index.wxss

+ 2 - 2
component/slider-left/index.wxss

@@ -30,17 +30,17 @@
 }
 
 .handle-delete {
-  background-color: red;
+  background-color: #FF4E4E;
   width: 150rpx;
   display: flex;
   align-items: center;
   justify-content: center;
-  color: #fff;
   font-size: 14px;
   font-family: PingFangSC-Regular, PingFang SC;
   font-weight: 400;
   color: #FFFFFF;
   line-height: 20px;
+  padding-right: 15px;
 }