浏览代码

边框调整

kk.shi 3 年之前
父节点
当前提交
4cc1f07e26
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      pages/welfareMall/feedback/feedback.wxss
  2. 1 1
      pages/welfareMall/order/orderCompletion.wxss

+ 2 - 2
pages/welfareMall/feedback/feedback.wxss

@@ -39,7 +39,7 @@ textarea{
   width: 659rpx;
   width: 659rpx;
   height: 320rpx;
   height: 320rpx;
   background: #FFFFFF;
   background: #FFFFFF;
-  border: 1rpx solid #3E3E3E;
+  border: 1px solid #3E3E3E;
   border-radius: 10rpx;
   border-radius: 10rpx;
   z-index: 1;
   z-index: 1;
   padding-left: 33rpx;
   padding-left: 33rpx;
@@ -88,7 +88,7 @@ textarea{
 .explain-img-preview{
 .explain-img-preview{
   width: 154rpx;
   width: 154rpx;
   height: 154rpx;
   height: 154rpx;
-  border: 1rpx solid #3E3E3E;
+  border: 1px solid #3E3E3E;
   border-radius: 10rpx;
   border-radius: 10rpx;
   z-index: 1;
   z-index: 1;
   justify-content: center;
   justify-content: center;

+ 1 - 1
pages/welfareMall/order/orderCompletion.wxss

@@ -182,7 +182,7 @@ page{
   width: 150rpx;
   width: 150rpx;
   height: 51rpx;
   height: 51rpx;
   background: #FFFFFF;
   background: #FFFFFF;
-  border: 1rpx solid #B01717;
+  border: 1px solid #B01717;
   border-radius: 10rpx;
   border-radius: 10rpx;
   margin-left: 10rpx;
   margin-left: 10rpx;
 }
 }