vipService.wxss 1.59 KB
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
.main {
width: 100%;
background: white;
height: 100%;
}

/*顶部模块*/

.TopBar {
width: 100%;
height: 140px;
background: #48c17b;
position: relative;
}

.avatar {
width: 70px;
height: 70px;
border-radius: 50%;
position: absolute;
top: 15px;
left: 50%;
transform: translateX(-50%);
border: 3px solid white;
box-shadow: 0 2px 4px 0 rgba(186, 70, 70, 0.50);
}

.top_name {
color: white;
font-size: 15px;
display: flex;
top: 100px;
width: 100%;
position: absolute;
/*居中*/
justify-content: center;
align-items: center;
}

.gold_vip {
font-size: 14px;
color: #333;
height: 40px;
line-height: 40px;
padding-left: 15px;
}

.divider {
width: 100%;
height: 1px;
background: #eee;
}

.children_service {
display: flex;
padding: 15px;
}

.service_text {
font-size: 14px;
color: #666;
}

.money {
font-size: 14px;
color: #f56723;
margin-left: 5px;
}

.pay {
position: absolute;
right: 10px;
font-size: 14px;
color: #fff;
background: #48c17b;
text-align: center;
width: 54px;
height: 24px;
line-height: 24px;
border-radius: 100px;
}

.divider10 {
width: 100%;
background: #eee;
height: 10px;
}

.content {
padding-left: 15px;
padding-right: 15px;
}

.check_guide {
font-size: 14px;
color: #222;
height: 15px;
line-height: 15px;
margin-top: 15px;
padding-left: 5px;
border-left: 2px solid #48c17b;
}

.check_content {
font-size: 13px;
color: #888;
margin-top: 10px;
}