/**index.wxss**/ page { background-color: #F3F4F6; } .margintoop { margin-bottom: 30rpx; } .eqlist { display:flex; flex-direction:row; flex-wrap:wrap; width: 92%; height: 354rpx; margin-left: 4%; margin-right: 4%; background-color: #FFFFFF; box-shadow:0px 14rpx 44rpx 2rpx rgba(161,161,161,0.5); border-radius:30rpx; margin-bottom: 40rpx; } .infoBox { width: 90%; display: flex; flex-direction: row; align-items:flex-start; margin-left: 5%; margin-right: 5%; } .v1 { flex: 90; margin-top: 34rpx; text-align: right; height: 132rpx; } .v2 { flex: 130; margin-top: 34rpx; height: 140rpx; } .v3 { flex: 85; margin-top: 34rpx; text-align: right; height: 140rpx; } .v4 { width: 91%; margin-top: 20rpx; height: 34rpx; display:-webkit-inline-flex; /* justify-content:space-between; */ margin-left: 4%; margin-right: 5%; } .v4finish { width: 91%; margin-top: 20rpx; height: 34rpx; display:-webkit-inline-flex; justify-content:space-between; margin-left: 4%; margin-right: 5%; } .finishdate { text-align: left; flex: 7; color: #000000; font-size: 24rpx; font-weight: Regular; } .finishtitle{ flex: 3; text-align: right; color: #FF5B60; font-size: 24rpx; font-weight: Regular; } .startdate { text-align: left; flex: 1; color: #000000; font-size: 24rpx; font-weight: Regular; } .enddate{ flex: 1; text-align: right; color: #000000; font-size: 24rpx; font-weight: Regular; } .eqtime { width: 100%; margin-top: 0rpx; background-color: #FFFFFF; line-height: 80rpx; justify-content:space-between; display: flex; flex-wrap:wrap; } .txttime1 { margin-left: 5%; color:#000000; font-weight: Light; font-size: 28rpx; } .txttime2 { margin-right: 5%; color:#000000; font-weight: Light; font-size: 28rpx; } .line { margin-top:28rpx; margin-left: 40rpx; width: 95%; height: 2rpx; background-color: #F2F2F2; } .eqimg { width: 152rpx; height: 132rpx; } /* .eqinfo { flex: 282; } */ .qulistimg { width: 152rpx; height: 132rpx; border-radius: 10rpx; } .eqname { margin-top: 0rpx; margin-left: 0rpx; text-align: left; } .txteqname { color: #000000; font-weight: 500; font-size: 28rpx; } .eqid { margin-left: 0rpx; margin-top: 10rpx; text-align: left; } .txteqid { color: #6E6E6E; font-size: 20rpx; font-weight: Light; } .txteqid2 { color: #858585; font-size: 24rpx; font-weight: #585858; } .edprice { margin-top: 46rpx; color: #858585; font-size: 25rpx; } .txtprice { color: #FF5B60; font-size: 28rpx; font-weight: Regular; } .eqdays { margin-left: 0rpx; margin-top: 16rpx; text-align: left; } .txteqdays { color: #6E6E6E; font-size: 20rpx; font-weight: Light; } .eqdays2 { margin-top: 6rpx; color: #6E6E6E; font-size: 20rpx; font-weight: Light; } .eqprice { color:#858585; font-size: 32rpx; height: 220rpx; font-weight: 400; line-height: 200rpx; text-align: center } .totalprice { width: 90%; height: 95rpx; background-color: #FFFFFF; display: flex; margin-left:5%; margin-right:5%; } .txttotalrental { margin-top: 30rpx; flex: 68; text-align: left; color: #000000; font-size: 28rpx; font-weight: Regular; } .totalrental { margin-top: 20rpx; flex: 160; text-align: left; color:#FF5B60; font-weight: 500; font-size: 40rpx; } .finishtotalprice { width: 100%; background-color: #FFFFFF; text-align: right; margin-left:40rpx; margin-right:40rpx; } .finishtxttotalrental { color: #000000; font-size: 28rpx; font-weight: Regular; } .finishtotalrental { color:#FF5B60; font-weight: 500; font-size: 40rpx; } .totalmortagage { margin-top: 28rpx; flex: 94; text-align: right; color: #FF5B60; font-weight: 400; font-size: 32rpx; } .line2 { padding-top: 1rpx; width: 100%; height: 19rpx; } .money { font-size: 20rpx; color:#FF5B60; font-weight: Regular; } .texteqdays { font-size: 20rpx; color: #737171; font-weight: Regular; } .txteqdays2 { font-size: 24rpx; color: #737171; font-weight: Regular; } .money2 { font-size: 16rpx; color: #737171; font-weight: Regular; } .money3 { font-size: 28rpx; color: #FF5B60; font-weight: 500; } .totalmoney { font-weight: 400; font-size: 32rpx; } .returneq { height: 64rpx; margin-top: 26rpx; } .eqreturn { height: 46rpx; width: 132rpx; background-color: #fc6961; text-align: center; border-radius: 20rpx; color: #FFFFFF; font-size: 25rpx; line-height: 48rpx; } .none { margin-top: 306rpx; text-align: center; width: 100%; height: 260rpx; } .noneimg { height: 280rpx; width: 280rpx; } .nonedesc { margin-top: 92rpx; height: 30rpx; color: #7A7777; font-size: 32rpx; font-weight: Heavy; } .load { width: 100%; height: 2400rpx; position: absolute; left: 0; top: 0; z-index: 9999; background-color: #ffffff; text-align: center; line-height: 1300rpx; } .loadimg { width: 200rpx; height: 200rpx; }