14 lines
946 B
Plaintext
14 lines
946 B
Plaintext
.header { width: 100%;background-color: #ee2e2b;color: #fff; }
|
|
.header .info-box {height: 235rpx;display: flex;align-items: center;padding-left: 64rpx;}
|
|
.header .info-box .img image{width: 96rpx;height: 96rpx;border-radius: 50%;}
|
|
.header .info-box .nickname {font-size: 32rpx;margin-bottom: 16rpx;margin-left: 25.6rpx;}
|
|
.header .total {height: 64rpx;background-color: #f14d4b;line-height: 64rpx;padding-left: 32rpx;}
|
|
|
|
.list-box{background-color: #fff;padding: 32rpx;}
|
|
.list-box .list-item{border-bottom: 1px #F5F5F5 solid;font-size: 24rpx;color: #929292;padding: 16rpx 0;}
|
|
.list-box .list-item .list-title{display: flex;font-size: 28rpx;color: #ef4136;}
|
|
.list-box .list-item .list-title .sn{flex: 1;color: #101010;}
|
|
.list-box .list-item .list-info{ display: flex;justify-content: space-between;margin: 12.8rpx 0;}
|
|
.list-box .loading{display: flex;justify-content: center;margin-top: 20rpx;}
|
|
.noMore{margin-top:1rem;color:#333;text-align:center;}
|