picdetail.wxss 5.6 KB
@import '../search/search.wxss';

.picdetailbox {
  padding: 24rpx;
  box-sizing: border-box;
  padding-bottom: 120rpx;
}

.picheadname {
  color: #06121e;
  font-size: 36rpx;
  font-weight: bold;
}

.picdetailheadimg {
  width: 702rpx;
  height: 234rpx;
  font-size: 0;
  margin: 24rpx auto 0;
  position: relative;
}

.picdetailbot {
  display: flex;
  align-items: center;
  margin-top: 44rpx;
}

.picdetailbotleft {
  color: #5b5e63;
  font-size: 28rpx;
}

.picdetailhuiyuan {
  color: #ea322b;
  font-size: 24rpx;
  margin-left: 20rpx;
}

.yulantop {
  width: 175rpx;
  padding: 6rpx 12rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-top: 20rpx;
  background: #fb6324;
  border-radius: 4rpx;
}

.yulanleft {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
}

.yulanname {
  color: #fff;
  font-size: 28rpx;
  margin-left: 5rpx;
}

.pictext {
  color: #06121e;
  font-size: 28rpx;
  margin-top: 20rpx;
}

.picbottom {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 98rpx;
  display: flex;
  align-items: center;
  padding: 14rpx 24rpx 14rpx 50rpx;
  box-sizing: border-box;
}

.picbottomgou {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.picbotimg {
  width: 45rpx;
  height: 35rpx;
  font-size: 0;
}

.picbotname {
  color: #fb6324;
  font-size: 22rpx;
  margin-top: 6rpx;
}

.addcar {
  width: 180rpx;
  height: 77rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 20rpx 4rpx 4rpx 20rpx;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 77rpx;
  margin-left: 60rpx;
}

.lijimai {
  width: 180rpx;
  height: 77rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx 20rpx 20rpx 4rpx;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 77rpx;
  margin-left: 12rpx;
}

.xiazai {
  margin-left: 90rpx;
}

.huiyuanjia {
  color: #ea322b;
  font-size: 28rpx;
  font-weight: bold;
}

.yuanprice {
  color: #5b5e63;
  font-size: 24rpx;
  margin-left: 20rpx;
  text-decoration: line-through;
}

.xiazaiwrap {
  width: 296rpx;
  height: 252rpx;
  background: rgba(58, 58, 58, 1);
  border-radius: 4rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.xiazaiimg {
  width: 80rpx;
  height: 80rpx;
  font-size: 0;
  margin: 60rpx auto 0;
}

.savesuccess {
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  margin-top: 12rpx;
}

.diffsave {
  color: #fff;
  font-size: 20rpx;
  text-align: center;
  margin-top: 12rpx;
}

.lijimaiwrap {
  width: 540rpx;
  height: 260rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 4rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 52rpx 34rpx 40rpx;
  box-sizing: border-box;
}

.lijimaitop {
  color: #5b5e63;
  font-size: 36rpx;
  text-align: center;
}

.lijimaibtn {
  width: 422rpx;
  height: 80rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx;
  color: #fff;
  font-size: 30rpx;
  text-align: center;
  line-height: 80rpx;
  margin: 50rpx auto 0;
}

.selecttixian {
  width: 750rpx;
  height: 580rpx;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 0 24rpx;
  box-sizing: border-box;
}

.tixianhead {
  padding: 24rpx 0;
  box-sizing: border-box;
  color: #5b5e63;
  font-size: 32rpx;
  border-bottom: 1rpx solid #f5f5f5;
}

.tixianlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34rpx 42rpx 34rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.tixian {
  width: 56rpx;
  height: 60rpx;
  font-size: 0;
}

.tixianname {
  color: #06121e;
  font-size: 28rpx;
  margin-left: 10rpx;
}

.tixianxuan {
  width: 28rpx;
  height: 28rpx;
  font-size: 0;
}

.tixianlistleft {
  display: flex;
  align-items: center;
}

.yuedu {
  display: flex;
  align-items: center;
  margin-top: 35rpx;
}

.yueduleft {
  width: 40rpx;
  height: 40rpx;
  font-size: 0;
}

.yuedutext {
  display: flex;
  align-items: center;
  margin-left: 6rpx;
}

.yueduagree {
  color: #8c9198;
  font-size: 24rpx;
}

.yuedujing {
  color: #fb6324;
  font-size: 24rpx;
}

.queren {
  width: 702rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx;
  color: #fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  margin: 20rpx auto 0;
  position: fixed;
  bottom: 40rpx;
  left: 24rpx;
}

.successimg {
  width: 240rpx;
  height: 240rpx;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.feihuileft {
  display: flex;
  align-items: center;
}

.feihuirl {
  width: 44rpx;
  height: 44rpx;
  font-size: 0;
}

.feihuirl image {
  width: 100%;
  height: 100%;
}

.feihuiright {
  display: flex;
  align-items: center;
  padding: 4rpx;
  box-sizing: border-box;
  background: #fb6324;
  border-radius: 4rpx;
}

.feihuill {
  color: #fff;
  font-size: 28rpx;
}

.feivip {
  display: flex;
  justify-content: space-between;
}

.wrodbox{
  display:flex;
  flex-wrap: wrap;
}
.worditem{
  padding:12rpx 14rpx;
  box-sizing: border-box;
  background: #F2F2F2;
  color:#06121e;
  font-size: 28rpx;
  margin-right:20rpx;
  margin-top:20rpx;
}
.searchimglist{
  margin-bottom:50rpx;
}

.title {
  width: 702rpx;
  height: 74rpx;
  background: #fff;
  line-height: 74rpx;
  border-bottom-left-radius: 4rpx;
  border-bottom-right-radius: 4rpx;
  text-align: center;
  color: #3d444d;
  font-size: 28rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 24rpx;
  margin-right: 12rpx;
}