wujingjing
2024-07-30 f89c8e6a8941a4d074b3f098f5253246abf1bb75
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* pages/test/test.wxss */
 
.box {
  display: flex;
  height: 200rpx;
  justify-content: center;
  align-items: center;
}
 
.btn {
  background-color: transparent;
}
 
.btn::after {
  border: none;
}
 
.avatar {
  width: 200rpx;
  height: 200rpx;
  border-radius: 50%;
}