AboutPage.wxss 839 Bytes
  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
/* 欢迎页面 */

.we_topImg {
width: 100%;
height: 30%;
}

.we_icon {
width: 2px;
height: 14px;
margin-left: 15px;
transform: translateY(2px);
background: #48C17B;
}

/* 栏目标题文字 */
.we_title {
height: 17px;
display: inline-block;
line-height: 17px;
font-size: 14px;
color: #000;
margin-left: 5px;
}

/* 内容文字 */
.we_content {
font-size: 12px;
color: #888888;
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
display: inline-block;
}

.we_title_view {
margin-top: 15px;
}

.we_button {
font: medium;
font-size: 16px;
color: white;
width: 60%;
height: 38px;
line-height: 38px;
border-radius: 19px;
background-color: #48C17B;
text-align: center;
position: fixed;
}

.register {
left: 20%;
bottom: 20px;
}

.login {
left: 20%;
bottom: 78px;
}