diff --git a/pages/cardorder/index/index.wxml b/pages/cardorder/index/index.wxml index 2e5670d..b6f67aa 100644 --- a/pages/cardorder/index/index.wxml +++ b/pages/cardorder/index/index.wxml @@ -19,10 +19,11 @@ - - - - + + + + + @@ -51,6 +52,7 @@ + diff --git a/pages/cardorder/index/index.wxss b/pages/cardorder/index/index.wxss index 74f0a65..6333874 100644 --- a/pages/cardorder/index/index.wxss +++ b/pages/cardorder/index/index.wxss @@ -28,6 +28,7 @@ padding: 20rpx 0; border-radius: 16rpx; background: #fff; + /* background-color: rgba(0,0,0,0.3); */ } .mms { @@ -39,13 +40,18 @@ box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); } + .cover-img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; + background-color: rgba(0,0,0,0.3); z-index: 0; + border-radius: 12px; + border-radius: 20px solid red; + /* object-fit:contain */ } .gray-bg { @@ -55,7 +61,11 @@ left: 0; top: 0; z-index: 10; - background: rgba(0,0,0,.7); + background-color: rgba(0,0,0,.7); + /* background: rgba(0,0,0,.7); */ + border-radius: 12px; + border-radius: 20px solid red; + background-size: cover; } .yu { @@ -336,4 +346,9 @@ button::after{ border: none; } position: absolute; left: 0; z-index: 100; + height: 100%; + background-color: rgba(0,0,0,0.7); + border-radius: 12rpx; } + +