123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- page, .container {
- width: 750rpx;
- height: 100%;
- overflow: hidden;
- background: #f4f4f4;
- }
- .groupon-list {
- width: 750rpx;
- height: 100%;
- overflow: hidden;
- background: #f4f4f4;
- }
- .groupon-list .item {
- height: 244rpx;
- width: 100%;
- background: #fff;
- margin-bottom: 20rpx;
- }
- .groupon-list .img {
- margin-top: 12rpx;
- margin-right: 12rpx;
- float: left;
- width: 220rpx;
- height: 220rpx;
- }
- .groupon-list .right {
- float: left;
- height: 244rpx;
- width: 476rpx;
- display: flex;
- flex-flow: row nowrap;
- }
- .groupon-list .text {
- display: flex;
- flex-wrap: nowrap;
- flex-direction: column;
- justify-content: center;
- overflow: hidden;
- height: 244rpx;
- width: 476rpx;
- }
- .groupon-list .name {
- float: left;
- display: block;
- color: #333;
- line-height: 50rpx;
- font-size: 30rpx;
- }
- .groupon-list .desc {
- width: 476rpx;
- display: block;
- color: #999;
- line-height: 50rpx;
- font-size: 25rpx;
- }
- .groupon-list .price {
- width: 476rpx;
- display: flex;
- color: #ab956d;
- line-height: 50rpx;
- font-size: 33rpx;
- }
- .groupon-list .counterPrice {
- text-decoration: line-through;
- font-size: 28rpx;
- color: #999;
- }
- .groupon-list .retailPrice {
- margin-left: 30rpx;
- font-size: 28rpx;
- color: #a78845;
- }
- .page {
- width: 750rpx;
- height: 108rpx;
- background: #fff;
- margin-bottom: 20rpx;
- }
- .page view {
- height: 108rpx;
- width: 50%;
- float: left;
- font-size: 29rpx;
- color: #333;
- text-align: center;
- line-height: 108rpx;
- }
- .page .prev {
- border-right: 1px solid #d9d9d9;
- }
- .page .disabled {
- color: #ccc;
- }
|