|
@@ -23,13 +23,13 @@
|
|
|
}
|
|
|
|
|
|
.topTitle {
|
|
|
- padding: 30px 60px 24px;
|
|
|
+ padding: 32px 60px 30px;
|
|
|
font-size: 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
img {
|
|
|
- height: 50px;
|
|
|
+ height: 43px;
|
|
|
}
|
|
|
|
|
|
.moreMusic {
|
|
@@ -39,7 +39,7 @@
|
|
|
background: rgba(255, 255, 255, 0.7);
|
|
|
border-radius: 22px;
|
|
|
font-weight: 600;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
color: #131415;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -68,30 +68,33 @@
|
|
|
.searchInput {
|
|
|
width: 480px;
|
|
|
--n-border: #fff !important;
|
|
|
+
|
|
|
:global {
|
|
|
.n-button {
|
|
|
padding: 0 24px;
|
|
|
- font-size: max(16px, 13px) !important;
|
|
|
+ // font-size: max(16px, 13px) !important;
|
|
|
color: #ffffff;
|
|
|
--n-border: none !important;
|
|
|
background: linear-gradient(312deg, #1b7af8 0%, #3cbbff 100%);
|
|
|
}
|
|
|
.n-input__input-el {
|
|
|
- font-size: max(16px, 13px) !important;
|
|
|
+ // font-size: max(16px, 13px) !important;
|
|
|
color: #000000;
|
|
|
}
|
|
|
|
|
|
.n-input__placeholder {
|
|
|
- font-size: max(16px, 13px) !important;
|
|
|
+ // font-size: max(16px, 13px) !important;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.textBtn {
|
|
|
background-color: rgba(255, 255, 255, 0.7);
|
|
|
--n-border: none !important;
|
|
|
--n-text-color-focus: rgb(51, 54, 57) !important;
|
|
|
+
|
|
|
.iconArrow {
|
|
|
display: inline-block;
|
|
|
margin-left: 8px;
|
|
@@ -143,12 +146,13 @@
|
|
|
.n-button {
|
|
|
min-width: 102px;
|
|
|
height: 37px;
|
|
|
+ font-weight: bold !important;
|
|
|
padding: 0 24px;
|
|
|
- font-size: max(18px, 13px);
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
}
|
|
|
|
|
|
.n-button--primary-type {
|
|
|
- font-weight: 500 !important;
|
|
|
+ font-weight: 600 !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -183,14 +187,14 @@
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
.imgTitle {
|
|
|
- height: 45px;
|
|
|
+ height: 42px;
|
|
|
}
|
|
|
.moreBtn {
|
|
|
border-radius: 20px;
|
|
|
font-weight: 600;
|
|
|
font-size: 18px;
|
|
|
color: #131415;
|
|
|
- padding: 8px 20px;
|
|
|
+ padding: 9px 20px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
@@ -319,6 +323,9 @@
|
|
|
font-size: max(12px, 11Px);
|
|
|
color: #fe4343;
|
|
|
padding: 0 5px;
|
|
|
+ line-height: 16Px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
&::before {
|
|
|
content: '';
|
|
|
display: inline-block;
|
|
@@ -327,17 +334,17 @@
|
|
|
background: url('./images/icon-fire.png') no-repeat center;
|
|
|
background-size: contain;
|
|
|
margin-right: 3px;
|
|
|
- vertical-align: middle;
|
|
|
}
|
|
|
span {
|
|
|
// line-height: 1;
|
|
|
- vertical-align: text-top;
|
|
|
+ // vertical-align: text-bottom;
|
|
|
}
|
|
|
}
|
|
|
.sing,
|
|
|
.song {
|
|
|
background: #ffffff;
|
|
|
font-size: max(12px, 11Px);
|
|
|
+ line-height: 16Px;
|
|
|
border-radius: 3px;
|
|
|
padding: 0 4px;
|
|
|
display: flex;
|
|
@@ -420,7 +427,7 @@
|
|
|
cursor: pointer;
|
|
|
box-sizing: border-box;
|
|
|
transition: all .2s ease;
|
|
|
- border: 2px solid #F4F4F4;
|
|
|
+ border: 2px solid #fff;
|
|
|
box-sizing: border-box;
|
|
|
&:hover {
|
|
|
transform: scale(1.01);
|