.bg { width: 100%; min-height: 100%; background-color: #fff; } .projects { padding-top: 106rpx; } .projectbg { background-color: #fff; padding-bottom: 1rpx; } .project { position: relative; margin: 0 auto; width: 710rpx; height: 284rpx; background-color: #f7f7f7; margin-bottom: 20rpx; border-radius: 8rpx; } .project-left { float: left; width: 390rpx; padding-left: 20rpx; padding-top: 15rpx; } .project-title { font-size: 28rpx; color: #2b2b2b; line-height: 36rpx; height: 72rpx; -webkit-line-clamp: 2; } .project-right { float: right; margin-right: 10rpx; margin-top: 10rpx; display: block; width: 258rpx; height: 258rpx; /*border: 1rpx solid #dddddd;*/ } .project-count { padding-top: 15rpx; font-size: 24rpx; color: #bbbbbb; } .project-price { padding-top: 90rpx; font-size: 28rpx; color: #eab86a; } .project-point { /* color: #bbbbbb; */ color: #eab86a; font-size: 24rpx; margin-top: 4rpx; margin-left: 10rpx; } .project-out { position: absolute; right: 20rpx; bottom: 20rpx; width: 66rpx; height: 66rpx; background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/sellout.png'); background-size: 100% 100%; z-index: 10; } .project-green { position: absolute; right: 10rpx; top: 10rpx; width: 48rpx; height: 48rpx; background-image: url('https://fohow.oss-cn-shenzhen.aliyuncs.com/xcx/green.png'); background-size: 100% 100%; z-index: 10; } .scrollview { position: fixed; top: 0; left: 0; width: 100%; height: 80rpx; z-index: 999; background-color: #f8f9fb; } .nav { height: 80rpx; width: 100%; box-sizing: border-box; overflow: hidden; line-height: 80rpx; background-color: #f8f9fb; font-size: 26rpx; white-space: nowrap; color: #888888; } .nav-item { width: 20%; display: inline-block; text-align: center; } .nav-item.active{ color: #eab86a; } .project-miaosha-img { width: 60rpx; height: 28rpx; display: inline-block; float: left; padding-top: 95rpx; padding-right: 10rpx; font-size: 20rpx; } .project-miaosha { width: 85rpx; height: 28rpx; display: inline-block; float: left; padding-top: 95rpx; padding-right: 10rpx; font-size: 20rpx; } .project-miaosha span{ background: #f00; color: #FFF; padding: 5rpx 10rpx; border-radius: 15px; } .project-stop { height: 38rpx; width: 258rpx; background: #ffefe4; color: #ff9434; position: absolute; right: 10rpx; bottom: 13rpx; font-size: 20rpx; text-align: center; line-height: 38rpx; } .navbar{ position: absolute; /* top: 50rpx; */ z-index: 999; background: rgba(255,255,255,0.75); left: 15rpx; width: 70%; border-radius: 45rpx; margin-top: 14rpx; } .page__hd{padding: 6rpx 35rpx;} .page__hd image{ width: 30rpx; height: 30rpx; display: inline-block; vertical-align: middle; } .page__title{ float: left;} .page__desc{ display: inline-block; padding-left: 20rpx; color: #666; font-size: 28rpx; } .navbox{ background: #eab86a; overflow: hidden; display: block; position: fixed; top: 0; left: 0; width: 100%; z-index: 999; } .sortlist{ overflow: hidden; box-sizing: border-box; color: #333; background: #fff; height: 80rpx; line-height: 80rpx; box-sizing: border-box; overflow: hidden; background-color: #f8f9fb; white-space: nowrap; color: #888888; } .sortlist-item{ width: 25%; float: left; text-align: center; font-size:26rpx; } .sortlist-item image{ width: 20rpx; height: 20rpx; } .select_box{ border-radius: 14rpx; position: relative; } .select_box .select{ box-sizing: border-box; border-radius: 8rpx; align-items: center; padding: 0 10rpx; } .select_box .select .select_text{ font-size: 26rpx; color: #777777; line-height: 28rpx; flex: 1; } .select_box .select .select_img{ width: 30rpx; height: 30rpx; display: block; transition:transform 0.3s; } .select_box .select .select_img_rotate{ transform:rotate(180deg); } .select_box .option_box{ position: fixed; top: calc(100% - 1px); width: 25%; box-sizing: border-box; height: 0; overflow-y: auto; background: #fff; transition: height 0.3s; border-left: 1px solid #efefef; top: 108px; border-right: 1px solid #efefef; left: 0; background: #f8f9fb; box-shadow: 5px 5px 7px #e0e0e0; } .select_box .option_box .option{ display: block; line-height: 40rpx; font-size: 26rpx; padding: 10rpx; } .select_box .option_box .option.active{ color: #fff; background: #eab86a; }