質問編集履歴
2
修正しました
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -404,12 +404,60 @@
|
|
404
404
|
|
405
405
|
|
406
406
|
|
407
|
-
|
407
|
+
### 追記
|
408
|
+
|
408
|
-
|
409
|
+
```CSS
|
410
|
+
|
411
|
+
|
412
|
+
|
409
|
-
|
413
|
+
.table .cost-table .table-list .table-item .plan {
|
414
|
+
|
410
|
-
|
415
|
+
display: block;
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
416
|
+
|
415
|
-
#
|
417
|
+
background-color: #1B224C;
|
418
|
+
|
419
|
+
text-align: center;
|
420
|
+
|
421
|
+
color: #fff;
|
422
|
+
|
423
|
+
width: 220px;
|
424
|
+
|
425
|
+
height: 60px;
|
426
|
+
|
427
|
+
font-size: 16px;
|
428
|
+
|
429
|
+
font-weight: bold;
|
430
|
+
|
431
|
+
line-height: 2;
|
432
|
+
|
433
|
+
}
|
434
|
+
|
435
|
+
|
436
|
+
|
437
|
+
.table .cost-table .table-list .table-item .plan:nth-of-child(3) {
|
438
|
+
|
439
|
+
background-color: #F5A623;
|
440
|
+
|
441
|
+
width: 200px;
|
442
|
+
|
443
|
+
height: 96px;
|
444
|
+
|
445
|
+
padding-top: 20px;
|
446
|
+
|
447
|
+
padding-bottom: 20px;
|
448
|
+
|
449
|
+
color: #fff;
|
450
|
+
|
451
|
+
text-align: center;
|
452
|
+
|
453
|
+
}
|
454
|
+
|
455
|
+
|
456
|
+
|
457
|
+
.table .cost-table .table-list .table-item .plan:nth-of-child(3) br {
|
458
|
+
|
459
|
+
padding-bottom: 19px;
|
460
|
+
|
461
|
+
}
|
462
|
+
|
463
|
+
```
|