質問編集履歴

2

複数質問を1つに

2019/02/12 05:10

投稿

EXIT
EXIT

スコア43

test CHANGED
File without changes
test CHANGED
@@ -1,20 +1,6 @@
1
1
  ### 問題
2
2
 
3
- `position: sticky`がうまくいかない。
3
+ `position: sticky`がうまくいかない。
4
-
5
- ② rangeの最初と最後に隙間を開けたい。
6
-
7
- ![rangeがおかしい](63a5e3f2356a0ec0ebbf5ff985586497.gif)
8
-
9
- ❌ [0 1 2 3 4 5]  = 今
10
-
11
- ⭕️ [ 0 1 2 3 4 5 ]
12
-
13
- .  ↑      ↑
14
-
15
- ここに隙間を開ける (今は隙間がないから、端に行った時に戻しずらい(gif参照))
16
-
17
- あと、途中でボタンが潰れるんですがなんでですかね?(gif参照)(ボタンと軸は画像です)
18
4
 
19
5
 
20
6
 
@@ -170,9 +156,9 @@
170
156
 
171
157
  #filter input[type="range"]::-moz-range-thumb {
172
158
 
173
- width: 35px;
159
+ width: 16.739px;
174
160
 
175
- height: 16.739px;
161
+ height: 35px;
176
162
 
177
163
  margin-top: -11px;
178
164
 

1

//→/**/

2019/02/12 05:10

投稿

EXIT
EXIT

スコア43

test CHANGED
File without changes
test CHANGED
@@ -90,7 +90,7 @@
90
90
 
91
91
  width: 100%;
92
92
 
93
- height: 1421px;  // 「listの終わりまで」にしたい
93
+ height: 1421px;  /* 「listの終わりまで」にしたい */
94
94
 
95
95
  }
96
96
 
@@ -116,7 +116,7 @@
116
116
 
117
117
  position: -webkit-sticky;
118
118
 
119
- top: 100px; // 上下の真ん中に置きたい
119
+ top: 100px; /* 上下の真ん中に置きたい */
120
120
 
121
121
  -webkit-transform:rotate(90deg);
122
122
 
@@ -124,7 +124,7 @@
124
124
 
125
125
  -o-transform:rotate(90deg);
126
126
 
127
- transform:rotate(90deg);  // 90度回転
127
+ transform:rotate(90deg);  /* 90度回転 */
128
128
 
129
129
  }
130
130
 
@@ -136,7 +136,7 @@
136
136
 
137
137
  background: url('img/jiku.svg');
138
138
 
139
- // position: absolute;
139
+ /* position: absolute; */
140
140
 
141
141
  }
142
142
 
@@ -152,7 +152,7 @@
152
152
 
153
153
  background: url('img/botan.svg') no-repeat center center;
154
154
 
155
- // position: absolute;
155
+ /* position: absolute; */
156
156
 
157
157
  }
158
158
 
@@ -164,7 +164,7 @@
164
164
 
165
165
  background: url('img/jiku.svg');
166
166
 
167
- // position: absolute;
167
+ /* position: absolute; */
168
168
 
169
169
  }
170
170
 
@@ -178,7 +178,7 @@
178
178
 
179
179
  background: url('img/botan.svg') no-repeat center center;
180
180
 
181
- // position: absolute;
181
+ /* position: absolute; */
182
182
 
183
183
  }
184
184