PersonalInfo.wxss 583 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
@import '../home/home.wxss';

.infoBar_title {
font-size: 12px;
color: #999999;
margin-left: 15px;
height: 24px;
line-height: 24px;
background: rgb(244, 244, 244);
}

.infoBar_content {
background: white;
display: flex;
flex-wrap: wrap;
}

.infoBar_content_item {
background: white;
height: 35px;
min-width: 50%;
}

.infoBar_content_item_one {
width: 100%;
}

.infoBar_content_item_title {
font-size: 13px;
color: #222222;
line-height: 35px;
margin-left: 15px;
}

.infoBar_content_item_text {
font-size: 13px;
color: #666;
line-height: 35px;
}