Commit e352d834 by xiexiaoqin

style:border-color

parent ea90ddd0
...@@ -65,7 +65,7 @@ picker-view .column { ...@@ -65,7 +65,7 @@ picker-view .column {
.coustom-end { .coustom-end {
height: 144rpx; height: 144rpx;
position: relative; position: relative;
border-bottom: 1px solid rgba(239, 242, 245, 1); border-bottom: 2rpx solid rgba(239, 242, 245, 1);
} }
.coustom-end>text { .coustom-end>text {
......
...@@ -359,7 +359,6 @@ input { ...@@ -359,7 +359,6 @@ input {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
border-top: 1rpx solid rgba(25, 31, 37, 0.12);
box-shadow: 1rpx 1rpx 4rpx 0 rgba(0, 0, 0, 0.08); box-shadow: 1rpx 1rpx 4rpx 0 rgba(0, 0, 0, 0.08);
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
z-index: 100 z-index: 100
...@@ -447,7 +446,7 @@ input { ...@@ -447,7 +446,7 @@ input {
.footerBottom { .footerBottom {
background: #fff; background: #fff;
border-top: 2rpx solid rgba(25, 31, 37, 0.12); border-top: 2rpx solid rgba(239, 242, 245, 1);
height: 94rpx; height: 94rpx;
display: flex; display: flex;
align-items: center; align-items: center;
......
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