@import '../../../templates/nodata/nodata.wxss'; @import '../../../templates/loading/loading.wxss'; @import '../../../templates/footer/footer.wxss'; page{ background: #fff; } .nav{ box-shadow:0px 4rpx 8rpx 0rpx rgba(0, 0, 0, 0.06); } .list { padding: 10rpx 40rpx; margin-bottom: 98rpx; } .list-detail{ margin-top: 63rpx; } .li-margin{ margin-bottom: 26rpx; } .icon{ height: 24rpx; width: 12rpx; display:inline-block; margin-top:12rpx; } .image{ height: 24rpx; width: 12rpx; } .pickChange{ height:108rpx; line-height:108rpx; background: #F6F5FB; border-radius:20rpx; margin: 40rpx 40rpx 98rpx 40rpx; padding:0 40rpx; } .pickChange_text{ display:inline-block; float:left; } .pickChange_time{ display:inline-block; color:rgba(0,183,255,1); font-size:30rpx; font-family:PingFang SC; font-weight:500; float:right; } .li { display: flex; justify-content: flex-start; align-items: flex-start; padding: 0; } .li-box { position: relative; width: 108rpx; min-height: 150rpx; } .li-img { position: absolute; top: 4li0rpx; left: 0; width: 88rpx; height: 88rpx; border-radius:50%; background: white; } .li-col { width:85%; display: flex; justify-content: flex-start; align-items: flex-start; } .li-text { width:80%; } .li-text-gray { font-size: 30rpx; color: #ccc; } .li-text-black { font-size: 34rpx; color: #333; flex: 1; } .li-text-info{ margin-top:15rpx; width:15%; color: #00B7FF; } .li-header-search { flex: 1; padding: 12rpx 20rpx 14rpx 20rpx; background:#F6F5FB; border-radius: 100rpx; text-align: center; margin: 40rpx; cursor: pointer; } .li-header-search-icon { width: 28rpx; height: 28rpx; margin-right: 14rpx; vertical-align: middle; } .li-header-search-text { font-size: 28rpx; color: #999; vertical-align: middle; } .load{ margin-bottom:120rpx; }