| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @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;
- }
- .container2.data-v-0be17cc6 {
- width: 100vw;
- height: 100vh;
- text-align: center;
- background-color: #fff;
- }
- .container2 .img.data-v-0be17cc6 {
- margin: 0 auto;
- padding-top: 288rpx;
- width: 480rpx;
- height: 508rpx;
- }
- .container2 .img ._img.data-v-0be17cc6 {
- width: 100%;
- height: 100%;
- }
- .container2 .info.data-v-0be17cc6 {
- color: #5792F0;
- }
|