Files
orico-official-website-old/public/frontend/m_weben/css/app.css
2024-10-29 14:04:59 +08:00

634 lines
9.7 KiB
CSS
Executable File

/*移动端H5页面统一样式----------------------------------------*/
@charset "UTF-8";
body,
html,
li,
ul {
margin: 0;
padding: 0;
}
*:not([class*='layui-layer']),
:before,
:after,
:visited,
:focus,
:focus-within,
:checked {
transition: 0.382s;
/* IE 9 */
-moz-transition: 0.382s;
/* Firefox 4 */
-webkit-transition: 0.382s;
/* Safari 和 Chrome */
-o-transition: 0.382s;
/* Opera */
-khtml-transition: 0.382s;
/* only Safari */
}
body {
font-size: 14px;
color: #333;
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;
}
/*去掉按下移动端按钮高亮显示颜色*/
* {
tap-highlight-color: transparent !important;
-webkit-tap-highlight-color: transparent !important;
font-family: 'Microsoft YaHei', 'PingFangSC-Regular', 'sans-serif', 'San Francisco', 'Microsoft Sans Serif', 'Arial';
/*顶部加 @charset "UTF-8";*/
}
@media (device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
/* 兼容iphone4/4s */
.class {
}
}
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
/* 兼容iphone5 */
.class {
}
}
@media (min-device-width: 375px) and(max-device-width:667px) and(-webkit-min-device-pixel-ratio:2) {
/*iphone6*/
}
@media (min-device-width: 414px) and(max-device-width:736px) and(-webkit-min-device-pixel-ratio:3) {
/*iphone6plus*/
}
/*去掉边框线轮廓*/
:focus {
outline: none !important;
}
li {
list-style: none;
}
.cooperapp_bdpage {
width: 100%;
background: #f2f2f2;
position: relative;
}
.cooperapp_bd_main {
background: #fff;
border-radius: 8px;
padding: 24px 16px;
margin: 20px;
margin-top: 70px;
}
.cooperapp_t1 {
font-size: 18px;
color: #004bfa;
text-align: left;
font-family: Montserrat-Bold, Montserrat;
font-weight: 700;
margin-top: 0;
margin-bottom: 12px;
}
.cooperapp_s1 {
font-size: 12px;
color: #707070;
text-align: center;
text-align: left;
font-family: Montserrat-Medium, Montserrat;
font-weight: 500;
}
.bd_ct {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.cooperapp_bd_ct {
width: 100%;
flex-direction: column;
}
.cooperapp_bdimg {
width: 100%;
}
.thimg {
margin-top: 12px;
width: 100%;
margin-bottom: 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: 20px;
}
.bditem {
display: flex;
flex-direction: column;
flex: 1;
}
.bditem1 {
width: 100%;
}
.itlable {
font-size: 12.5px;
font-family: Montserrat-Medium, Montserrat;
color: #000000;
font-weight: bold;
padding-bottom: 5px;
width: fit-content;
position: relative;
}
.redtag {
position: absolute;
right: -10px;
top: 0px;
color: #ee2f53;
}
.itinp {
font-size: 16px;
background: #f2f2f2;
/*border: none !important;*/
border-radius: 8px;
height: 48px;
border: none;
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-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;
}
.iotbpage {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
overflow: auto;
padding-top: 50px;
}
.iotb_bgw {
width: 100%;
background-color: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.bdimg1 {
width: 100%;
}
.iotbt1 {
font-size: 18px;
font-family: Montserrat-Bold, Montserrat;
padding-bottom: 24px;
padding-top: 40px;
font-weight: 700;
color: #000;
}
.iotb_part1 {
padding: 0 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 40px;
align-items: baseline;
}
.iotb_p1_item {
width: 45%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.iotb_p1_item img {
width: 72px;
height: 72px;
}
.iotbic1 {
width: 120px;
height: 120px;
}
.iotbtp1 {
font-size: 14px;
font-family: Montserrat-Bold, Montserrat;
font-weight: bold;
padding-bottom: 11px;
word-break: break-word;
}
.iotbts1 {
text-align: center;
font-size: 12px;
font-family: Montserrat-Medium, Montserrat;
color: #9e9e9f;
word-break: break-word;
}
.iotb_part2 {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.fdimgs {
padding-bottom: 60px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.iotb_part3 {
width: 100%;
padding-bottom: 81px;
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: 81%;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.odmitem {
width: 41%;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 24px;
}
.appodmimg {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
box-shadow: 0px 2px 5px rgb(124, 162, 207, 0.2);
}
.odms1 {
color: #202020;
font-size: 14px;
padding-top: 12px;
text-align: center;
font-family: Montserrat-Medium, Montserrat;
overflow-wrap: break-word;
word-break: break-word;
}
.appcoofootimg {
width: 100%;
}
.sfbt1 {
text-align: center;
font-size: 18px;
font-family: Montserrat-Bold, Montserrat;
font-weight: bold;
padding-bottom: 24px;
padding-top: 24px;
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: 2px 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;
}
.wcu_list {
display: flex;
flex-direction: column;
padding: 0 20px;
}
.wcu_ltem {
width: 100%;
margin-bottom: 12px;
background: #fff;
border-radius: 8px;
display: flex;
flex-direction: column;
/*padding: 0 20px;*/
}
.wcu_ltem .fbit {
width: 100%;
}
.wcu_s1 {
color: #000;
font: 16px;
font-family: Montserrat-Medium, Montserrat;
font-weight: 500;
padding: 20px 24px;
}
.bd_main2 {
padding-bottom: 75px;
}