Commit 38a339e3 authored by youjie's avatar youjie

no message

parent a47c9888
......@@ -70,8 +70,7 @@
}
.billDetailsCTop{
margin: 30rpx 30rpx 30rpx 30rpx;
border-radius: 8rpx;
overflow: hidden;
// overflow: hidden;
box-shadow: 0rpx 10rpx 10rpx 0rpx rgba(114,114,114,0.16);
}
.billDetailsCTop.one{
......@@ -79,6 +78,13 @@
}
.billDetailsCTop.one:first-child{
margin: 39rpx 30rpx 0 30rpx;
border-top-left-radius: 8rpx;;
border-top-right-radius: 8rpx;;
}
.billDetailsCTop.one:last-child{
margin: 39rpx 30rpx 0 30rpx;
border-bottom-left-radius: 8rpx;;
border-bottom-right-radius: 8rpx;;
}
.billDetailsCHeader{
background: #EDF5FF;
......
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