|
@@ -412,7 +412,9 @@ export default {
|
|
|
|
|
|
.hot-down-group {
|
|
|
border-radius: 12px;
|
|
|
- background: url("~@/assets/images/dateGetBg.png") no-repeat;
|
|
|
+ background: radial-gradient(circle at 50% 50%, #FAEACD 0%, #FFF8EA 100%);
|
|
|
+ background-image: url("~@/assets/images/dateGetBg.png");
|
|
|
+ background-repeat: no-repeat;
|
|
|
|
|
|
background-size: 100% 100%;
|
|
|
width: 100%;
|