123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- @import 'tabbar.wxss';
- .groupCenter {
- width: 100%;
- position: relative;
- overflow: hidden;
- }
- .groupCenter .basicInform {
- width: 100%;
- height: 226rpx;
- background: #fe8464;
- display: flex;
- justify-content: flex-start;
- }
- .groupCenter .basicInform .user-avatar {
- width: 144rpx;
- height: 144rpx;
- margin: 10rpx 30rpx 0;
- }
- .groupCenter .basicInform .user-avatar .userAvatarUrl {
- border-radius: 50%;
- width: 140rpx;
- height: 140rpx;
- border: 2rpx solid rgba(255, 255, 255, 0.24);
- overflow: hidden;
- display: flex;
- }
- .groupCenter .basicInform .userInfo {
- display: flex;
- flex-direction: column;
- padding-top: 10rpx;
- }
- .groupCenter .basicInform .userInfo .user-name {
- height: 40rpx;
- line-height: 40rpx;
- color: #fff;
- font-size: 40rpx;
- margin-top: 45rpx;
- }
- .groupCenter .distributionCon {
- width: 100%;
- margin-top: -30rpx;
- z-index: 9;
- }
- .groupCenter .distributionCon .distribution {
- background: #fff;
- border-radius: 10rpx;
- padding: 24rpx 0;
- }
- .groupCenter .distributionCon .distribution .myDistribution {
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30rpx;
- color: #333;
- font-weight: 500;
- }
- .groupCenter .distributionCon .distribution .incomeCon {
- margin-top: 30rpx;
- display: flex;
- justify-content: flex-start;
- }
- .groupCenter .distributionCon .distribution .incomeCon .income {
- width: 33.3%;
- padding: 20rpx 0;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .groupCenter .distributionCon .distribution .incomeCon .income:last-child {
- border: none;
- }
- .groupCenter .distributionCon .distribution .incomeCon .income .incomeTop {
- font-size: 36rpx;
- color: #ff673f;
- margin-bottom: 16rpx;
- font-weight: 500;
- }
- .groupCenter .distributionCon .distribution .incomeCon .income .incomeBottom {
- font-size: 24rpx;
- color: #999;
- }
- .groupCenter .effectData {
- width: 100%;
- margin-top: 30rpx;
- }
- .groupCenter .effectData .effect {
- background: #fff;
- border-radius: 10rpx;
- padding: 24rpx 0;
- margin: 0 20rpx;
- }
- .groupCenter .effectData .effect .incomeCon {
- margin-top: 30rpx;
- display: flex;
- justify-content: flex-start;
- }
- .groupCenter .effectData .effect .incomeCon .income {
- width: 33.3%;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .groupCenter .effectData .effect .incomeCon .income:last-child {
- border: none;
- }
- .groupCenter .effectData .effect .incomeCon .income .incomeTop {
- font-size: 36rpx;
- color: #333;
- margin-bottom: 16rpx;
- font-weight: 500;
- }
- .groupCenter .effectData .effect .incomeCon .income .incomeBottom {
- font-size: 24rpx;
- color: #999;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .groupCenter .effectData .effect .incomeCon .income .incomeBottom .distributionInstrIcon {
- width: 28rpx;
- height: 28rpx;
- margin-right: 8rpx;
- }
- .groupCenter .groupCenterCon {
- margin-top: 30rpx;
- }
- .groupCenter .groupCenterCon .order .myOrders {
- height: 90rpx;
- border-top-right-radius: 10rpx;
- border-top-left-radius: 10rpx;
- background: #fff;
- border-bottom: 0.1rpx solid #e4e4e4;
- padding: 0 30rpx;
- font-size: 30rpx;
- color: #333;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .groupCenter .groupCenterCon .order .myOrders .allGroupOrder {
- font-size: 26rpx;
- color: #999;
- }
- .groupCenter .groupCenterCon .order .myOrders .allGroupOrder .rightArrowImg {
- width: 12rpx;
- height: 22rpx;
- color: #a7a7a7;
- margin-left: 14rpx;
- margin-bottom: -2rpx;
- }
- .groupCenter .groupCenterCon .order .orderTab {
- padding: 30rpx 52rpx;
- background-color: #fff;
- overflow: hidden;
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status {
- position: relative;
- color: #58595b;
- font-size: 26rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status .num {
- width: 34rpx;
- height: 34rpx;
- background: #fff;
- font-size: 22rpx;
- color: #fff;
- background: #ff6557;
- border-radius: 50%;
- position: absolute;
- right: 0;
- top: -14rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 1;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status .distributionIcon {
- width: 60rpx;
- height: 50rpx;
- margin-bottom: 16rpx;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status .receiveIcon {
- margin-bottom: 16rpx;
- width: 54rpx;
- height: 50rpx;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status .completeIcon {
- margin-bottom: 16rpx;
- width: 50rpx;
- height: 50rpx;
- }
- .groupCenter .groupCenterCon .order .orderTab .order_status .needPickIcon {
- margin-bottom: 16rpx;
- margin-left: 10rpx;
- width: 58rpx;
- height: 54rpx;
- }
|