Commit 7e7e29f1 authored by liaili's avatar liaili

2

parent 71da97ca
This diff is collapsed.
......@@ -20,6 +20,7 @@
.navitation-steps {
height: 10rem;
background: url(https://res.fudou6.com/c/4/20160804/q83YmdfMDI=_750x741.jpg)no-repeat center center;
background-size: cover;
& > div {
background: #fff;
padding:1rem 1.2rem;
......
......@@ -74,4 +74,5 @@
</body>
<script src="./common.js"></script>
<script src="./navitation-record.js"></script>
<script src="./flexible.debug.js"></script>
</html>
......@@ -9,28 +9,25 @@
a {
text-decoration: none;
}
html {
font-size: 14px;
}
body {
color: #fff;
font-family: Microsoft YaHei, simhei, Tahoma, Arial;
}
header {
height: 60px;
height: 2rem;
background: #f00;
}
.navitation {
background: #353950 url(https://res.fudou6.com/c/4/20160804/udmYmctMDFfMDM=_749x66.png)no-repeat center bottom;
padding:40px 0 80px;
padding:1rem 0 2rem;
h2 {
font-size: 1.5rem;
margin-bottom: 20px;
font-size: 0.55rem;
margin-bottom: 0.5rem;
text-align: center;
}
& > div {
width: 80%;
width: 8rem;
margin: 0 auto;
&:after {
content:'';
......@@ -38,10 +35,10 @@
clear: both;
}
a {
font-size: 1rem;
font-size: 0.4rem;
background: #494d68;
padding: 6px 10px;
border-radius: 4px;
padding: 0.157rem 0.26rem;
border-radius: 0.11rem;
color: #fff;
float: left;
&:last-child {
......@@ -53,36 +50,36 @@
.users-list {
background: #ececec;
div {
width: 90%;
width: 9rem;
margin: 0 auto;
border-bottom: 1px solid #969696;
color: #222228;
font-size: 1rem;
font-size: 0.4rem;
span {
display: block;
float: left;
text-align: center;
padding: 10px 0;
padding: 0.26rem 0;
&:nth-child(1) {
width: 10%;
width: 1rem;
}
&:nth-child(2) {
width: 30%;
width: 2rem;
}
&:nth-child(3) {
width: 25%;
width: 2.5rem;
}
&:nth-child(4) {
width: 25%;
width: 2.5rem;
}
&:nth-child(5) {
width: 10%;
width: 1rem;
color: #c3c3c3;
}
}
&:first-child {
font-weight: bold;
font-size: 1.2rem;
font-size: 0.44rem;
}
&:last-child {
border-bottom: 0;
......@@ -102,13 +99,13 @@
}
}
.explain {
width: 90%;
width: 9rem;
margin: 0 auto;
padding:10px 0;
padding:0.26rem 0;
color: #969696;
font-size: 1rem;
font-size: 0.4rem;
h3 {
font-size: 1.3rem;
font-size: 0.5rem;
text-align: center;
position: relative;
&:before {
......@@ -118,109 +115,42 @@
height: 0;
border-bottom: 1px solid #969696;
position: absolute;
top:10px;
top:0.26rem;
left:0;
z-index: -2;
}
&:after {
content: '';
display: block;
width: 20%;
width: 1.8rem;
height: 1px;
background: #fff;
position: absolute;
top:10px;
left:40%;
top:0.26rem;
left:3.6rem;
z-index: -1;
}
}
h5 {
font-size: 1.1rem;
padding: 6px 0 10px;
font-size: 0.5rem;
padding: 0.16rem 0 0.26rem;
}
p {
line-height: 20px;
line-height: 0.55rem;
}
}
.navitation-friend {
a {
width: 100%;
display: block;
padding:20px;
padding:0.55rem;
text-align: center;
font-size: 1.3rem;
font-size: 0.485rem;
font-weight: bold;
background: #ff494b;
color: #fff;
}
}
/* ipad 手机横屏*/
@media screen and (min-width: 767px) {
.navitation {
padding:40px 0 80px;
h2 {
font-size: 2rem;
margin-bottom: 40px;
text-align: center;
}
& > div {
width: 55%;
a {
font-size: 1.5rem;
padding: 10px 16px;
border-radius: 6px;
}
}
}
.users-list {
background: #ececec;
padding-top: 20px;
padding-bottom: 20px;
div {
width: 85%;
font-size: 1.5rem;
&:first-child {
font-size: 1.7rem;
}
}
}
.explain {
width: 85%;
margin-top: 20px;
font-size: 1.5rem;
h3 {
font-size: 2rem;
&:before {
top:14px;
}
&:after {
width: 22%;
height: 3px;
left:39%;
top:13px;
}
}
h5 {
font-size: 1.7rem;
padding: 10px 0 14px;
}
p {
line-height: 34px;
}
}
.navitation-friend {
a {
width: 100%;
display: block;
padding:20px;
text-align: center;
font-size: 1.3rem;
font-weight: bold;
background: #ff494b;
color: #fff;
}
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment