代码修改后的版本,全部提交
This commit is contained in:
95
Mtxfw.VipSite/mobile/css/mystyle.css
Normal file
95
Mtxfw.VipSite/mobile/css/mystyle.css
Normal file
@@ -0,0 +1,95 @@
|
||||
.padding1{
|
||||
padding: .8em;
|
||||
}
|
||||
|
||||
.bgcolor1{
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
.contact{
|
||||
color:#3D3D3D;
|
||||
line-height: 2em;
|
||||
margin:0 1em;
|
||||
}
|
||||
.detail_a{
|
||||
color:#808080;
|
||||
line-height: 1.4em;
|
||||
margin-top:.5em;
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
.bill{
|
||||
background: url('../image/bill.png') no-repeat 0 0;
|
||||
}
|
||||
|
||||
.icon0_act {
|
||||
background-image: url('../image/home-active.png');
|
||||
|
||||
}
|
||||
.icon0{
|
||||
background-image: url('../image/home.png');
|
||||
}
|
||||
.icon00_act {
|
||||
background-image: url('../image/friend-active.png');
|
||||
|
||||
}
|
||||
.icon00{
|
||||
background-image: url('../image/friend.png');
|
||||
}
|
||||
.icon1_act {
|
||||
background-image: url('../image/dongtai-active.png');
|
||||
|
||||
}
|
||||
.icon1{
|
||||
background-image: url('../image/dongtai.png');
|
||||
}
|
||||
.icon2 {
|
||||
background-image: url('../image/zixun.png');
|
||||
|
||||
}
|
||||
.icon2_act{
|
||||
background-image: url('../image/zixun-active.png');
|
||||
|
||||
}
|
||||
.icon3{
|
||||
background-image: url('../image/release.png');
|
||||
|
||||
}
|
||||
.icon3_act{
|
||||
background-image: url('../image/release-act.png');
|
||||
}
|
||||
.icon4{
|
||||
background-image: url('../image/cart.png');
|
||||
}
|
||||
.icon4_act{
|
||||
background-image: url('../image/cart-acitive.png');
|
||||
}
|
||||
.icon5{
|
||||
background-image: url('../image/user.png');
|
||||
}
|
||||
.icon5_act{
|
||||
background-image: url('../image/user-active.png');
|
||||
}
|
||||
.icon6{
|
||||
background-image: url('../image/business.png');
|
||||
}
|
||||
.icon6_act{
|
||||
background-image: url('../image/business-active.png');
|
||||
}
|
||||
.icon7{
|
||||
background-image: url('../image/business2.png');
|
||||
}
|
||||
.icon7_act{
|
||||
background-image: url('../image/business2-active.png');
|
||||
}
|
||||
|
||||
.icon8{
|
||||
background-image: url('../image/tencentlvb.png');
|
||||
}
|
||||
.icon8_act {
|
||||
background-image: url('../image/tencentlvb-active.png');
|
||||
|
||||
}
|
||||
.mar_b{
|
||||
margin-bottom: 0.2em
|
||||
}
|
||||
Reference in New Issue
Block a user