Browse Source

删除样式

tangning 3 years ago
parent
commit
c0fa87aef2
1 changed files with 2 additions and 2 deletions
  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;
 }