/* packageC/Myshaky/searchResult/searchResult.wxss */ page { background: #fff; } .searchResult { width: 100%; background: #fff; } .searchBox { width: 100%; height: 100rpx; background: #fff; display: flex; justify-content: flex-start; align-items: center; margin-bottom: 30rpx; } .searchInput { width: 550rpx; height: 60rpx; background-color: #f5f5f5; border-radius: 30rpx; margin-right: 30rpx; margin-left: 30rpx; display: flex; justify-content: flex-start; align-items: center; } .inputTitle { margin-left: 20rpx; color: rgba(153, 153, 153, 1); font-size: 28rpx; } .bbtn { width: 60rpx; height: 60rpx; line-height: 60rpx; text-align: center; color: rgba(28, 150, 254, 1); margin-right: 20rpx; } .fontOne { margin-top: -14rpx; margin-left: 20rpx; color: rgba(153, 153, 153, 1); } .searchDizhi { flex: 1; display: flex; justify-content: space-around; align-items: center; } .city { width: 48px; font-size: 32rpx; color: rgba(51, 51, 51, 1); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-left: 20rpx; } .intoduceBottom { padding-bottom: 145rpx; box-sizing: border-box; background: #fff; } .intoduc { padding-bottom: 145rpx; box-sizing: border-box; background: #fff; text-align: center; color: rgba(153, 153, 153, 1); } .loveList { padding: 0 28rpx 40rpx 25rpx; box-sizing: border-box; background: #fff; display: flex; justify-content: space-between; } .listLefts { width: 285rpx; height: 214rpx; background: rgba(245, 245, 245, 1); position: relative; } .listLefts image { width: 100%; height: 100%; } .listStatus { position: absolute; top: 0; left: 0; width: 137rpx; height: 48rpx; background: rgba(59, 179, 93, 0.1); border-radius: 0rpx 16rpx 0rpx 16rpx; text-align: center; line-height: 48rpx; font-size: 28rpx; z-index: 9; color: red; } .listRight { flex: 1; position: relative; } .listTime { width: 316rpx; height: 44rpx; background-color: rgba(255, 247, 247, 1); border-radius: 22rpx; margin: 19rpx 0; display: flex; justify-content: flex-start; align-items: center; font-size: 22rpx; } .listext { font-size: 22rpx; font-weight: normal; font-stretch: normal; line-height: 60rpx; letter-spacing: 0rpx; color: #999; } .fontTwo { margin-top: -12rpx; margin-left: 11rpx; margin-right: 11rpx; font-size: 26rpx; color: #999; } .listBottom { height: 28rpx; display: flex; justify-content: space-between; margin-left: 30rpx; } .site { display: inline-block; margin-top: 10rpx; } .siteView { display: flex; justify-content: space-between; align-items: center; } .dy { height: 100%; margin-left: 25rpx; /* background: yellow; */ overflow: hidden; } .de { /* margin-top: 9rpx; */ width: 100%; height: 88rpx; /* background: blueviolet; */ font-size: 30rpx; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .ds { width: 100%; /* background: yellow; */ display: flex; justify-content: space-between; } .ds1 { display: inline-block; font-size: 24rpx; color: rgba(241, 83, 83, 1); } .ds2 { display: inline-block; font-size: 32rpx; color: rgba(241, 83, 83, 1); } .dsi { width: 206rpx; display: flex; justify-content: space-between; font-size: 24rpx; } .dw { width: 100rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .dl { width: 100rpx; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .dq { padding: 0 18rpx; box-sizing: border-box; }