闫增涛
2024-02-29 7802b0bddaccecd066e2838e0b977ef0c2052abd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* pages/bookServices/detail/components/brief/index.wxss */
.message {
  padding: 0 40rpx 40rpx 40rpx;
}
 
.message image {
  width: 42rpx;
  height: 48rpx;
}
 
.basic-title {
  margin-top: 40rpx;
  display: flex;
  align-items: center;
  margin-bottom: 24rpx;
}
 
.title-name {
  margin-left: 18rpx;
  font-size: 32rpx;
  color: #333;
  font-weight: bold;
}