- .market {
- width: 100%;
- height: 100%;
- }
-
- .tabs {
- width: 100% !important;
- height: 88rpx;
- text-align: center;
- }
-
- .i-tab {
- width: 25% !important;
- display: inline-block;
- }
-
- .section {
- margin-top: 2%;
- }
- .section:nth-of-type(1) {
- margin-top: 30rpx;
- }
-
- .detail_msg {
- width: 92%;
- height: 202rpx !important;
- background: #fff;
- display: flex;
- padding: 0 4%;
- margin-top: 2%;
- border-bottom: 1px solid #ededed;
- }
-
- .logo {
- width: 348rpx;
- height: 184rpx;
- }
-
- .logo image {
- width: 100%;
- height: 100%;
- border-radius: 15rpx;
- }
-
- .info view:nth-child(1) {
- display: flex;
- justify-content: space-between;
- padding: 0 4%;
- }
-
- .info {
- width: 100%;
- }
-
- .info view:nth-child(1) text {
- font-size: 30rpx;
- margin-top: 10rpx;
- color: #666;
- }
-
- .info view:nth-child(2) {
- color: #ff3434;
- font-size: 24rpx;
- padding-left: 4%;
- margin-top: 1%;
- }
-
- .info view:nth-child(3) {
- margin-left: 20rpx;
- }
-
- .btns {
- width: 200rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- background: #00c0ff;
- color: #fff;
- float: right;
- border-radius: 15rpx;
- font-size: 28rpx;
- margin-top: 20rpx;
- }
-
- .txt1 {
- font-size: 22rpx;
- color: #999;
- }
-
- .txt2 {
- font-size: 22rpx;
- color: #f96563;
- }
-
- .nocoupon image{
- width: 203rpx;
- display: block;
- margin: 200rpx auto 0;
- }
- .nocoupon text{
- display: block;
- text-align: center;
- font-size:30rpx;
- color: #00C0FF;
- }
- .nocoupon button{
- background: #00C0FF;
- color: #fff;
- font-style: 30rpx;
- width: 70%;
- margin: 30rpx auto 0;
- }
|