| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .promoter-order .list {
- width: 100%;
- overflow: hidden;
- }
- .promoter-order .list .item .title {
- height: 133rpx;
- padding: 0 30rpx;
- font-size: 26rpx;
- color: #999;
- }
- .promoter-order .list .item .title .data {
- font-size: 28rpx;
- color: #282828;
- margin-bottom: 5rpx;
- }
- .promoter-order .list .item .listn .itenm {
- background-color: #fff;
- }
- .promoter-order .list .item .listn .itenm ~ .itenm {
- margin-top: 12rpx;
- }
- .promoter-order .list .item .listn .itenm .top {
- margin-left: 30rpx;
- padding-right: 30rpx;
- border-bottom: 1rpx solid #eee;
- height: 100rpx;
- }
- .promoter-order .list .item .listn .itenm .top .pictxt {
- width: 320rpx;
- }
- .promoter-order .list .item .listn .itenm .top .pictxt .text {
- width: 230rpx;
- font-size: 30rpx;
- color: #282828;
- }
- .promoter-order .list .item .listn .itenm .top .pictxt .pictrue {
- width: 66rpx;
- height: 66rpx;
- }
- .promoter-order .list .item .listn .itenm .top .pictxt .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- border: 3rpx solid #fff;
- box-sizing: border-box;
- box-shadow: 0 0 15rpx #aaa;
- }
- .promoter-order .list .item .listn .itenm .top .money {
- font-size: 28rpx;
- }
- .promoter-order .list .item .listn .itenm .bottom {
- padding: 20rpx 30rpx;
- font-size: 28rpx;
- color: #666;
- line-height: 1.6;
- }
- .promoter-order .list .item .listn .itenm .bottom .name {
- color: #999;
- }
|