peko
This commit is contained in:
318
view/peko/home/css/index.css
Normal file
318
view/peko/home/css/index.css
Normal file
@@ -0,0 +1,318 @@
|
||||
body,
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: "Heiti SC", "Microsoft Sans Serif";
|
||||
}
|
||||
|
||||
.m-bg {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.m-bg img {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.m-button {
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 70%;
|
||||
left: 50%;
|
||||
margin-left: -35%;
|
||||
}
|
||||
|
||||
.m-button.m-button1 {
|
||||
top: 17.5%;
|
||||
}
|
||||
|
||||
.m-button.m-button2 {
|
||||
bottom: 7.5%;
|
||||
}
|
||||
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.text-wrapper {
|
||||
position: absolute;
|
||||
bottom: 2%;
|
||||
width: 40%;
|
||||
left: 50%;
|
||||
margin-left: -20%;
|
||||
padding-left: 140px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.text-wrapper .qrcode {
|
||||
position: absolute;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
background: #000;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.text-wrapper .text .txt1 {
|
||||
line-height: 18px;
|
||||
margin-bottom: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.text-wrapper .text .txt2 {
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.text-wrapper .text .txt2 span {
|
||||
color: #948aff;
|
||||
}
|
||||
|
||||
.eori {
|
||||
width: 100%;
|
||||
background: #000;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
padding: 0.13333rem 0;
|
||||
}
|
||||
|
||||
.eori .weixin-name {
|
||||
padding-top: 0.26667rem;
|
||||
}
|
||||
|
||||
.eori .recordfoot {
|
||||
width: 100%;
|
||||
color: #000;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 13px;
|
||||
margin-bottom: 0.08rem;
|
||||
}
|
||||
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.05333rem;
|
||||
width: 0.18667rem;
|
||||
height: 0.21333rem;
|
||||
background: url(../images/icon_police.png) no-repeat;
|
||||
}
|
||||
|
||||
.eori .recordfoot a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.eori .gongsi {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-size: 13px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0 14px;
|
||||
}
|
||||
|
||||
.eori .tit {
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
line-height: 70px;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
.footer span {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.footer a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.culture-icon a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.culture-icon img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button-wrapper {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
left: 68.55%;
|
||||
top: 68%;
|
||||
width: 19.4%;
|
||||
height: 6.6%;
|
||||
background: rgba(253, 247, 247, 0);
|
||||
}
|
||||
|
||||
.button-wrapper a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.button2-wrapper {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
left: 45.55%;
|
||||
top: 67%;
|
||||
width: 19.4%;
|
||||
height: 7.6%;
|
||||
}
|
||||
|
||||
.button2-wrapper a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.button-wrapper, .button2-wrapper {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1300px) {
|
||||
.text-wrapper {
|
||||
bottom: 1%;
|
||||
}
|
||||
.text-wrapper .text {
|
||||
font-size: 12px;
|
||||
}
|
||||
.text-wrapper .text .txt1 {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 375px) {
|
||||
.text-wrapper {
|
||||
bottom: 0px;
|
||||
}
|
||||
.button-wrapper, .button-wrapper {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 729px) {
|
||||
body {
|
||||
background-color: #0C0122;
|
||||
}
|
||||
.pc-bg {
|
||||
display: none;
|
||||
}
|
||||
.m-bg {
|
||||
display: block;
|
||||
}
|
||||
.button-wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 1.28rem;
|
||||
top: 17.52rem;
|
||||
width: 7.46667rem;
|
||||
height: 1.22667rem;
|
||||
}
|
||||
.button-wrapper a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.button2-wrapper {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 3.09333rem;
|
||||
bottom: 1.70667rem;
|
||||
width: 4rem;
|
||||
height: 0.8rem;
|
||||
background: rgba(255, 255, 255, 0);
|
||||
}
|
||||
.button2-wrapper a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.m-button {
|
||||
display: block;
|
||||
}
|
||||
.text-wrapper {
|
||||
padding-left: 0;
|
||||
width: 90%;
|
||||
margin-left: -45%;
|
||||
padding-top: 108px;
|
||||
}
|
||||
.text-wrapper .text .txt1 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.text-wrapper .text1,
|
||||
.text-wrapper p {
|
||||
text-align: center;
|
||||
}
|
||||
.eori {
|
||||
height: 1.81333rem;
|
||||
width: 100%;
|
||||
background: #30312C;
|
||||
color: white;
|
||||
padding: 0.26667rem 0;
|
||||
}
|
||||
.eori .recordfoot {
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.eori .recordfoot .record {
|
||||
display: inline-block;
|
||||
padding-right: 0.05333rem;
|
||||
height: 0.37333rem;
|
||||
width: 0.42667rem;
|
||||
background: url(../images/icon_police.png) no-repeat;
|
||||
}
|
||||
.eori .gongsi {
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
.eori .gongsi p {
|
||||
line-height: 1.3;
|
||||
}
|
||||
.eori .gongsi p:nth-child(2) {
|
||||
margin: 0;
|
||||
}
|
||||
.eori .tit {
|
||||
height: 1.6rem;
|
||||
line-height: 1.6rem;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.toast {
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
border-radius: 10px;
|
||||
width: 100px;
|
||||
font-size: 16px;
|
||||
position: fixed;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: #fff;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
text-align: center;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tips {
|
||||
display: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0.26667rem;
|
||||
width: 6.13333rem;
|
||||
}
|
Reference in New Issue
Block a user