...
|
...
|
@@ -6,22 +6,27 @@ |
|
|
box-sizing: border-box;
|
|
|
|
|
|
}
|
|
|
/*background-image: url('http://qiniuyun.wmatchrd.com/fanpiao@2x.png');*/
|
|
|
|
|
|
/*饭票粉色*/
|
|
|
.section {
|
|
|
/* padding: 0 30rpx 30rpx 30rpx; */
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-moz-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
background-image: url('http://pk86rwhci.bkt.clouddn.com/pink-bg.png');
|
|
|
background-image: url('http://qiniuyun.wmatchrd.com/pink-bg.png');
|
|
|
-webkit-background-size: 100%;
|
|
|
background-size: 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
/*background-size: 100%;*/
|
|
|
}
|
|
|
/*活动票黄色*/
|
|
|
.change-bg {
|
|
|
background-image: url('http://pk86rwhci.bkt.clouddn.com/yellow-bg.png');
|
|
|
background-image: url('http://qiniuyun.wmatchrd.com/yellow-bg.png');
|
|
|
}
|
|
|
/*灰色*/
|
|
|
.change-bg-end {
|
|
|
background-image: url('http://pk86rwhci.bkt.clouddn.com/gray-bg.png');
|
|
|
background-image: url('http://qiniuyun.wmatchrd.com/gray-bg.png');
|
|
|
}
|
|
|
.detail {
|
|
|
height: 100%;
|
...
|
...
|
|