样式修改

This commit is contained in:
a0049873 2022-08-23 17:11:50 +08:00
parent d1e6b9acd7
commit 07198b8ebc
2 changed files with 15 additions and 11 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -312,7 +312,7 @@
.main { .main {
width: 8.8rem; width: 8.8rem;
height: 1.48rem; height: 1.48rem;
background: rgba(255, 255, 255, 0.18); // background: rgba(255, 255, 255, 0.18);
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
border-radius: 0.02rem; border-radius: 0.02rem;
margin-top: 1.36rem; margin-top: 1.36rem;
@ -321,7 +321,7 @@
justify-content: flex-start; justify-content: flex-start;
span { span {
cursor: pointer; cursor: pointer;
padding: 0.05rem 0; padding: 0.1rem 0;
width: 1.2rem; width: 1.2rem;
text-align: center; text-align: center;
margin: 0 0.1rem; margin: 0 0.1rem;
@ -345,15 +345,19 @@
// ); // );
// } // }
.select { .select {
background: linear-gradient( // background: linear-gradient(
to bottom, // to bottom,
rgba(255, 255, 255, 0.6) 0%, // rgba(255, 255, 255, 0.6) 0%,
rgba(61, 122, 214, 0.8) 20%, // rgba(31, 116, 243, 0.8) 20%,
rgb(50, 116, 215) 50%, // rgba(0, 102, 255, 0.8) 50%,
rgba(61, 122, 214, 0.8) 80%, // rgba(61, 122, 214, 0.8) 80%,
rgba(255, 255, 255, 0.6) 100% // rgba(255, 255, 255, 0.6) 100%
) !important; // ) !important;
border-radius: 0.5rem; background: url('~@/assets/home/top-select.png') no-repeat;
background-size: 95%;
background-position: 50% 40%;
// border-radius: 0.5rem;
font-weight: 600;
// border-left: 0.02rem solid #fff; // border-left: 0.02rem solid #fff;
} }
} }