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

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

.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: 40%;
height: 38px;
line-height: 38px;
border-radius: 19px;
background-color: #48C17B;
display: inline-block;
text-align: center;
/* position: fixed; */
}

.register {
margin-left: 5%;
margin-top: 20px;
}
.login {
margin-left: 7.5%;
margin-top: 20px;
}
.checkinput{
margin-left: 5%;
margin-top: 10px;
}
.archives{
margin-left: 7.5%;
margin-top: 10px;
}
.ilnessArchives{
margin-left: 7.5%;
margin-top: 10px;
margin-bottom: 20px;
}