Commit 5febb16f by LJM

cssMerge branch 'master' of http://git.ichunt.net/xiaokang/H5_2.0

# Conflicts:
#	uni.scss
parents 8595c7fc 44b434ab
......@@ -111,8 +111,9 @@
top:75rpx;
left:-150rpx;
z-index: 2;
navigator{
a{
height:73rpx;
display: block;
width: 152rpx;
border-bottom: 1rpx solid #484B59;
......@@ -146,7 +147,7 @@
overflow: hidden;
border-radius: 10rpx;
swiper{height:302rpx;}
navigator{
a{
display: block;
width:702rpx;
height:100%;
......@@ -165,11 +166,30 @@
.ggbox{
width:702rpx;
margin:0 auto;
height:81rpx;
height:42px;
border-bottom: 1px solid #F0F0F2;
line-height: 81rpx;
line-height: 42px;
color:$uni-color666;
font-size: 24rpx;
box-sizing: border-box;
.ggcons{
position: relative;
overflow-y: hidden;
width:676rpx;
height:16px;
box-sizing: border-box;
.ggsec{
position: absolute;
width:100%;
transition: all 1s;
a{
cursor: pointer;height:16px;color: #484B59;font-size: 24rpx;line-height: 16px;
.titletext{max-width:620rpx;height:16px;line-height: 16px;}
}
}
}
.icon{
margin-right: 11rpx;
font-size: 32rpx;
......@@ -180,10 +200,11 @@
width:704rpx;
margin:0 auto;
margin-top: 27rpx;
navigator{
a{
display: block;
width:164rpx;
height:136rpx;
image{
display: block;
width:164rpx;
......@@ -248,11 +269,12 @@
border-radius: 0rpx 0rpx 10rpx 10rpx;
flex-wrap: wrap;
padding-left:24rpx;
navigator{
a{
width: 144rpx;
display: block;
height: 81rpx;
display: block;
margin-right: 26rpx;
margin-right: 28rpx;
margin-bottom: 16rpx;
image{
width: 144rpx;
......@@ -498,3 +520,5 @@
}
}
......@@ -129,3 +129,10 @@
}
}
}
.mb24 {
margin-bottom: 24rpx;
}
.mb40 {
margin-bottom: 40rpx;
}
......@@ -12,12 +12,6 @@ $uni-sz12: 12rpx;
$uni-sz14: 14rpx;
$uni-fz16: 16rpx;
html,
body {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
view,
text,
input,
......@@ -26,6 +20,9 @@ navigator {
box-sizing: border-box;
font-family: PingFangSC-Semibold, PingFang SC;
}
a {
text-decoration: none;
}
.navigator-hover {
background: none;
opacity: 1;
......@@ -86,7 +83,6 @@ image {
.mb24 {
margin-bottom: 24rpx;
}
.mb40 {
margin-bottom: 40rpx;
}
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 sign in to comment