pay.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-c10d0c50 {
  5. width: 100%;
  6. min-height: 100vh;
  7. background-image: url(/static/bg.png);
  8. background-size: 100% 100%;
  9. }
  10. .container .body.data-v-c10d0c50 {
  11. margin: 0 30rpx;
  12. padding: 60rpx 0;
  13. }
  14. .container .body .form.data-v-c10d0c50 {
  15. border-radius: 5px;
  16. background-color: #fff;
  17. }
  18. .container .body .form .form_item.data-v-c10d0c50 {
  19. display: flex;
  20. align-items: center;
  21. margin-left: 40rpx;
  22. line-height: 100rpx;
  23. border-bottom: 1px solid #D9D9D9;
  24. }
  25. .container .body .form .form_item .form_item_key.data-v-c10d0c50 {
  26. width: 160rpx;
  27. font-size: 32rpx;
  28. color: #808080;
  29. text-align-last: justify;
  30. }
  31. .container .body .form .form_item .form_item_value.data-v-c10d0c50 {
  32. margin-left: 60rpx;
  33. font-size: 32rpx;
  34. font-weight: bold;
  35. }
  36. .container .body .form .info.data-v-c10d0c50 {
  37. margin: 0 40rpx;
  38. font-size: 24rpx;
  39. color: #808080;
  40. }
  41. .container .body .form .foot_button.data-v-c10d0c50 {
  42. margin-top: 30rpx;
  43. padding: 0 40rpx;
  44. }
  45. .container .body .form .bottom.data-v-c10d0c50 {
  46. padding-bottom: 50rpx;
  47. }