569 lines
12 KiB
Plaintext
569 lines
12 KiB
Plaintext
/* pages/member/myRelationship/myRelationship.wxss
|
|
.myrelationship .content .header_box {
|
|
background: #fff;
|
|
}
|
|
|
|
.myrelationship .content .header_box .h1 {
|
|
line-height: 80rpx;
|
|
font-size: 30rpx;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.myrelationship .content .header_box .header {
|
|
background-color: #fafafa;
|
|
padding: 40rpx 28rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .content .header_box .header .img {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 56rpx;
|
|
border: solid 4rpx #fff;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.myrelationship .content .header_box .header .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.myrelationship .content .header_box .header .name .li {
|
|
line-height: 48rpx;
|
|
text-align: left;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.myrelationship .content .header_box .header .name .li:last-child {
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.myrelationship .content .number_order {
|
|
background-color: #fff;
|
|
color: #333;
|
|
}
|
|
|
|
.myrelationship .content .number_order .number_box {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .content .number_order .number_box .li {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.myrelationship .content .number_order .number_box .li .span {
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.myrelationship .content .number_order .note {
|
|
background: #fafafa;
|
|
line-height: 72rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list {
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top {
|
|
padding: 24rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left {
|
|
padding-left: 24rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left .img {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 40rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left .img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left .name {
|
|
text-align: left;
|
|
width: 320rpx;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left .name .li:first-child {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
line-height: 48rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_left .name .li:last-child {
|
|
font-size: 28rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_right {
|
|
padding-right: 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_right .Wechat,
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_right .phone,
|
|
.myrelationship .content .info_list .list_box .list .list_top .header_right .news {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .order_info {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .order_info .order_number,
|
|
.myrelationship .content .info_list .list_box .list .order_info .order_sum {
|
|
width: 50%;
|
|
text-align: left;
|
|
}
|
|
|
|
.myrelationship .content .info_list .list_box .list .order_info .order_number .li,
|
|
.myrelationship .content .info_list .list_box .list .order_info .order_sum .li {
|
|
line-height: 52rpx;
|
|
font-size: 28rpx;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.buttongroup {
|
|
padding-top: 50rpx;
|
|
padding-bottom: 50rpx;
|
|
}
|
|
|
|
.buttongroup .more_btn {
|
|
font-size: 30rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
border-radius: 6rpx;
|
|
color: #454545;
|
|
border: 2rpx solid #eaeaea;
|
|
}
|
|
*/
|
|
|
|
/* .myrelationship {} */
|
|
|
|
.myrelationship .userTop {
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 34rpx;
|
|
padding-top: 45rpx;
|
|
padding-bottom: 45rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.myrelationship .userTop .left {
|
|
width: 136rpx;
|
|
height: 136rpx;
|
|
border-radius: 50%;
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.myrelationship .userTop .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.myrelationship .userTop .right {
|
|
flex: 1;
|
|
}
|
|
|
|
.myrelationship .userTop .right .name {
|
|
font-size: 36rpx;
|
|
line-height: 36rpx;
|
|
color: #413e4b;
|
|
padding-top: 28rpx;
|
|
margin-bottom: 23rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.myrelationship .userTop .right .userId {
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
color: #787878;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.myrelationship .userTop .goMarket {
|
|
margin-right: 0.875rem;
|
|
width: 5.56rem;
|
|
height: 2.19rem;
|
|
line-height: 2.19rem;
|
|
border-radius: 0.31rem;
|
|
color: rgba(238, 82, 83, 100);
|
|
font-size: 0.88rem;
|
|
text-align: center;
|
|
border: 0.06rem solid rgba(238, 82, 83, 100);
|
|
}
|
|
|
|
.myrelationship .referee {
|
|
background-color: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.myrelationship .referee .h1 {
|
|
font-size: 36rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
padding-left: 34rpx;
|
|
padding-top: 42rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message {
|
|
display: flex;
|
|
padding-left: 41rpx;
|
|
padding-top: 50rpx;
|
|
padding-bottom: 49rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .left {
|
|
width: 105rpx;
|
|
height: 105rpx;
|
|
border-radius: 50%;
|
|
margin-right: 25rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .top {
|
|
padding-top: 8rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .top .top_left {
|
|
font-size: 32rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
margin-right: 14rpx;
|
|
max-width: 400rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .top .top_right {
|
|
min-width: 91rpx;
|
|
height: 41rpx;
|
|
background-color: #ffe4dc;
|
|
border-radius: 21rpx;
|
|
font-size: 24rpx;
|
|
line-height: 41rpx;
|
|
text-align: center;
|
|
color: #ff3600;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .bottom {
|
|
display: flex;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .bottom .cellphone {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
margin-right: 35rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_message .right .bottom .wechat {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
padding-left: 25rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list {
|
|
/* display: flex; */
|
|
padding-left: 25rpx;
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
white-space: nowrap;
|
|
padding: 4rpx 28rpx 8rpx 28rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li {
|
|
background-color: #fff;
|
|
box-shadow: #ccc 0 0 10rpx;
|
|
border-radius: 5rpx;
|
|
margin-right: 25rpx;
|
|
width: 240rpx;
|
|
height: 160rpx;
|
|
box-sizing: border-box;
|
|
padding-left: 10rpx;
|
|
padding-top: 30rpx;
|
|
display: inline-block;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li .top {
|
|
font-size: 24rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li .bottom {
|
|
font-size: 42rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li_1 {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/person@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
background-size: 71rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li_2 {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/person@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
background-size: 71rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li_3 {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/order@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
background-size: 71rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li_4 {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/order@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
background-size: 71rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_list .li_5 {
|
|
background-image: url('https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/img/bag@2x.png');
|
|
background-repeat: no-repeat;
|
|
background-position: right bottom;
|
|
background-size: 71rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_tips {
|
|
padding-left: 31rpx;
|
|
padding-top: 50rpx;
|
|
padding-bottom: 48rpx;
|
|
}
|
|
|
|
.myrelationship .referee .referee_tips .li {
|
|
font-size: 22rpx;
|
|
line-height: 36rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.myrelationship .content {
|
|
background-color: #fff;
|
|
padding-top: 25rpx;
|
|
min-height: 200rpx;
|
|
}
|
|
|
|
.myrelationship .content .search {
|
|
width: 636rpx;
|
|
height: 56rpx;
|
|
background-color: #f9f9f9;
|
|
border-radius: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding-left: 20rpx;
|
|
margin-left: 58rpx;
|
|
}
|
|
|
|
.myrelationship .content .search .right {
|
|
flex: 1;
|
|
}
|
|
|
|
.myrelationship .content .search .right input {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding-left: 14rpx;
|
|
padding-right: 14rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul {
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul .li {
|
|
padding-top: 26rpx;
|
|
padding-left: 25rpx;
|
|
padding-right: 25rpx;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left {
|
|
display: flex;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .pic {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 50%;
|
|
margin-right: 24rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .pic image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .pic .invitershow {
|
|
position: absolute;
|
|
right: 2rpx;
|
|
bottom: -1rpx;
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message .name_message_top {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message .name_message_top .member_id{
|
|
padding: 0 20rpx;
|
|
min-width: 91rpx;
|
|
height: 41rpx;
|
|
text-align: center;
|
|
background-color: #ffe4dc;
|
|
border-radius: 21rpx;
|
|
font-size: 24rpx;
|
|
line-height: 41rpx;
|
|
color: #ff3600;
|
|
}
|
|
.myrelationship .content .ul .li .top .left .name_message .date .member_id{
|
|
padding: 0 25rpx;
|
|
height: 35rpx;
|
|
text-align: center;
|
|
background-color: #ffe4dc;
|
|
border-radius: 21rpx;
|
|
font-size: 24rpx;
|
|
line-height: 35rpx;
|
|
color: #ff3600;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message .name {
|
|
font-size: 28rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
max-width: 400rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
margin-right: 14rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message .realname {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .left .name_message .date {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #666;
|
|
|
|
}
|
|
|
|
.myrelationship .content .ul .li .top .right {
|
|
width: 106rpx;
|
|
height: 49rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 25rpx;
|
|
font-size: 24rpx;
|
|
line-height: 49rpx;
|
|
color: #f9f9f9;
|
|
text-align: center;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .order_info {
|
|
display: flex;
|
|
padding-top: 30rpx;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .order_info .order_li {
|
|
font-size: 24rpx;
|
|
line-height: 36rpx;
|
|
color: #333;
|
|
padding-bottom: 20rpx;
|
|
max-width: 370rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.myrelationship .content .ul .li .order_info .order_number .order_li {
|
|
width: 370rpx;
|
|
}
|
|
|
|
.go-btn {
|
|
flex: 0 0 3.5rem;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: #c5c5c5;
|
|
border-radius: 100% 0 0 100%;
|
|
color: #fff;
|
|
font-size: 1.25rem;
|
|
}
|