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: 350rpx; } .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: 230rpx; height: 160rpx; margin-right: 20rpx; } .time { width: 100rpx; height: 35rpx; background: #ff8700; font-size: 25rpx; margin-left: 20rpx; color: #fff; text-align: center; /* align-items: center; */ line-height: 35rpx; 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: rgba(0, 0, 0, .7); opacity: 0.5; width: 100%; height: 100%; position: fixed; top: 0; left: 0; } .pop-up { width: 550rpx; height: 650rpx; text-align: center; /* background-color: #f47861; */ position: relative; opacity: 100; left: 100rpx; bottom: 630rpx; /* /* z-index: 12; */ background: linear-gradient(#f79654, #f5815e, #f37064, #f26a66, #f05f68); border-radius: 10rpx; } .top { /* height:550rpx; */ padding: 0 12%; box-sizing: border-box; padding-top: 285rpx; } .img-2 { position: absolute; top: -160rpx; right: 10rpx; width: 530rpx; } .under { line-height: 40rpx; font-size: 33rpx; color: #fdeff0; } .del-icon { margin-top: 80rpx; font-size: 80rpx; }