質問編集履歴
2
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,7 +94,27 @@
|
|
94
94
|
|
95
95
|
```
|
96
96
|
|
97
|
-
変
|
97
|
+
一番目しか下線の色が変更されませんでした。
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
```HTML
|
102
|
+
|
103
|
+
<div>
|
104
|
+
|
105
|
+
<div class="aspect-box spinner">
|
106
|
+
|
107
|
+
<img alt="" class="lazyload" src="xx01.png" onclick="document.body.style.backgroundImage='url(xx01.png)'; document.body.style.backgroundSize='500px 500px'; document.body.style.color='#FFF'; let target = document.querySelector('.title'); for(let i in target){ if (target.hasOwnProperty(i)) { target[i].style.borderBottom='1px solid #FFF';}}">
|
108
|
+
|
109
|
+
</div>
|
110
|
+
|
111
|
+
<div class="align-center">0044</div>
|
112
|
+
|
113
|
+
</div>
|
114
|
+
|
115
|
+
```
|
116
|
+
|
117
|
+
変化なしでした。
|
98
118
|
|
99
119
|
|
100
120
|
|
1
あ
test
CHANGED
File without changes
|
test
CHANGED
@@ -78,7 +78,23 @@
|
|
78
78
|
|
79
79
|
### 試したこと
|
80
80
|
|
81
|
-
|
81
|
+
```HTML
|
82
|
+
|
83
|
+
<div>
|
84
|
+
|
85
|
+
<div class="aspect-box spinner">
|
86
|
+
|
87
|
+
<img alt="" class="lazyload" src="xx01.png" onclick="document.body.style.backgroundImage='url(xx01.png)'; document.body.style.backgroundSize='500px 500px'; document.body.style.color='#FFF'; document.querySelectorAll('.title')[0].style.borderBottom='1px solid #FFF';">
|
88
|
+
|
89
|
+
</div>
|
90
|
+
|
91
|
+
<div class="align-center">0044</div>
|
92
|
+
|
93
|
+
</div>
|
94
|
+
|
95
|
+
```
|
96
|
+
|
97
|
+
変化はありませんでした。
|
82
98
|
|
83
99
|
|
84
100
|
|