作者 anyv
1 个管道 的构建 通过 耗费 0 秒

首页css

@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
/* 解决IOS默认滑动很卡的情况 */
-webkit-overflow-scrolling: touch;
font-family: "微软雅黑";
}
/* 取消链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
}
em,
i {
font-style: normal;
}
ul,
li {
list-style-type: none;
}
strong {
font-weight: normal;
}
.clearfix:after {
content: "";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}
a {
text-decoration: none;
color: #969696;
font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
ul,
ol {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-family: 'Microsoft YaHei';
}
img {
border: none;
}
input {
font-family: 'Microsoft YaHei';
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
background: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
/* 公共样式 */
/* css */
.header {
display: flex;
display: -webkit-flex;
align-items: center;
width: 100%;
height: 1.1rem;
border-bottom: 1px solid #E6E6E6;
}
.header img {
width: 4.5rem;
display: block;
margin: auto;
}
.in_box {
margin: 0 0.52rem;
}
.in_box ul li a {
display: flex;
display: -webkit-flex;
align-items: center;
margin-top: 0.5rem;
}
.in_box ul li img {
width: 0.84rem;
border-radius: 50%;
}
.in_box ul li p {
font-size: 0.32rem;
font-weight: 500;
margin-left: 0.35rem;
color: rgba(76, 76, 77, 1);
}
/* 關於我們 */
.in1_box,
.con_box {
margin: 0 0.45rem;
}
.in1_box h1,
.con_box h1,
.land_box h1 {
text-align: center;
font-size: 0.36rem;
margin: 0.43rem 0;
color: rgba(76, 76, 77, 1);
}
.in1_box img,
.con_box img {
width: 100%;
display: block;
}
.in1_txt {
margin-top: 0.4rem;
}
.in1_box p {
font-size: 0.28rem;
color: rgba(51, 51, 51, 1);
line-height: 0.46rem;
}
/* 联系我们 */
.con_txt {
margin-top: 0.7rem;
}
.con_txt h2 {
margin-bottom: 0.26rem;
font-size: 0.3rem;
color: rgba(80, 80, 80, 1);
}
.con_txt p {
font-size: 0.28rem;
color: rgba(80, 80, 80, 1);
line-height: 0.56rem;
}
/* 会员登陆 */
.land_box {
margin: 0 0.4rem;
}
.form {
margin-top: 0.8rem;
}
.form ul {
width: 100%;
border: 1px solid rgba(204, 204, 204, 1);
border-radius: 0.1rem;
box-sizing: border-box;
}
.form ul li {
width: 100%;
padding: 0 0.34rem;
box-sizing: border-box;
border-bottom: 1px solid #CCCCCC;
}
.form ul li input {
width: 100%;
/* border: 0; */
outline: none;
height: 1.2rem;
display: block;
border: 0;
box-sizing: border-box;
-webkit-user-select: text !important;
}
.form ul li input::-webkit-input-placeholder {
color: #B3B3B3;
}
.form ul li input:-ms-input-placeholde {
color: #B3B3B3;
}
.form ul li input::-moz-placeholder {
color: #B3B3B3;
}
.land_box button {
width: 100%;
height: 1rem;
border: 0;
margin-top: 0.7rem;
background: rgba(226, 156, 109, 1);
border-radius: 0.1rem;
font-size: 0.36rem;
color: rgba(255, 255, 255, 1);
}
/* 会员登陆之后的页面 */
.bg {
background-color: #F4F4F4;
}
.land_go_box {
width: 4.45rem;
margin: 1.9rem auto;
background: rgba(255, 255, 255, 1);
box-shadow: 0.06rem 0.08rem 0.32rem 0px rgba(40, 38, 38, 0.06);
border-radius: 0.1rem;
}
.land_go_box2 {
width: 100%;
height: 1.92rem;
border-radius: 0.1rem 0.1rem 0 0;
background: rgba(226, 156, 109, 1);
}
.land_go_box3 {
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
padding-top: 0.36rem;
}
.land_go_box3 p {
font-size: 0.3rem;
margin: 0 0.15rem;
color: rgba(255, 255, 255, 1);
}
.land_go_box3 span {
width: 0.2rem;
height: 0.02rem;
display: block;
background: rgba(245, 245, 245, 1);
}
.land_go_price {
text-align: center;
font-size: 0.7rem;
color: rgba(255, 255, 255, 1);
}
.price_img {
width: 1.96rem;
margin: auto;
display: block;
padding: 0.69rem 0 0.77rem 0;
}
\ No newline at end of file
... ...