Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
7 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
32 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
50 行
すべてコピー
19 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
36 行
すべてコピー
コピー
コピー済み
コピー
コピー済み
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.map-canvas {
.map-canvas {
height: 200px;
height: 200px;
}
}
.googlemap {
.googlemap {
width: 100%;
width: 100%;
padding-bottom: 56.25%;
padding-bottom: 56.25%;
}
}
コピー
コピー済み
コピー
コピー済み
.marker-container
{
/* .form-field-map {
margin-bottom: 5px
;
display: block;
} */
.map-address-input,
.marker-address-input,
.marker-container
,
.marker-desc-input.field-large
{
width: 100%
;
}
}
コピー
コピー済み
コピー
コピー済み
@media (max-width: 768px) {
.marker-desc-input {
.form-field-map {
width: calc(100% -
1.618em
);
display: block;
}
.form-field-map input {
width: 100%;
}
.form-field-map .marker-desc-input {
margin-top: 2px;
}
.form-field-map.multiple-markers
.marker-desc-input {
width: calc(100% -
20px
);
}
}
}
コピー
コピー済み
コピー
コピー済み
@media (min-width: 769px) {
/*
@media (min-width: 769px) {
.form-field-map {
.form-field-map {
width: 59%;
width: 59%;
コピー
コピー済み
コピー
コピー済み
}
display: inline-block;
.marker-container input.marker-address-input {
width: calc(100% - 200px);
}
input.marker-desc-input {
width: 179px;
}
input.marker-address-input {
width: calc(100% - 183px);
}
}
コピー
コピー済み
コピー
コピー済み
}
}
*/
保存された差分
原文
ファイルを開く
.map-canvas { height: 200px; } .googlemap { width: 100%; padding-bottom: 56.25%; } .marker-container { margin-bottom: 5px; } @media (max-width: 768px) { .form-field-map { display: block; } .form-field-map input { width: 100%; } .form-field-map .marker-desc-input { margin-top: 2px; } .form-field-map.multiple-markers .marker-desc-input { width: calc(100% - 20px); } } @media (min-width: 769px) { .form-field-map { width: 59%; } .marker-container input.marker-address-input { width: calc(100% - 200px); } input.marker-desc-input { width: 179px; } input.marker-address-input { width: calc(100% - 183px); } }
変更されたテキスト
ファイルを開く
/* * Surchargez ce fichier dans votre thème pour personnaliser le module * https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules */ .map-canvas { height: 200px; } .googlemap { width: 100%; padding-bottom: 56.25%; } /* .form-field-map { display: block; } */ .map-address-input, .marker-address-input, .marker-container, .marker-desc-input.field-large { width: 100%; } .marker-desc-input { width: calc(100% - 1.618em); } /* @media (min-width: 769px) { .form-field-map { width: 59%; display: inline-block; } } */
違いを見つける