.content { width: 100%; height: 100%; background-color: #f7f7f7; } .header { width: 100%; background-color: #26ae76; } .title_img { width: 24%; margin: 10rpx 10%; display: inline-block; } .top-left, .top-right { width: 28%; display: inline-block; vertical-align: super; } .address { font-size: 30rpx; color: #fff; margin-left: 44rpx; } .middle { background: #fff; margin-bottom: 20rpx; } .middle_left, .middle_right { width: 27%; display: inline-block; font-size: 32rpx; padding: 20rpx 0; text-align: center; margin: 10rpx 11% 0; } image { width: 100%; height: 100%; } .menu { width: 100%; background: white; height: 90rpx; margin: -10rpx auto; } .menu .list { width: 100%; height: 100%; display: flex; flex-direction: row; justify-content: center; } .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; box-shadow: 6px 12px 50px 10px #ccc; } .activity_list_view .view { height: 350rpx; width: 100%; display: inline-block; position: relative; } .activity_list_view .view .image { height: 350rpx; border-radius: 10rpx 10rpx 0 0; } .activity_list_view .view .num { display: block; padding: 1rpx 4rpx; font-size: 16rpx; width: 36px; line-height: 15px; background: rgba(255, 160, 67, 1); border-radius: 0 10rpx 0 10rpx; margin-left: 26rpx; text-align: center; color: white; position: absolute; top: 0px; right: 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; }