質問編集履歴
3
CSSを編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -94,10 +94,6 @@
|
|
94
94
|
|
95
95
|
```
|
96
96
|
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
97
|
@charset "UTF-8";
|
102
98
|
|
103
99
|
img {
|
@@ -182,10 +178,6 @@
|
|
182
178
|
|
183
179
|
}
|
184
180
|
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
181
|
@media only screen and (min-width: 768px) {
|
190
182
|
|
191
183
|
#main #contents .summary .company .company_flex_wrapper:first-child img {
|
@@ -280,168 +272,6 @@
|
|
280
272
|
|
281
273
|
}
|
282
274
|
|
283
|
-
/*installed_service*/
|
284
|
-
|
285
|
-
.installed_customized {
|
286
|
-
|
287
|
-
display: flex!important;
|
288
|
-
|
289
|
-
width: 100%!important;
|
290
|
-
|
291
|
-
justify-content: space-between;
|
292
|
-
|
293
|
-
padding: 20px 30px;
|
294
|
-
|
295
|
-
background: #ea8729;
|
296
|
-
|
297
|
-
/* flex-wrap: nowrap; */
|
298
|
-
|
299
|
-
/* align-content: center;*/
|
300
|
-
|
301
|
-
align-items: center;
|
302
|
-
|
303
|
-
margin-top: -20px;
|
304
|
-
|
305
|
-
}
|
306
|
-
|
307
|
-
.installed_description {
|
308
|
-
|
309
|
-
padding-right: 20px;
|
310
|
-
|
311
|
-
}
|
312
|
-
|
313
|
-
.installed_description a {
|
314
|
-
|
315
|
-
display: flex;
|
316
|
-
|
317
|
-
align-items: center;
|
318
|
-
|
319
|
-
}
|
320
|
-
|
321
|
-
.installed_description a img {
|
322
|
-
|
323
|
-
padding-right: 20px;
|
324
|
-
|
325
|
-
align-items: center;
|
326
|
-
|
327
|
-
width: 80%;
|
328
|
-
|
329
|
-
}
|
330
|
-
|
331
|
-
.installed_description > a:hover {
|
332
|
-
|
333
|
-
color: #fff!important;
|
334
|
-
|
335
|
-
}
|
336
|
-
|
337
|
-
.installed_description_text_short {
|
338
|
-
|
339
|
-
color: #fff;
|
340
|
-
|
341
|
-
font-size: 90%;
|
342
|
-
|
343
|
-
margin-bottom: 10px;
|
344
|
-
|
345
|
-
}
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
.installed_description_text_title {
|
350
|
-
|
351
|
-
background: #fff;
|
352
|
-
|
353
|
-
color: #ea8729;
|
354
|
-
|
355
|
-
border-radius: 5px;
|
356
|
-
|
357
|
-
text-align: center;
|
358
|
-
|
359
|
-
font-weight: bold;
|
360
|
-
|
361
|
-
padding: 5px 0;
|
362
|
-
|
363
|
-
font-size: 120%;
|
364
|
-
|
365
|
-
}
|
366
|
-
|
367
|
-
.installed_description_text_title:hover {
|
368
|
-
|
369
|
-
opacity: 0.7;
|
370
|
-
|
371
|
-
}
|
372
|
-
|
373
|
-
.installed_btn {
|
374
|
-
|
375
|
-
border-left: 1px solid #f2b67a;
|
376
|
-
|
377
|
-
flex-direction: column;
|
378
|
-
|
379
|
-
padding-left: 48px;
|
380
|
-
|
381
|
-
/* font-size: 90%; */
|
382
|
-
|
383
|
-
}
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
.installed_btn a {
|
388
|
-
|
389
|
-
background: #fff;
|
390
|
-
|
391
|
-
color: #ea8729;
|
392
|
-
|
393
|
-
text-align: left;
|
394
|
-
|
395
|
-
border-radius: 5px;
|
396
|
-
|
397
|
-
display: block;
|
398
|
-
|
399
|
-
padding: 10px 10px 10px 20px;
|
400
|
-
|
401
|
-
width: 250px;
|
402
|
-
|
403
|
-
position: relative;
|
404
|
-
|
405
|
-
}
|
406
|
-
|
407
|
-
.installed_btn a::after{
|
408
|
-
|
409
|
-
content: "";
|
410
|
-
|
411
|
-
display: block;
|
412
|
-
|
413
|
-
width: 15px;
|
414
|
-
|
415
|
-
height: 15px;
|
416
|
-
|
417
|
-
position: absolute;
|
418
|
-
|
419
|
-
right: 20px;
|
420
|
-
|
421
|
-
top: calc(50% - 2px);
|
422
|
-
|
423
|
-
border-top: solid 1px;
|
424
|
-
|
425
|
-
border-right: solid 1px;
|
426
|
-
|
427
|
-
transform: rotate(45deg) translateY(-50%);
|
428
|
-
|
429
|
-
color: #ea8729;
|
430
|
-
|
431
|
-
}
|
432
|
-
|
433
|
-
.installed_btn a:first-child {
|
434
|
-
|
435
|
-
margin-bottom: 10px;
|
436
|
-
|
437
|
-
}
|
438
|
-
|
439
|
-
.installed_btn a:hover {
|
440
|
-
|
441
|
-
opacity: 0.8;
|
442
|
-
|
443
|
-
}
|
444
|
-
|
445
275
|
section.mb-adjust {
|
446
276
|
|
447
277
|
margin-bottom: -40px;
|
@@ -450,42 +280,4 @@
|
|
450
280
|
|
451
281
|
}
|
452
282
|
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
a:hover p.installed_description_text_short {
|
458
|
-
|
459
|
-
color: #f9dbbf!important;
|
460
|
-
|
461
|
-
}
|
462
|
-
|
463
|
-
a:hover p.installed_description_text_title
|
464
|
-
|
465
|
-
{
|
466
|
-
|
467
|
-
color: #ea8729;
|
468
|
-
|
469
|
-
}
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
@media only screen and (min-width: 768px) {
|
474
|
-
|
475
|
-
a:hover p.installed_description_text_short {
|
476
|
-
|
477
|
-
color: #f9dbbf!important;
|
478
|
-
|
479
|
-
}
|
480
|
-
|
481
|
-
}
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
a .installed_description_text_title p:hover {
|
486
|
-
|
487
|
-
color: #ea8729;
|
488
|
-
|
489
|
-
}
|
490
|
-
|
491
|
-
```
|
283
|
+
```
|
2
タグを編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
|
31
31
|
<div class="company_flex_wrapper">
|
32
32
|
|
33
|
-
<img src="test.jpg" alt="
|
33
|
+
<img src="test.jpg" alt="">
|
34
34
|
|
35
35
|
</div>
|
36
36
|
|
1
タグを編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -30,9 +30,7 @@
|
|
30
30
|
|
31
31
|
<div class="company_flex_wrapper">
|
32
32
|
|
33
|
-
<img src="
|
33
|
+
<img src="test.jpg" alt="パナソニック株式会社/本社総務部オフィス">
|
34
|
-
|
35
|
-
<!-- <img src="https://www.axa-direct.co.jp/img/pet/library/mv_library_dog_beagle.png" alt="パナソニック株式会社/本社総務部オフィス"> -->
|
36
34
|
|
37
35
|
</div>
|
38
36
|
|