修改ui
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-06-05 09:43:51
|
||||
* @LastEditTime: 2024-07-19 16:11:59
|
||||
* @LastEditTime: 2024-07-22 13:36:30
|
||||
* @LastEditors: zhp
|
||||
* @Description:
|
||||
-->
|
||||
@@ -81,28 +81,28 @@ export default {
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
box-shadow: inset 0 0 20px 1px #fff1;
|
||||
border-left: 0.11415vw solid;
|
||||
border-image: linear-gradient(to bottom, transparent 10%,
|
||||
#024798 20%,
|
||||
transparent 90%) 1;
|
||||
backdrop-filter: blur(4px);
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
height: 92%;
|
||||
width: 0.11415vw;
|
||||
border-radius: 2px;
|
||||
top: 0%;
|
||||
right: 0;
|
||||
background: radial-gradient(circle at center,
|
||||
#024798 2%,
|
||||
#024798 100%,
|
||||
border-right: .13vw solid;
|
||||
// border-image: linear-gradient(to bottom,transparent 10%,
|
||||
// #024798 20%,
|
||||
// transparent 90%) 1;
|
||||
border-image: linear-gradient(to bottom, transparent 10%, rgba(5, 138, 237, 1) 30%, rgba(2, 82, 215, 0.24) 90%)1;
|
||||
box-sizing: border-box;
|
||||
backdrop-filter: blur(4px);
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
height: 92%;
|
||||
width: 0.13vw;
|
||||
border-radius: 2px;
|
||||
top: 0%;
|
||||
left: 0;
|
||||
background: radial-gradient(circle at center,
|
||||
#1481fd 2%,
|
||||
#024798 90%,
|
||||
transparent);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
z-index: 1;
|
||||
}
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
@@ -112,7 +112,7 @@ export default {
|
||||
border-radius: 2px;
|
||||
left: 7%;
|
||||
bottom: 0;
|
||||
background: linear-gradient(to right,transparent 60%, #024798 95%, transparent 97%);
|
||||
background: linear-gradient(to right, transparent 60%, #4197f9 98%, transparent 98%);
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user