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
| /* pages/bookServices/detail/components/brief/index.wxss */
| .message {
| padding: 0 40rpx 40rpx 40rpx;
| min-height: 550rpx;
| }
|
|
| .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;
| }
|
|