select_photo.wxss
676 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
/* packageB/pages/AI-test-skin/select_photo/select_photo.wxss */
page {
    width: 100%;
    height: 100%;
}
.content {
    padding: 10%;
    height: 60%;
}
.foot_btn {
    margin-top: 80rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_btn .reset_select {
    display: flex;
    flex-direction: column;
}
.foot_btn .ok_btn {
    background: #5dd9dc;
    padding: 16rpx 40rpx;
    border-radius: 50rpx;
    /* margin: 0 auto; */
    color: #fff;
}
.inputclass{
  width: 540rpx;
  height: 55rpx;
  line-height: 55rpx;
  background-color: rgb(238, 238, 238);
  border-radius: 6rpx;
  padding-left: 40rpx;
  padding-right: 15rpx;
}