page { background: #f4f4f4; } .search-box { padding-top: 10rpx; padding-bottom: 10rpx; width: 100%; background-color: #ffffff; } .search-top { width: 700rpx; height: 80rpx; border: 1px solid #e1e1e1; border-radius: 50rpx; margin: 3%; } .search-ipt { width: 474rpx; height: 80rpx; border: none; float: left; font-size: 29rpx; /* 去掉获取焦点的蓝边 */ outline: none; /* text-indent: 20rpx; */ padding-left: 30rpx; } .search-btn { border-radius: 50rpx; width: 151rpx; height: 80rpx; display: flex; justify-content: center; align-items: center; float: right; background: #ff8e0b; color: #fff; font-size: 29rpx; } .front-content { display: flex; /* padding: 0; */ /* justify-content: space-between; */ /* color: #696969; */ 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; } .ert { position: relative; } .btn { position: absolute; right: 40rpx; top: 32rpx; } .top { height: 350rpx; padding: 12%; box-sizing: border-box; padding-top: 100rpx; } .swiper { height:450rpx; } .swiper-image { width: 100%; height: 100%; } .under { text-align: center; line-height: 70rpx; color: #fdeff0; } .FixButton { /* position: fixed; */ } .wrapper { display: flex; align-items: center; justify-content: center; height: 100%; } .all-bottom { background-color: black; opacity: 0.5; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 11; } .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); }