123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- /* parents//pages/borrow_record/borrow_record.wxss */
- @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;
- }
- .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: 154rpx;
- min-height: 158rpx;
- }
- .li-img {
- position: absolute;
- top: 4li0rpx;
- left: 0;
- width: 88rpx;
- height: 88rpx;
- border-radius:50%;
- background: white;
- }
- .li-col {
- width:80%;
- 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;
- }
|