| | |
| | | |
| | | .content-wrapper { |
| | | position: relative; |
| | | padding: 30rpx; |
| | | padding: 20rpx 30rpx; |
| | | padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx); |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .domainBox .title { |
| | | color: #333; |
| | | font-weight: bold; |
| | | padding: 30rpx; |
| | | padding: 30rpx 30rpx 0rpx 30rpx; |
| | | } |
| | | |
| | | .domainList { |
| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | justify-content: center; |
| | | padding-bottom: 30rpx; |
| | | } |
| | | |
| | | .domainList1 { |
| | |
| | | width: 160rpx; |
| | | min-width: 160rpx; |
| | | flex-shrink: 0; |
| | | padding: 30rpx 0; |
| | | padding: 40rpx 0; |
| | | } |
| | | |
| | | .listItem:nth-child(5), |
| | | .listItem:nth-child(6), |
| | | .listItem:nth-child(7), |
| | | .listItem:nth-child(8) { |
| | | padding-top: 10rpx !important; |
| | | } |
| | | |
| | | .listItem .icon { |