Commit 0aaf1b8f by zhuxiaomei

颜色处理

parent 15ed0a7c
...@@ -120,12 +120,12 @@ ...@@ -120,12 +120,12 @@
.box-c:nth-child(1) { .box-c:nth-child(1) {
/*background: #589dff;*/ /*background: #589dff;*/
background-image: linear-gradient(50deg, #10239e, #adc6ff) background-image: linear-gradient(45deg, #10239e, #adc6ff)
} }
.box-c:nth-child(4) { .box-c:nth-child(4) {
/*background: #9B9C9D;*/ /*background: #9B9C9D;*/
background-image: linear-gradient(50deg, #00474f, #87e8de) background-image: linear-gradient(45deg, #00474f, #87e8de)
} }
...@@ -176,13 +176,13 @@ ...@@ -176,13 +176,13 @@
.box-c-2 { .box-c-2 {
> div:nth-child(1) { > div:nth-child(1) {
/*background: #b562bb;*/ /*background: #b562bb;*/
background-image: linear-gradient(50deg, #9e1068, #ff85c0) background-image: linear-gradient(45deg,#237804, #95de64)
} }
> div:nth-child(2) { > div:nth-child(2) {
/*background: #e8835e;*/ /*background: #e8835e;*/
background-image: linear-gradient(50deg, #874d00, #e8835e); background-image: linear-gradient(45deg, #874d00, #e8835e);
margin-left: 30px; margin-left: 30px;
} }
} }
...@@ -190,12 +190,12 @@ ...@@ -190,12 +190,12 @@
.box-c-3 { .box-c-3 {
> div:nth-child(1) { > div:nth-child(1) {
/*background: #E24343;*/ /*background: #E24343;*/
background-image: linear-gradient(50deg, #E24343, #ff7875) background-image: linear-gradient(45deg, #E24343, #ff7875)
} }
> div:nth-child(2) { > div:nth-child(2) {
/*background: #a1aeca;*/ /*background: #a1aeca;*/
background-image: linear-gradient(50deg, #8e9bb7, #e0e0e0); background-image: linear-gradient(45deg, #8e9bb7, #e0e0e0);
margin-left: 30px; margin-left: 30px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment