|
|
@@ -240,8 +240,29 @@ input:-webkit-autofill {
|
|
|
overflow: initial !important;
|
|
|
img {
|
|
|
border-radius: 100px;
|
|
|
- border: 1px solid #26f50d;
|
|
|
+ // border: 4px solid;
|
|
|
+ // border-image: linear-gradient(
|
|
|
+ // 140deg,
|
|
|
+ // rgba(78, 251, 30, 1),
|
|
|
+ // rgba(239, 255, 236, 1),
|
|
|
+ // rgba(79, 251, 31, 1),
|
|
|
+ // rgba(232, 255, 230, 1),
|
|
|
+ // rgba(78, 251, 30, 1)
|
|
|
+ // )
|
|
|
+ // 4 4;
|
|
|
box-sizing: border-box;
|
|
|
- box-shadow: 0 1px 6px 0 #26f50d50;
|
|
|
+ // box-shadow: 0px 0px 6px 0px rgba(38, 245, 13, 0.6);
|
|
|
+ }
|
|
|
+ position: relative;
|
|
|
+ &::after {
|
|
|
+ content: '';
|
|
|
+ background-image: url(https://cdn.raex.vip/png-touxiangkuang.png);
|
|
|
+ background-size: 100% 100%;
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ top: 47%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ width: 126%;
|
|
|
+ height: 126%;
|
|
|
}
|
|
|
}
|