質問編集履歴
1
CSS追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,4 +13,16 @@
|
|
13
13
|
|
14
14
|
解決する方法はあるでしょうか?
|
15
15
|
|
16
|
+
```CSS
|
17
|
+
.stamp .circle span {
|
18
|
+
height:160px; /* 回転半径 */
|
19
|
+
width: 40px;
|
20
|
+
position: absolute;
|
21
|
+
display: inline-block;
|
22
|
+
left: 0;
|
23
|
+
bottom: 0;
|
24
|
+
-webkit-transform-origin: bottom center;
|
25
|
+
transform-origin: bottom center;
|
26
|
+
}
|
27
|
+
```
|
16
28
|

|