1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| /* components/common-page/index.wxss */
| .my-van-picker-column {
| font-size: 28rpx !important;
| }
|
| .adaptation {
| height: env(safe-area-inset-bottom);
| }
|
| .popup-item {
| padding: 16rpx 32rpx;
| display: flex;
| align-items: center;
| }
|
| .popup-item-content {
| flex: 1;
| padding-right: 32rpx;
| }
|
| .popup-item-active {
| color: var(--main-color);
| }
|
|