123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- page, .container {
- width: 750rpx;
- height: 100%;
- overflow: hidden;
- background: #f4f4f4;
- }
- .form-box {
- width: 100%;
- height: 100%;
- overflow: hidden;
- padding: 0 40rpx;
- margin-top: 36rpx;
- background: rgb(240, 78, 76);
- }
- .wrapper {
- max-width: 20rem;
- overflow: hidden;
- margin: 0 auto;
- padding-bottom: 1rem;
- }
- .t-banner {
- position: relative;
- /* width: 100%; *//* height: 50%; */
- }
- .content-bg {
- width: 91%;
- padding-right: 30rpx;
- background: rgba(255, 255, 255, 0.6);
- height: auto;
- overflow: hidden;
- padding-bottom: 1rem;
- }
- .margin-gap {
- margin-top: 0.3rem;
- }
- .coupon-list {
- width: 95%;
- height: auto;
- overflow: hidden;
- padding-right: 30rpx;
- }
- .item {
- position: relative;
- height: 200rpx;
- width: 100%;
- background: linear-gradient(to right, #cfa568, #e3bf79);
- margin-bottom: 25rpx;
- padding-top: 25rpx;
- }
- .tag {
- height: 32rpx;
- background: #a48143;
- padding-left: 16rpx;
- padding-right: 16rpx;
- position: absolute;
- left: 20rpx;
- color: #fff;
- top: 20rpx;
- font-size: 20rpx;
- text-align: center;
- line-height: 32rpx;
- }
- .content {
- margin-top: 24rpx;
- margin-left: 40rpx;
- display: flex;
- margin-right: 40rpx;
- flex-direction: row;
- align-items: center;
- }
- .content .left {
- flex: 1;
- }
- .name {
- font-size: 44rpx;
- color: #fff;
- margin-bottom: 14rpx;
- }
- .time {
- font-size: 24rpx;
- color: rgba(255, 255, 255, 0.8);
- line-height: 30rpx;
- }
- .content .right {
- width: 162rpx;
- }
- .go {
- height: 48rpx;
- border: none;
- width: 162rpx;
- background: rgba(255, 255, 255, 0.8);
- border-radius: 4rpx;
- line-height: 48rpx;
- color: #b69150;
- font-size: 24rpx;
- }
- .condition {
- position: absolute;
- width: 100%;
- bottom: 0;
- left: 0;
- height: 78rpx;
- background: rgba(0, 0, 0, 0.08);
- padding: 24rpx 40rpx;
- display: flex;
- flex-direction: row;
- }
- .condition .txt {
- display: block;
- height: 30rpx;
- flex: 1;
- overflow: hidden;
- font-size: 24rpx;
- line-height: 30rpx;
- color: #fff;
- }
- .condition .icon {
- margin-left: 30rpx;
- width: 24rpx;
- height: 24rpx;
- }
- .rule {
- width: 95%;
- margin: 0 auto;
- }
- .sec-sub-title {
- line-height: 1rem;
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgkAAAABAQMAAABuYK//AAAABlBMV…RSTlMzAIL4qAgAAAAVSURBVAjXY2hgQAfy/3GDAwwYoAEAySocxUiGKqkAAAAASUVORK5CYII=) no-repeat;
- background-size: 100% auto;
- background-position: 0px;
- font-size: 0.8rem;
- color: #333;
- text-align: center;
- font-weight: normal;
- margin: 0 auto;
- margin-top: 0.25rem;
- width: 93%;
- display: block;
- -webkit-margin-before: 0.9em;
- -webkit-margin-after: 0.9em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- }
- .rule ul {
- width: 95%;
- margin: 0 auto;
- padding-left: 0;
- list-style-type: none;
- }
- .rule li {
- font-size: 0.8rem;
- line-height: 0.78rem;
- margin-bottom: 0.28rem;
- color: #333;
- list-style-type: none;
- }
- li {
- display: list-item;
- text-align: -webkit-match-parent;
- }
- .blank {
- margin-top: 30rpx;
- margin-bottom: 30rpx;
- }
|