| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .page {
- /*background-image: url('https://jje.xinyuekj.com.cn/prod-api/tech/static/my/bg1.png');*/
- background-image: url('/static/my/bg1.png');
- background-repeat: no-repeat;
- background-size: 100% 30%;
- background-color: #F9F9F9;
- padding: 0 32rpx;
- }
- .use{
- padding-top: 50rpx;
- }
- .avatar{
- width: 152rpx;
- height: 152rpx;
- box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,0,0,0.1);
- border: 2rpx solid #FFFFFF;
- border-radius: 50%;
- overflow: hidden;
- }
- .avatar image{
- width: 152rpx;
- height: 152rpx;
- }
- .useMsg{
- margin-left: 24rpx;
- }
- .name{
- font-size: 32rpx;
- font-weight: 700;
- color: #333333;
- line-height: 48rpx;
- }
- .tag{
- background: #FFF6CE;
- border-radius: 8rpx;
- border: 2rpx solid #FFE05C;
- font-size: 20rpx;
- font-weight: 400;
- color: #333333;
- line-height: 48rpx;
- padding: 0rpx 15rpx;
- margin-left: 10rpx;
- }
- .phone{
- font-size: 24rpx;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- }
- .statistics {
- background: #FFFFFF;
- box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);
- border-radius: 24rpx;
- margin-top: 40rpx;
- overflow: hidden;
- padding: 40rpx 0;
- }
- .statisticsTitle {
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- margin-left: 32rpx;
- margin-top: 20rpx;
- }
- .out{
- width: 50%;
- }
- .leftBorder{
- border-left: 2rpx solid #EEEEEE;
- }
- .statisticsItem {
- text-align: center;
- }
- .statisticsItemBorder {
- border-left: 4rpx solid #EEEEEE;
- }
- .statisticsImg{
- width: 56rpx;
- height: 56rpx;
- }
- .statisticsKey {
- font-size: 24rpx;
- font-weight: 400;
- color: #999999;
- line-height: 40rpx;
- }
- .statisticsValue {
- font-size: 36rpx;
- font-weight: bold;
- color: #333333;
- line-height: 52rpx;
- }
- .tuoke {
- background: #FFFFFF;
- /*box-shadow: 0rpx 8rpx 16rpx 0rpx rgba(255, 224, 92, 0.05);*/
- /*background: linear-gradient(180deg, #FFFCED 0%, #FFFFFF 100%);*/
- border-radius: 24rpx;
- margin-top: 24rpx;
- padding: 1rpx 0;
- overflow: hidden;
- }
- .list{
- margin-top: 20rpx;
- border-radius: 15rpx;
- overflow: hidden;
- }
|