|
- .market {
- width: 100%;
- height: 100%;
- background: #F4F5F9;
- position: relative;
- }
-
- .tabs {
- width: 100% !important;
- height: 96rpx;
- text-align: center;
- position: fixed;
- left: 0;
- right: 0;
- z-index: 100000;
- background: #FFF;
- }
-
- .i-tab {
- width: 25% !important;
- display: inline-block;
- }
-
- .section {
- position: relative;
- }
-
- .mms {
- width: 690rpx;
- height: 180rpx !important;
- background: #fff;
- margin: 0 auto 40rpx;
- box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
- }
-
- .detail_msg {
- display: flex;
- padding-top: 16rpx;
- padding-bottom: 16rpx;
- background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
- }
- .detail_msgYsy {
- display: flex;
- padding-top: 16rpx;
- padding-bottom: 16rpx;
- background: #E1E1E1;
- }
-
- .expiretime {
- display: block;
- width: 100%;
- text-align: left;
- text-indent: 0.5em;
- height: 54rpx;
- line-height: 45rpx;
- font-size: 22rpx;
- color: #A6A6A6;
- letter-spacing: 0;
- }
-
- .liness {
- display: block;
- width: 100%;
- }
-
- .logo {
- width: 60rpx;
- height: 60rpx;
- /* border: 1px solid #f8f8f8; */
- border-radius: 50rpx;
- display: block;
- margin: 15rpx 20rpx 0 20rpx;
- }
-
- .logo image {
- width: 60rpx;
- height: 60rpx;
- border-radius: 50%;
- }
-
- .info view:nth-child(1) {
- display: flex;
- justify-content: space-between;
- padding: 0 4%;
- margin-top: 15rpx;
- }
-
- .info {
- width: 100%;
- border-left: 1rpx #FFF dashed;
- }
-
- .info view:nth-child(1) text {
- font-size: 32rpx;
- line-height: 32rpx;
- height: 32rpx;
- color: #FFFFFF;
- letter-spacing: 0;
- width: 400rpx;
- display: inline-block;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
-
- .info view:nth-child(2) {
- padding-left: 4%;
- font-size: 22rpx;
- color: #FFFFFF;
- letter-spacing: 0;
- margin-top: 6rpx;
- display: inline-block;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- width: 400rpx;
- }
-
- .info view:nth-child(3) {
- margin-left: 20rpx;
- }
-
- .btns {
- position: absolute;
- right: 57rpx;
- top: 38rpx;
- width: 120rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- border: 2rpx solid #fff;
- border-radius: 60rpx;
- color: #fff;
- font-size: 28rpx;
- }
-
- .active {
- color: #fff;
- /* background: #02c0ff; */
- }
-
- .txt1 {
- font-size: 22rpx;
- color: #A6A6A6;
- letter-spacing: 0;
- }
-
- .nocoupon image {
- width: 300rpx;
- display: block;
- margin: 3% auto 0;
- }
-
- .txt001 {
- display: block;
- line-height: 48rpx;
- font-size: 34rpx;
- color: #333;
- letter-spacing: 0;
- text-align: center;
- }
-
- .txt002 {
- display: block;
- margin-top: 1%;
- font-size: 28rpx;
- color: #999;
- letter-spacing: 0;
- line-height: 40rpx;
- text-align: center;
- }
-
- .nocoupon button {
- background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
- color: #fff;
- font-size: 36rpx;
- width: 100%;
- border-radius: 60rpx;
- height: 88rpx;
- line-height: 88rpx;
- }
-
- .loading {
- text-align: center;
- height: 80rpx;
- line-height: 80rpx;
- font-size: 26rpx;
- color: #999;
- }
-
- .loading image {
- width: 60rpx;
- height: 60rpx;
- vertical-align: middle;
- margin-right: 10rpx;
- }
-
- .active {
- opacity: 0.6;
- }
-
- .nav {
- position: absolute;
- bottom: -130%;
- left: 0;
- right: 0;
- margin: auto;
- width: 670rpx;
- border-radius: 60rpx;
- background: linear-gradient(127deg,rgba(252,177,74,1) 0%,rgba(254,70,20,1) 100%);
- font-size: 32px;
- color: #fff;
- text-align: center;
- line-height: 32px;
- }
|