|
@@ -1,7 +1,9 @@
|
|
|
.HomeM {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(207, 202, 189, 1));
|
|
|
+ // background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(207, 202, 189, 1));
|
|
|
+ background-image: url('../../assets/img/bg.png');
|
|
|
+ background-size: 100% 100%;
|
|
|
position: relative;
|
|
|
:global {
|
|
|
|
|
@@ -24,7 +26,7 @@
|
|
|
.title {
|
|
|
width: 100%;
|
|
|
height: 50px;
|
|
|
- background-color: #741A1A;
|
|
|
+ background-color: #bda262;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -162,7 +164,7 @@
|
|
|
position: relative;
|
|
|
|
|
|
.sortName {
|
|
|
- color: #741A1A;
|
|
|
+ color: #bda262;
|
|
|
font-size: 14px;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -188,7 +190,7 @@
|
|
|
line-height: 30px;
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
- background-color: #741A1A;
|
|
|
+ background-color: #bda262;
|
|
|
text-align: center;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|