123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- /* pages/signIn/record/record.wxss */
- page{
- background: #F7F7F7;
- display:flex;
- flex-flow: column nowrap;
- justify-content: left;
- align-items: center;
- box-sizing: border-box;
- }
- /* 垂直方向布局,水平居中 **/
- .flex-column{
- display: flex;
- flex-flow: column nowrap;
- align-items: center;
- justify-content: left;
- }
- /* 水平方向布局,垂直居中 **/
- .flex-row{
- display: flex;
- flex-flow: row nowrap;
- align-items: center;
- justify-content: center;
- }
- .check-in-content{
- margin: 22rpx;
- }
- .explain{
- width: 750rpx;
- height: 98rpx;
- background: #FFFFFF;
- justify-content: space-between !important;
- }
- .explain-left,.explain-center,.explain-right{
- width: 33%;
- text-align: center;
- }
- .explain-text{
- font-size: 18px;
- font-weight: 600;
- color: #BF2637;
- }
- .explain-discount,.explain-detailed,.explain-utility{
- font-size: 28rpx;
- font-weight: 500;
- color: #000000;
- }
- .explain-column{
- width: 90rpx;
- height: 4rpx;
- background: #EA443A;
- border-radius: 2rpx;
- margin-top: 8rpx;
- }
- .explain-columnNo{
- width: 90rpx;
- height: 4rpx;
- border-radius: 2rpx;
- margin-top: 8rpx;
- }
- .coupon-list{
- width: 704rpx;
- height: 202rpx;
- background-image: url(https://dy.shpr.top/welfareGo/discount.png);
- background-size: 100% 100%;
- margin-bottom: 17px;
- justify-content: space-between;
- }
- .coupon-list2{
- width: 704rpx;
- height: 202rpx;
- background-image: url(https://dy.shpr.top/welfareGo/cash.png);
- background-size: 100% 100%;
- margin-bottom: 17px;
- justify-content: space-between;
- }
- .coupon-info{
- margin-left: 76rpx;
- align-items: flex-start;
- }
- .coupon-info-tittle{
- width: 400rpx;
- height: 38rpx;
- font-size: 17px;
- font-weight: bold;
- color: #000000;
- line-height: 15px;
- margin-top: 10px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .coupon-center-bm{
- height: 15px;
- margin-top: 10px;
- justify-content: flex-start;
- }
- .coupon-center-block1,.coupon-center-block2{
- width: 5px;
- height: 5px;
- background: #443E5B;
- transform:rotate(45deg);
- margin: 0 10rpx;
- }
- .coupon-center-middle{
- font-size: 10px;
- font-weight: 400;
- color: #444444;
- line-height: 16px;
- }
- .coupon-info-num{
- width: 90px;
- height: 13px;
- font-size: 10px;
- font-weight: 400;
- color: #444444;
- line-height: 15px;
- margin-top: 15px;
- }
- .coupon-info-date{
- width: 400rpx;
- height: 30rpx;
- font-size: 13px;
- font-weight: 400;
- color: #444444;
- line-height: 15px;
- margin-top: 10px;
- }
- .coupon-numText{
- width: 200rpx;
- }
- .coupon-num-num{
- font-size: 46px;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 57px;
- }
- .coupon-num-numSmall{
- font-size: 32px;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 33px;
- margin-bottom: 10px;
- }
- .coupon-num-han{
- font-size: 16px;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 17px;
- margin-top: 19px;
- }
- .coupon-num-hanSmall{
- font-size: 16px;
- font-weight: bold;
- color: #FFFFFF;
- line-height: 17px;
- margin-top: 19px;
- margin-bottom: 19px;
- }
- .coupon-num-text{
- font-size: 15px;
- font-weight: 400;
- color: #FFF8F8;
- line-height: 15px;
- }
- .lower-coupon-text{
- font-size: 22rpx;
- font-weight: 500;
- color: #B01717;
- }
- .detailed-content{
- width: 750rpx;
- height: auto;
- /* margin-top: 4px; */
- }
- .detailed-date{
- width: 750rpx;
- height: 2rpx;
- background: #FFFFFF;
- }
- .detailed-date-lower{
- width: 340px;
- height: 1px;
- background: #EFEFEF;
- }
- .detailed-sign{
- width: 750rpx;
- height: 178rpx;
- background: #FFFFFF;
- }
- .detailed-sign-index,.detailed-coupon{
- width: 50%;
- height: 100%;
- }
- .detailed-sign-index{
- align-items: flex-start !important;
- justify-content: space-between;
- }
- .detailed-sign-text{
- font-size: 34rpx;
- font-weight: 500;
- margin-left: 27px;
- margin-top: 22px;
- }
- .detailed-sign-date{
- font-size: 26rpx;
- font-weight: 400;
- margin-left: 26px;
- margin-bottom: 20px;
- }
- .detailed-coupon{
- justify-content: center;
- }
- .detailed-coupon-text{
- width: 90%;
- height: 30px;
- font-size: 36rpx;
- font-weight: 500;
- color: #EA443A;
- text-align: center;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .detailed-coupon{
- font-size: 36rpx;
- font-weight: 500;
- color: #444444;
- }
- .no_result {
- font-size: 24rpx;
- color: #B1B1B1;
- line-height: 100rpx;
- font-weight: 1000;
- text-align: center;
- }
|