page { background: #f4f4f4; } .search-box { padding-top: 10rpx; padding-bottom: 10rpx; width: 100%; background-color: #ffffff; } .search-top { display: flex; align-items: center; border-radius: 50rpx; height: 75rpx; margin: 3%; background: #f4f4f4; } .search-icon { font-size: 45rpx; float: left; margin: 20rpx; box-sizing: border-box; color: #888888; } .search-ipt { height: 75rpx; font-size: 30rpx; /* 去掉获取焦点的蓝边 */ outline: none; } .search-btn { border-radius: 50rpx; width: 150rpx; height: 50rpx; display: flex; align-items: center; justify-content: center; margin-right: 15rpx; background: #ff8e0b; color: #fff; font-size: 30rpx; } .swiper { /* background-color: blue; */ height: 330rpx; } .swiper-image { display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius: 20rpx; } .front-content { display: flex; width: 100%; background-color: #fff; } .content-tittle { font-weight: 800; } .img-1 { /* margin-left: 15rpx; */ width: 200rpx; height: 160rpx; margin-right: 20rpx; } .time { width: 100rpx; height: 40rpx; background: #ff8700; font-size: 25rpx; margin-left: 20rpx; color: #fff; text-align: center; line-height: 40rpx; border-radius: 8rpx; } .discount { width: 100%; background-color: #ffe7cc; color: #ff992a; text-align: center; margin-top: 15rpx; /* margin-bottom: 15rpx; */ font-size: 27rpx; border-radius: 8rpx; } .all-bottom { background-color: black; opacity: 0.5; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 11; } .top { height: 350rpx; padding: 12%; box-sizing: border-box; padding-top: 100rpx; } .block { width: 120px; height: 120px; background-color: #fff; } .pop-up { width: 520rpx; height: 500rpx; /* background-color: #f47861; */ position: absolute; text-align: center; opacity: 100; left: 120rpx; top: 350rpx; z-index: 12; background: linear-gradient(#ff7e4c, #f62446); /* padding-bottom: 70rpx; */ } .under { text-align: center; line-height: 70rpx; color: #fdeff0; } .del-icon { margin-top: 70rpx; border-radius: 100%; font-size: 50rpx; }