Commit c82046b7 authored by usgeek's avatar usgeek
Browse files

修复样式

parent 13f36197
This diff is collapsed.
...@@ -90,18 +90,31 @@ page{ ...@@ -90,18 +90,31 @@ page{
} }
.add-address{ .add-address{
background: #b4282d; border: none;
text-align: center; right: 0;
width: 100%; display: flex;
height: 99rpx; justify-content: center;
line-height: 99rpx; align-items: center;
position: fixed; width: 90%;
border-radius: 0; height: 90rpx;
border: none; line-height: 98rpx;
color: #fff; position: absolute;
font-size: 29rpx; bottom: 0;
bottom: 0; left: 0;
left:0; border-radius: 0;
padding: 0;
margin: 0;
margin-left: 5%;
text-align: center;
/* padding-left: -5rpx; */
font-size: 25rpx;
color: #f4f4f4;
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
border-top-right-radius: 50rpx;
border-bottom-right-radius: 50rpx;
letter-spacing: 3rpx;
background-image: linear-gradient(to right, #9a9ba1 0%, #9a9ba1 100%);
} }
.empty-view{ .empty-view{
......
Supports Markdown
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