my.wxss 676 B

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-0be17cc6 {
  5. padding-top: 30rpx;
  6. }
  7. .container .box.data-v-0be17cc6 {
  8. display: flex;
  9. width: 750rpx;
  10. height: 110rpx;
  11. line-height: 110rpx;
  12. background-color: #fff;
  13. }
  14. .container .box .icon.data-v-0be17cc6 {
  15. flex: 1;
  16. text-align: center;
  17. }
  18. .container .box .icon ._img.data-v-0be17cc6 {
  19. margin-top: 36rpx;
  20. width: 42rpx;
  21. height: 38rpx;
  22. }
  23. .container .box .title.data-v-0be17cc6 {
  24. flex: 5;
  25. font-size: 30rpx;
  26. font-weight: 400;
  27. }
  28. .container .box .right.data-v-0be17cc6 {
  29. flex: 1;
  30. text-align: center;
  31. }
  32. .container .box .right ._img.data-v-0be17cc6 {
  33. width: 24rpx;
  34. height: 32rpx;
  35. }