123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- 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;
- }
|