|
@@ -27,6 +27,9 @@ $box1: 3px !default;
|
|
%sun {
|
|
%sun {
|
|
color: #ff0
|
|
color: #ff0
|
|
}
|
|
}
|
|
|
|
+@function light($rr) {
|
|
|
|
+ @return $rr * 2;
|
|
|
|
+}
|
|
@import url('./reset.css');
|
|
@import url('./reset.css');
|
|
* {
|
|
* {
|
|
margin: 0;
|
|
margin: 0;
|
|
@@ -47,11 +50,14 @@ h1 {
|
|
}
|
|
}
|
|
|
|
|
|
ul {
|
|
ul {
|
|
- width: 700px;
|
|
|
|
- height: 700px;
|
|
|
|
|
|
+ // width: 100px + 500px;
|
|
|
|
+ width: (1600/2)+px;
|
|
|
|
+ // width: 8 * 100px;
|
|
|
|
+ // width: 900px - 100px;
|
|
|
|
+ height: #{light(400)}px;
|
|
border: $box2 dashed $aa;
|
|
border: $box2 dashed $aa;
|
|
li {
|
|
li {
|
|
- color: purple;
|
|
|
|
|
|
+ color: #f00 + #0f0;
|
|
font: {
|
|
font: {
|
|
size: 30px;
|
|
size: 30px;
|
|
weight: bold;
|
|
weight: bold;
|