You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
1.9 KiB
110 lines
1.9 KiB
.content{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.menu{
|
|
width: 100%;
|
|
background: white;
|
|
height: 90rpx;
|
|
margin: -10rpx auto;
|
|
}
|
|
|
|
.menu .list{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.menu .list .view{
|
|
height: 46rpx;
|
|
width: 150rpx;
|
|
float: left;
|
|
margin: 22rpx auto;
|
|
}
|
|
.menu .list .view .green_button{
|
|
line-height: 46rpx;
|
|
width: 130rpx;
|
|
background: #21BE8D;
|
|
color: white;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.menu .list .view .gray_button{
|
|
line-height: 46rpx;
|
|
width: 130rpx;
|
|
background: #E5E5E5;
|
|
color: gray;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
/*商品列表*/
|
|
.activity_list_view{
|
|
margin: 30rpx 35rpx 11rpx 35rpx;
|
|
background: white;
|
|
height: 623rpx;
|
|
border-radius: 10rpx;
|
|
text-align:center;
|
|
}
|
|
.activity_list_view .image{
|
|
height: 350rpx;
|
|
border-radius: 10rpx 10rpx 0 0;
|
|
}
|
|
|
|
.activity_list_view .num{
|
|
padding: 5rpx 20rpx;
|
|
font-size: 20rpx;
|
|
width:150px;
|
|
height:36px;
|
|
background:rgba(255,160,67,1);
|
|
border-radius: 0rpx 10rpx 0 10rpx;
|
|
text-align: center;
|
|
color: white;
|
|
position: relative;
|
|
margin-right: 10px;
|
|
margin-top: 0px;
|
|
}
|
|
.activity_list_view .p1{
|
|
font-size: 40rpx;
|
|
color: #191919;
|
|
position: relative;
|
|
width: 90%;
|
|
font-weight: bold;
|
|
}
|
|
.activity_list_view .p2{
|
|
font-size: 32rpx;
|
|
display: inline-block;
|
|
}
|
|
.activity_list_view .p3{
|
|
color: #ff4040;
|
|
font-size: 40rpx;
|
|
font-family: '微软雅黑 Light';
|
|
font-weight: bold;
|
|
margin: 40rpx 0;
|
|
width: 100%;
|
|
text-align:center;
|
|
}
|
|
|
|
.activity_list_view .del{
|
|
color: #c0c0c0;
|
|
font-size: 28rpx;
|
|
margin-left: 20rpx;
|
|
position:absolute;
|
|
margin-top: 10rpx;
|
|
font-family: "微软雅黑 Light";
|
|
font-weight: bold;
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.openBtn{
|
|
width: 60%;
|
|
margin: -40rpx auto;
|
|
text-align: center;
|
|
color: #fff;
|
|
background: #F44053;
|
|
border-radius:20px;
|
|
line-height: 80rpx;
|
|
}
|