Commit 1c26b5ef authored by 袁玲利's avatar 袁玲利

样式调整

parent cb38b629
...@@ -2226,8 +2226,7 @@ ...@@ -2226,8 +2226,7 @@
.popoverItem { .popoverItem {
width: 225rpx; width: 225rpx;
margin: 0 20rpx; margin: 0 20rpx;
height: 40rpx; padding: 16rpx 0;
line-height: 40rpx;
text-align: center; text-align: center;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
...@@ -2235,4 +2234,7 @@ ...@@ -2235,4 +2234,7 @@
color: #000000; color: #000000;
border-bottom: 1rpx solid #dddddd; border-bottom: 1rpx solid #dddddd;
} }
.popoverItem:last-child {
border-bottom: 0;
}
</style> </style>
...@@ -1862,8 +1862,7 @@ ...@@ -1862,8 +1862,7 @@
.popoverItem { .popoverItem {
width: 225rpx; width: 225rpx;
margin: 0 20rpx; margin: 0 20rpx;
height: 40rpx; padding: 16rpx 0;
line-height: 40rpx;
text-align: center; text-align: center;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
...@@ -1871,4 +1870,7 @@ ...@@ -1871,4 +1870,7 @@
color: #000000; color: #000000;
border-bottom: 1rpx solid #dddddd; border-bottom: 1rpx solid #dddddd;
} }
.popoverItem:last-child {
border-bottom: 0;
}
</style> </style>
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