Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
隐藏空白更改
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
文本样式
更改外观
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Untitled diff
创建于
7年前
差异永不过期
清除
导出
分享
解释
9 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
47 行
全部复制
2 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
39 行
全部复制
/* --------------------------------------
/* --------------------------------------
login.css
login.css
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
复制
已复制
复制
已复制
--------------------------------------
*/
--------------------------------------
*/
.fieldset-content {
.fieldset-content {
margin: 0 auto;
margin: 0 auto;
复制
已复制
复制
已复制
width: 450px;
max-width: 100%;
max-width: 100%;
}
}
body {
body {
display: flex;
display: flex;
display: -ms-flex;
display: -ms-flex;
display: -webkit-flex;
display: -webkit-flex;
flex-direction: column;
flex-direction: column;
-ms-flex-direction: column;
-ms-flex-direction: column;
-webkit-flex-direction: column;
-webkit-flex-direction: column;
justify-content: center;
justify-content: center;
-ms-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
-webkit-justify-content: center;
align-items: center;
align-items: center;
-ms-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
-webkit-align-items: center;
margin: 0;
margin: 0;
padding: 0;
padding: 0;
height: auto;
height: auto;
复制
已复制
复制
已复制
background-color: #E8EDF3;
}
}
div#global {
div#global {
复制
已复制
复制
已复制
padding:
20px
;
padding:
2.618em
;
min-height: 0;
min-height: 0;
width: 100%;
width: 100%;
复制
已复制
复制
已复制
background-color: #FFFFFF;
border-spacing: 1px;
border-spacing: 1px;
复制
已复制
复制
已复制
border: 1px #bebebe solid;
}
#connect {
margin-bottom: 40px;
}
}
.cookiebar-container {
.cookiebar-container {
position: fixed;
position: fixed;
}
}
已保存差异
原始文本
打开文件
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. --------------------------------------*/ .fieldset-content { margin: 0 auto; width: 450px; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; background-color: #E8EDF3; } div#global { padding: 20px; min-height: 0; width: 100%; background-color: #FFFFFF; border-spacing: 1px; border: 1px #bebebe solid; } #connect { margin-bottom: 40px; } .cookiebar-container { position: fixed; }
更改后文本
打开文件
/* -------------------------------------- login.css Contient les elements pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance. -------------------------------------- */ .fieldset-content { margin: 0 auto; max-width: 100%; } body { display: flex; display: -ms-flex; display: -webkit-flex; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; justify-content: center; -ms-justify-content: center; -webkit-justify-content: center; align-items: center; -ms-align-items: center; -webkit-align-items: center; margin: 0; padding: 0; height: auto; } div#global { padding: 2.618em; min-height: 0; width: 100%; border-spacing: 1px; } .cookiebar-container { position: fixed; }
查找差异