hailu
2023-10-13 6763ddbac0a8df83bfb5191ed99e3dcbdd16beee
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
/* pages/personSet/personSet.wxss */
.list .item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  /* font-size: 18px; */
  /* margin: 10px 0 0; */
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
 
.list .item .text {
  margin-left: 10px;
  /* font-weight: 600; */
  display: flex;
}
 
.list .item  image {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 15px;
}
 
.list .item .iconfont {
  margin-right: 10px;
  color: #AFAFAF;
}
.van-dialog__cancel,  .van-dialog__confirm {
  border: 0!important;
  width: 100%;
  padding: 0;
}
.van-dialog__button {
 
  flex: 1;
  width: 50%;
  margin: 0 auto;
}