Diff
checker
文本
文本
图像
文档
Excel
文件夹
Legal
Enterprise
桌面版
定价
登录
下载 Diffchecker 桌面版
比较文本
查找两个文本文件之间的差异
工具
历史
实时编辑器
折叠未更改行
关闭换行
视图
拆分
统一
比对精度
智能
单词
字符
语法高亮
选择语法
忽略
文本转换
转到第一个差异
编辑输入
Diffchecker Desktop
运行Diffchecker最安全的方式。获取Diffchecker桌面应用:您的差异永远不会离开您的电脑!
获取桌面版
Untitled diff
创建于
7年前
差异永不过期
清除
导出
分享
解释
6 删除
行
总计
删除
字符
总计
删除
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
49 行
全部复制
28 添加
行
总计
添加
字符
总计
添加
要继续使用此功能,请升级到
Diff
checker
Pro
查看价格
68 行
全部复制
复制
已复制
复制
已复制
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
/* --- admin --- */
/* --- admin --- */
.admin-poll input[type="text"] {
.admin-poll input[type="text"] {
复制
已复制
复制
已复制
border
: 1px
solid
#D4D4D4;
border
-width
: 1px
;
border-style:
solid
;
border-color:
#D4D4D4;
}
}
.admin-poll tbody tr:first-child td {
.admin-poll tbody tr:first-child td {
复制
已复制
复制
已复制
border-
top
: 1px
solid
#D4D4D4;
border-
width
: 1px
0 0;
border-style:
solid
;
border-color:
#D4D4D4;
}
}
复制
已复制
复制
已复制
.admin-module-poll #calendar1 .calendar-block,
.admin-module-poll #calendar1 .calendar-block,
.admin-module-poll #calendar2 .calendar-block,
.admin-module-poll #calendar2 .calendar-block,
.admin-module-poll #calendar3 .calendar-block {
.admin-module-poll #calendar3 .calendar-block {
position: absolute;
position: absolute;
z-index: 100;
z-index: 100;
top: auto;
top: auto;
bottom: 100%;
bottom: 100%;
left: 0;
left: 0;
}
}
.admin-module-poll .fieldset-inset {
.admin-module-poll .fieldset-inset {
overflow: visible;
overflow: visible;
}
}
@media (min-width: 1081px) {
@media (min-width: 1081px) {
.admin-module-poll #calendar2 .calendar-block {
.admin-module-poll #calendar2 .calendar-block {
left: 200px;
left: 200px;
}
}
}
}
@media (min-width: 1367px) {
@media (min-width: 1367px) {
.admin-module-poll #calendar2 .calendar-block {
.admin-module-poll #calendar2 .calendar-block {
left: 320px;
left: 320px;
}
}
}
}
复制
已复制
复制
已复制
.poll-form-field .form-field-radio label {
margin: 0.618em 0.618em 0 0;
}
.poll-form-field .input-date {
width: 30%;
margin-bottom: 0.618em;
padding: 0.618em;
}
.poll-vote {
.poll-vote {
width: 80% !important;
width: 80% !important;
}
}
/* --- modules --- */
/* --- modules --- */
.poll-question-select {
.poll-question-select {
复制
已复制
复制
已复制
margin-top:
15px
;
margin-top:
1em
;
padding-left:
25px
;
padding-left:
1.482em
;
}
}
.poll-question-container {
.poll-question-container {
复制
已复制
复制
已复制
margin: 1.
5em
0 1em 0;
margin: 1.
618em
0 1em 0;
}
}
已保存差异
原始文本
打开文件
/* --- admin --- */ .admin-poll input[type="text"] { border: 1px solid #D4D4D4; } .admin-poll tbody tr:first-child td { border-top: 1px solid #D4D4D4; } .admin-module-poll #calendar1 .calendar-block, .admin-module-poll #calendar2 .calendar-block, .admin-module-poll #calendar3 .calendar-block { position: absolute; z-index: 100; top: auto; bottom: 100%; left: 0; } .admin-module-poll .fieldset-inset { overflow: visible; } @media (min-width: 1081px) { .admin-module-poll #calendar2 .calendar-block { left: 200px; } } @media (min-width: 1367px) { .admin-module-poll #calendar2 .calendar-block { left: 320px; } } .poll-vote { width: 80% !important; } /* --- modules --- */ .poll-question-select { margin-top: 15px; padding-left: 25px; } .poll-question-container { margin: 1.5em 0 1em 0; }
更改后文本
打开文件
/* * Surchargez ce fichier dans votre thème pour personnaliser le module * https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules */ /* --- admin --- */ .admin-poll input[type="text"] { border-width: 1px; border-style: solid; border-color: #D4D4D4; } .admin-poll tbody tr:first-child td { border-width: 1px 0 0; border-style: solid; border-color: #D4D4D4; } .admin-module-poll #calendar1 .calendar-block, .admin-module-poll #calendar2 .calendar-block, .admin-module-poll #calendar3 .calendar-block { position: absolute; z-index: 100; top: auto; bottom: 100%; left: 0; } .admin-module-poll .fieldset-inset { overflow: visible; } @media (min-width: 1081px) { .admin-module-poll #calendar2 .calendar-block { left: 200px; } } @media (min-width: 1367px) { .admin-module-poll #calendar2 .calendar-block { left: 320px; } } .poll-form-field .form-field-radio label { margin: 0.618em 0.618em 0 0; } .poll-form-field .input-date { width: 30%; margin-bottom: 0.618em; padding: 0.618em; } .poll-vote { width: 80% !important; } /* --- modules --- */ .poll-question-select { margin-top: 1em; padding-left: 1.482em; } .poll-question-container { margin: 1.618em 0 1em 0; }
查找差异