472 lines
7.4 KiB
CSS
Executable File
472 lines
7.4 KiB
CSS
Executable File
body {
|
|
font-size: 14px;
|
|
color: #000;
|
|
font-family: Montserrat;
|
|
}
|
|
|
|
/* 重置各标签的默认样式 */
|
|
a,
|
|
body,
|
|
center,
|
|
cite,
|
|
code,
|
|
dd,
|
|
del,
|
|
div,
|
|
dl,
|
|
dt,
|
|
em,
|
|
fieldset,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
form,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
header,
|
|
hr,
|
|
html,
|
|
img,
|
|
/* input, */
|
|
label,
|
|
legend,
|
|
li,
|
|
mark,
|
|
ol,
|
|
p,
|
|
section,
|
|
span,
|
|
textarea,
|
|
time,
|
|
td,
|
|
th,
|
|
ul {
|
|
margin: 0;
|
|
border: 0;
|
|
padding: 0;
|
|
font-style: normal;
|
|
box-sizing: border-box;
|
|
/* 自动换行 */
|
|
word-wrap: break-word;
|
|
/* 强制英文单词断行 */
|
|
word-break: break-all;
|
|
}
|
|
|
|
/* 设置标签为块级分类 */
|
|
article,
|
|
aside,
|
|
details,
|
|
fieldset,
|
|
figcaption,
|
|
figure,
|
|
footer,
|
|
header,
|
|
main,
|
|
nav,
|
|
section {
|
|
display: block;
|
|
}
|
|
|
|
/* 去除input标签的默认样式 */
|
|
button,
|
|
/* input, */
|
|
textarea {
|
|
-webkit-appearance: none;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 1em;
|
|
line-height: 1em;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* 禁止多文本框手动拖动大小 */
|
|
textarea {
|
|
resize: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/* 去掉按下的阴影盒子 */
|
|
/* input, */
|
|
textarea,
|
|
a {
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
label {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
margin-bottom: 5px;
|
|
font-weight: 700;
|
|
}
|
|
/* 清除a标签下划线 */
|
|
a,
|
|
a:visited {
|
|
text-decoration: none;
|
|
}
|
|
a:focus,
|
|
a:active,
|
|
a:hover {
|
|
outline: none;
|
|
}
|
|
|
|
/* 清除列表前面的点 */
|
|
ol,
|
|
li,
|
|
ul {
|
|
list-style: none;
|
|
}
|
|
|
|
/* 清除IE下图片的边框 */
|
|
img {
|
|
border-style: none;
|
|
font-size: 0;
|
|
}
|
|
|
|
/* 解决chrome浏览器默认黄色背景问题 */
|
|
input:-webkit-autofill,
|
|
textarea:-webkit-autofill,
|
|
select:-webkit-autofill {
|
|
-webkit-box-shadow: 0 0 0 1000px #fff inset;
|
|
}
|
|
|
|
/* 设置默认滚动条样式 */
|
|
::-webkit-input-placeholder {
|
|
color: #afbdcc;
|
|
}
|
|
:-moz-placeholder {
|
|
color: #afbdcc;
|
|
}
|
|
::-moz-placeholder {
|
|
color: #afbdcc;
|
|
}
|
|
:-ms-input-placeholder {
|
|
color: #afbdcc;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 6px;
|
|
height: 6px;
|
|
}
|
|
::-webkit-scrollbar-track {
|
|
background-color: #f5f5f5;
|
|
}
|
|
::-webkit-scrollbar-track-piece {
|
|
background-color: #f5f5f5;
|
|
border-radius: 6px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #cccccc;
|
|
border-radius: 6px;
|
|
}
|
|
::-webkit-scrollbar-corner {
|
|
background-color: #f5f5f5;
|
|
}
|
|
::-webkit-resizer {
|
|
background-repeat: no-repeat;
|
|
background-position: bottom right;
|
|
}
|
|
.error {
|
|
border: 1px solid #ff4155 !important;
|
|
}
|
|
.error_text {
|
|
color: #ff4155;
|
|
font-size: 0.875rem;
|
|
}
|
|
.bdpage {
|
|
width: 100%;
|
|
background: #f2f2f2;
|
|
position: relative;
|
|
}
|
|
.bd_main {
|
|
max-width: 1366px;
|
|
max-height: 1260px;
|
|
background: #fff;
|
|
border-radius: 16px;
|
|
padding: 70px 2.4375rem;
|
|
margin: 40px auto;
|
|
}
|
|
.t1 {
|
|
font-size: 24px;
|
|
color: #004bfa;
|
|
padding-bottom: 16px;
|
|
text-align: center;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: 700;
|
|
}
|
|
.s1 {
|
|
font-size: 16px;
|
|
color: #707070;
|
|
padding-bottom: 5px;
|
|
text-align: center;
|
|
font-family: Montserrat-Medium, Montserrat;
|
|
font-weight: 500;
|
|
padding-bottom: 55px;
|
|
}
|
|
.bd_ct {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.thimg {
|
|
width: 643px;
|
|
height: 658px;
|
|
margin-right: 24px;
|
|
}
|
|
.bdimg {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.bd_from {
|
|
display: flex;
|
|
flex: 1;
|
|
flex-direction: column;
|
|
}
|
|
.theit {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-bottom: 21px;
|
|
}
|
|
.bditem {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
margin-right: 10px;
|
|
}
|
|
.bditem1 {
|
|
width: 100%;
|
|
}
|
|
.itlable {
|
|
font-size: 14px;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
color: #000000;
|
|
font-weight: bold;
|
|
padding-bottom: 10px;
|
|
width: fit-content;
|
|
position: relative;
|
|
}
|
|
.redtag {
|
|
position: absolute;
|
|
right: -10px;
|
|
top: 0px;
|
|
color: #ee2f53;
|
|
}
|
|
.itinp {
|
|
background: #f2f2f2;
|
|
/*border: none !important;*/
|
|
border-radius: 8px;
|
|
height: 48px;
|
|
box-shadow: none;
|
|
font-family: Montserrat-Regular, Montserrat;
|
|
}
|
|
.itselectopen {
|
|
width: 100%;
|
|
height: 48px;
|
|
display: flex;
|
|
background: #f2f2f2;
|
|
border: none !important;
|
|
border-radius: 8px;
|
|
box-shadow: none;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.dropdown-menu {
|
|
width: 100%;
|
|
}
|
|
.ittextarea {
|
|
height: 100px;
|
|
padding: 15px;
|
|
background: #f2f2f2;
|
|
border: none !important;
|
|
border-radius: 8px;
|
|
font-family: Montserrat-Regular, Montserrat;
|
|
}
|
|
.bttj {
|
|
font-size: 14px;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: bold;
|
|
width: 212px;
|
|
height: 48px;
|
|
padding: 15px 60px;
|
|
background: #004bfa;
|
|
border-radius: 28px;
|
|
color: #fff;
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
cursor: pointer;
|
|
}
|
|
.iotbpage {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.iotb_bgw {
|
|
width: 100%;
|
|
background-color: #fff;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.bdimg1 {
|
|
width: 100%;
|
|
}
|
|
.iotbt1 {
|
|
font-size: 32px;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
padding-bottom: 65px;
|
|
padding-top: 88px;
|
|
font-weight: 700;
|
|
}
|
|
.iotb_part1 {
|
|
width: 70%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
padding-bottom: 100px;
|
|
align-items: baseline;
|
|
}
|
|
.iotb_p1_item {
|
|
width: 276px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.iotbic1 {
|
|
width: 120px;
|
|
height: 120px;
|
|
}
|
|
.iotbtp1 {
|
|
font-size: 18px;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: bold;
|
|
padding-bottom: 18px;
|
|
}
|
|
.iotbts1 {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
font-family: Montserrat-Medium, Montserrat;
|
|
color: #9e9e9f;
|
|
}
|
|
.iotb_part2 {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.fdimgs {
|
|
width: 70%;
|
|
padding-bottom: 110px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.iotb_part3 {
|
|
width: 100%;
|
|
padding-bottom: 120px;
|
|
display: flex;
|
|
background-color: #fff;
|
|
flex-direction: column;
|
|
}
|
|
.odmmain {
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.odmconten {
|
|
width: 70%;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.odmitem {
|
|
width: 20%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding-bottom: 75px;
|
|
}
|
|
|
|
.odms1 {
|
|
color: #000;
|
|
font-size: 18px;
|
|
font-family: Montserrat-Medium, Montserrat;
|
|
}
|
|
.coofootimg {
|
|
width: 100%;
|
|
}
|
|
.sfbt1 {
|
|
font-size: 24px;
|
|
font-family: Montserrat-Bold, Montserrat;
|
|
font-weight: bold;
|
|
padding-bottom: 55px;
|
|
color: #000;
|
|
}
|
|
.sfbchecks {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.sfbcheckboxlist {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.sfbcheckboxit {
|
|
margin: 0 !important;
|
|
border: 1px solid #ccc;
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
border-radius: 2px !important;
|
|
margin-right: 10px !important;
|
|
}
|
|
.cit {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
font-family: Montserrat-Regular, Montserrat;
|
|
color: #000;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-bottom: 12px;
|
|
font-weight: 400;
|
|
}
|
|
.bd_main1 {
|
|
max-height: none;
|
|
}
|
|
.ittextarea2 {
|
|
height: 200px;
|
|
}
|
|
.bditem select {
|
|
border: 1px solid #f2f2f2;
|
|
}
|
|
.bd_from .form-control {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 6px 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #555;
|
|
|
|
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
|
|
}
|