|
- page{
- height: auto!important;
- }
- .header image{
- width: 100%;
- }
- .market {
- width: 100%;
- /* height: 100%; */
- /* background: #f5f5f5; */
- }
-
- .tabs {
- width: 100% !important;
- height: 88rpx;
- text-align: center;
- margin-bottom: 30rpx;
- }
-
- .i-tab {
- width: 25% !important;
- display: inline-block;
- }
-
- .section {
- position: relative;
- width: 48%;
- }
- .cards >view:nth-of-type(2n){
- float: right;
- }
- .cards>view:nth-of-type(2n+1){
- float: left;
- }
- .cards>view{
- margin-bottom: 30rpx;
- }
- .nocoupon{
- margin: 0 auto;
- float: none!important;
- }
- .mms {
- background: #fff;
- padding: 0;
- border-radius: 16rpx;
- box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10);
- }
-
- .expiretime {
- display: block;
- width: 100%;
- text-align: left;
- text-indent: 1em;
- font-size: 22rpx;
- color: #333;
- letter-spacing: 0;
- }
-
- .liness {
- display: block;
- width: 100%;
- }
-
- .detail_msg {
- width: 100%;
- display: block;
- }
-
- .detail_msg image {
- display: block;
- width: 100%;
- height: 200rpx!important;
- border-radius: 16rpx;
- }
- .detail_msg text{
- display: block;
- font-size:28rpx;
- height: 65rpx;
- line-height: 65rpx;
- color: #333;
- text-align: center;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- width: 320rpx;
- margin: 0 auto;
- }
- .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: 38rpx;
- width: 120rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- border: 2rpx solid #02c0ff;
- border-radius: 60rpx;
- color: #02c0ff;
- font-size: 28rpx;
- }
- .buycardbtn{
- display: flex;
- flex: 2;
- }
- .buycardbtn button{
- flex: 1;
- font-size: 28rpx;
- color:#FF3535!important;
- background: none;
- border-top:1px solid #eee;
- border-radius: 0!important;
- }
- button::after{ border: none; }
- .buycardbtn button text{
- margin-left: 10rpx;
- }
- .active {
- color: #fff;
- background: #02c0ff;
- }
-
- .txt1 {
- font-size: 34rpx;
- color: #666;
- 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;
- }
- .cards{
- margin-top: 30rpx;
- padding: 0 40rpx;
- }
- .cantransferred{
- position: absolute;
- right: 0;
- top: 0;
- width: 60rpx;
- height: 60rpx;
- }
- .tabss{
- padding: 0 30rpx;
- }
- button::after{ border: none; }
- .goback{
- position: fixed;
- right: 50rpx;
- bottom: 60rpx;
- width:100rpx!important;
- height:100rpx;
- z-index: 100;
- background:rgba(255,255,255,1);
- line-height: 95rpx;
- border:1rpx solid rgba(227,227,227,1);
- border-radius:50%;
- }
- .goback image{
- position: absolute;
- width: 60rpx;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- margin: auto;
- }
|