|
- .market {
- width: 100%;
- height: 100%;
- /* background: #f5f5f5; */
- }
-
- .tabs {
- width: 100% !important;
- height: 88rpx;
- text-align: center;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 100000;
- }
-
- .i-tab {
- width: 25% !important;
- display: inline-block;
- }
-
- .section {
- position: relative;
- }
-
- .mms {
- position: relative;
- width: 690rpx;
- background: #fff;
- padding: 20rpx 0 0;
- margin: 0 auto 46rpx;
- border-top: 8rpx solid #02b7ff;
- box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
- }
-
- .detail_msg {
- display: flex;
- }
-
- .expiretime {
- display: block;
- width: 100%;
- text-align: left;
- text-indent: 1em;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 22rpx;
- color: #999;
- letter-spacing: 0;
- }
-
- .liness {
- display: block;
- width: 100%;
- margin-top: 20rpx;
- }
-
- .logo {
- width: 60rpx;
- height: 60rpx;
- border: 1px solid #f8f8f8;
- border-radius: 50rpx;
- display: block;
- margin-left: 20rpx;
- }
-
- .logo image {
- width: 60rpx;
- height: 60rpx;
- border-radius: 50%;
- }
-
- .info view:nth-child(1) {
- display: flex;
- justify-content: space-between;
- padding: 0 2%;
- }
-
- .info {
- width: 100%;
- }
-
- .info view:nth-child(1) text {
- font-size: 32rpx;
- line-height: 32rpx;
- height: 32rpx;
- color: #333;
- letter-spacing: 0;
- width: 400rpx;
- display: inline-block;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
-
- .info view:nth-child(2) {
- padding-left: 2%;
- font-size: 22rpx;
- color: #333;
- 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: 60rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: right;
- color: #f96563;
- font-size: 40rpx;
- }
-
- .res {
- color: #f96563;
- font-size:30rpx;
- margin-bottom:20rpx;
- text-indent:.7em;
- }
- .btn{
- font-size:26rpx;
- }
- .yuan {
- color: #333;
- font-size: 26rpx;
- }
-
- .txt1 {
- font-size: 22rpx;
- color: #333;
- 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: #00c0ff;
- color: #fff;
- font-style: 30rpx;
- width: 100%;
- border-radius: 60rpx;
- }
-
- .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: 3.3%;
- left: 0;
- right: 0;
- margin: auto;
- width: 670rpx;
- border-radius: 60rpx;
- background: #02c0ff;
- font-size: 32px;
- color: #fff;
- text-align: center;
- line-height: 32px;
- }
-
- .gou {
- position: absolute;
- top: -15rpx;
- right: -10rpx;
- width: 60rpx;
- }
|