123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- page {
- background: #f4f4f4;
- min-height: 100%;
- }
- .container {
- background: #f4f4f4;
- min-height: 100%;
- padding-top: 30rpx;
- }
- .coupon-form {
- height: 110rpx;
- width: 100%;
- background: #fff;
- padding-left: 30rpx;
- padding-right: 30rpx;
- padding-top: 20rpx;
- display: flex;
- }
- .input-box {
- flex: 1;
- height: 70rpx;
- color: #333;
- font-size: 24rpx;
- background: #fff;
- position: relative;
- border: 1px solid rgba(0, 0, 0, 0.15);
- border-radius: 4rpx;
- margin-right: 30rpx;
- }
- .input-box .coupon-sn {
- position: absolute;
- top: 10rpx;
- left: 30rpx;
- height: 50rpx;
- width: 100%;
- color: #000;
- line-height: 50rpx;
- font-size: 24rpx;
- }
- .clear-icon {
- position: absolute;
- top: 21rpx;
- right: 30rpx;
- width: 28rpx;
- height: 28rpx;
- z-index:9999;
- }
- .add-btn {
- height: 70rpx;
- border: none;
- width: 168rpx;
- background: #b4282d;
- border-radius: 0;
- line-height: 70rpx;
- color: #fff;
- font-size: 28rpx;
- }
- .add-btn.disabled {
- background: #ccc;
- }
- .help {
- height: 72rpx;
- line-height: 72rpx;
- text-align: right;
- padding-right: 30rpx;
- background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr3hmAFbclAAABsRQzqG8471.png) 590rpx center no-repeat;
- background-size: 28rpx;
- color: #999;
- font-size: 24rpx;
- }
- .coupon-box {
- background-color: #fff;
- display: flex;
- border-radius: 5px;
- flex-direction: row;
- position: relative;
- }
- .coupon-box .coupon-used {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -7.5vmin;
- height: 15vmin;
- width: 15vmin;
- background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
- background-size: contain;
- }
- .coupon-box-g {
- background: linear-gradient(to right, #f0f0f0, #fff);
- }
- .coupon-box1 {
- border: 1px solid #fbb025;
- border-left: none;
- }
- .coupon-box2 {
- border: 1px solid #ccc;
- border-left: none;
- }
- .coupon-bg {
- width: 35%;
- background-position: left;
- background-size: cover;
- color: #fff;
- font-size: 2.4rem;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- }
- .coupon-bg > view{
- font-size: inherit;
- color: #fff;
- }
- .coupon-bg .coupon-currency {
- font-size: 1rem;
- padding-right: 5px;
- color: #fff;
- }
- .coupon-bg .coupon-type {
- font-size: 0.8rem;
- color: #fff;
- }
- .coupon-bg1 {
- background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2v6AcFmPAAAXWs0DSHQ136.png);
- }
- .coupon-bg2 {
- background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2x6AEzgOAAAPIKZoCH4265.png);
- }
- .coupon-info {
- width: 50%;
- margin-left: 40px;
- }
- .coupon-info .coupon-title {
- font-size: 1.1rem;
- padding: 8px 0 4px 0;
- }
- .coupon-info .coupon-desc {
- font-size: 0.9rem;
- color: #9b9b9b;
- list-style: outside;
- padding: 4px 0 8px 0;
- }
|