123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .user-header{
- width:100%;
- height:320rpx;
- }
- .h-img{
- width:160rpx;
- height:160rpx;
- border:6rpx solid #fff;
- border-radius:50%;
- overflow: hidden;
- margin-top:50rpx;
- }
- .h-img image{
- width:160rpx;
- height:160rpx;
- }
- .order-list{
- text-align: center;
- }
- .user-order{
- width:710rpx;
- margin:0 auto;
- background:#fff;
- border-radius:20rpx;
- }
- .user-order .iconfont{
- font-size:48rpx;
- }
- .order-list{
- padding:10rpx 0;
- }
- .order-list .f-item{
- padding:16rpx 0;
- font-size:26rpx;
- color:#333;
- }
- .order-list .f-item view{
- margin-top:10rpx;
- }
- .order-title{
- border-bottom:2rpx solid #e0e0e0;
- }
|