yuminge-app/yun-min-program-plugin-master/packageD/quickPay/quick_index/quick_index.wxss

126 lines
2.3 KiB
Plaintext

#quick_index #content .header {
height: auto;
background: #f15353;
background-size: 100% 100%;
padding: 40rpx;
position: relative;
}
#quick_index #content .header .user {
display: flex;
text-align: center;
align-items: center;
}
#quick_index #content .header .user .activities-name {
text-align: left;
flex: 2;
margin-left: 20rpx;
line-height: 60rpx;
color: #fff;
font-weight: bold;
font-size: 18px;
}
#quick_index #content .header .user .activities-name .user-info {
color: #fff;
}
#quick_index #content .header .user.activities-name .user-info .user-name {
width: auto;
font-size: 14px;
}
#quick_index #content .header .user.activities-name .user-info .user-name .b-activities {
color: #fff;
}
#quick_index #content .header .user .user-head {
height: 128rpx;
width: 128rpx;
background: #fff;
border-radius: 50%;
border: 4rpx solid #fff;
box-sizing: border-box;
float: left;
overflow: hidden;
}
#quick_index #content .header .user .user-head image {
width: 100%;
height: 100%;
border-radius: 50%;
}
#quick_index #content .header .user-gold {
height: 70rpx;
width: 94%;
padding: 10rpx 3%;
border-bottom: 2rpx solid #f5f3f3;
background: #fff;
font-size: 12px;
line-height: 70rpx;
}
#quick_index #content .header .user-gold .title {
height: 70rpx;
width: auto;
float: left;
color: #666;
}
#quick_index #content .header .user-gold .num {
height: 70rpx;
width: auto;
float: left;
color: #f90;
}
#quick_index #content .header .user-gold .draw {
width: 160rpx;
height: 60rpx;
background: #6c9;
float: right;
}
#quick_index #content .header .user-op {
height: 70rpx;
width: 94%;
padding: 10rpx 3%;
border-bottom: 2rpx solid #f5f3f3;
background: #fff;
font-size: 12px;
line-height: 70rpx;
}
#quick_index #content .cart {
height: auto;
width: 100%;
background: #fff;
}
#quick_index #content .cart .list1 {
height: 88rpx;
background: #fff;
padding-right: 28rpx;
margin-left: 28rpx;
border-top: 2rpx solid #ebebeb;
font-size: 16px;
line-height: 88rpx;
color: #333;
text-align: left;
display: flex;
}
#quick_index #content .cart .list1 .fa-angle-right {
float: right;
line-height: 88rpx;
display: inline-block;
font-size: 48rpx;
color: #c9c9c9;
text-align: center;
background-size: 40rpx;
position: absolute;
right: 28rpx;
}