1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- page {
- background: #f4f4f4;
- min-height: 100%;
- }
- .container {
- background: white;
- min-height: 1220rpx;
- /* padding-top: 30rpx; */
- }
- .coupon-form {
- height: 100%;
- width: 100%;
- background: white;
- /* padding-top: 20rpx; */
- }
- .coupon-center {
- background: white;
- width: 95%;
- margin-left:10rpx;
- }
- .coupon-center .title {
- font-size: 28rpx;
- height:80rpx;
- line-height:60rpx;
- margin-left:20rpx;
- border-bottom:1px solid rgb(235, 235, 235);
- }
- .coupon-data-view {
- margin-top: 40rpx;
- }
- .coupon-data {
- height: 80rpx;
- }
- .coupon-data .title2{
- font-size: 28rpx;
- color: rgb(160, 159, 159);
- margin-left: 20rpx;
- height: 40rpx;
- line-height: 40rpx;
- float: left;
- }
- .coupon-data .info{
- font-size: 28rpx;
- margin-left: 160rpx;
- height: 40rpx;
- line-height: 40rpx;
- text-align:left;
- }
|