闫增涛
2024-02-23 fdfb3ca757ecd6c396632ed276ff354671d3a7e5
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.order-group {
  margin-bottom: 24rpx;
  background-color: #ffffff;
  border-radius: 16rpx 16rpx 0 0;
}
.order-group .order-group__top {
  padding: 24rpx 18rpx 24rpx 32rpx;
  border-radius: 16rpx 16rpx 0 0;
}
.order-group__top___title {
  font-size: 32rpx;
  line-height: 48rpx;
  font-weight: bold;
}
.order-group__top__note {
  font-size: 28rpx;
}
.order-group__content {
  overflow: hidden;
  width: 100%;
  height: 164rpx;
  display: flex;
  background-color: #fff;
  border-radius: 0 0 16rpx 16rpx;
}
.order-group__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.order-group__item:first-child {
  border-radius: 0 0 0 16rpx;
}
.order-group__item:last-child {
  border-radius: 0 0 16rpx 0;
}
.order-group__item__title {
  font-size: 24rpx;
  color: #666;
  line-height: 32rpx;
}
.order-group__item__icon {
  margin-bottom: 20rpx;
  width: 56rpx;
  height: 56rpx;
  position: relative;
}
.order-group__top__title {
  font-weight: bold;
}
.order-group .order-group__left {
  margin-right: 0;
}