Shun Miyazawa
5 лет назад
Родитель
Сommit
6951c16a5d
|
@@ -113,25 +113,12 @@
|
|
|
border-style : dashed;
|
|
border-style : dashed;
|
|
|
border-width : 2px;
|
|
border-width : 2px;
|
|
|
}
|
|
}
|
|
|
- .circle-front {
|
|
|
|
|
- // position: relative;
|
|
|
|
|
- width: 74px;
|
|
|
|
|
- height: 74px;
|
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
- background: #092c58;
|
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
- }
|
|
|
|
|
- .circle-back {
|
|
|
|
|
- // position: absolute;
|
|
|
|
|
- width: 100px;
|
|
|
|
|
- height: 100px;
|
|
|
|
|
- background: #d0d6de;
|
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
- }
|
|
|
|
|
.circle{
|
|
.circle{
|
|
|
width: 100px;
|
|
width: 100px;
|
|
|
height: 100px;
|
|
height: 100px;
|
|
|
-
|
|
|
|
|
|
|
+ background: #092c58;
|
|
|
|
|
+ border: 10px solid #d0d6de;
|
|
|
|
|
+ border-radius: 50%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|