| 123456789101112131415161718192021222324252627282930313233343536 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-0be17cc6 {
- padding-top: 30rpx;
- }
- .container .box.data-v-0be17cc6 {
- display: flex;
- width: 750rpx;
- height: 110rpx;
- line-height: 110rpx;
- background-color: #fff;
- }
- .container .box .icon.data-v-0be17cc6 {
- flex: 1;
- text-align: center;
- }
- .container .box .icon ._img.data-v-0be17cc6 {
- margin-top: 36rpx;
- width: 42rpx;
- height: 38rpx;
- }
- .container .box .title.data-v-0be17cc6 {
- flex: 5;
- font-size: 30rpx;
- font-weight: 400;
- }
- .container .box .right.data-v-0be17cc6 {
- flex: 1;
- text-align: center;
- }
- .container .box .right ._img.data-v-0be17cc6 {
- width: 24rpx;
- height: 32rpx;
- }
|