app-result.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .app-content.data-v-76b98c44 {
  21. min-height: 40wh;
  22. }
  23. .billing_box_bg.data-v-76b98c44 {
  24. position: relative;
  25. padding: 60rpx 30rpx 30rpx;
  26. display: -webkit-box;
  27. display: -webkit-flex;
  28. display: flex;
  29. -webkit-box-orient: vertical;
  30. -webkit-box-direction: normal;
  31. -webkit-flex-direction: column;
  32. flex-direction: column;
  33. background-color: #f5f5f5;
  34. }
  35. .billing_box_bg .top-view.data-v-76b98c44 {
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. width: 100%;
  40. height: 299rpx;
  41. background: #3385ff;
  42. border-radius: 0rpx 0rpx 83rpx 83rpx;
  43. }
  44. .billing_box_bg .result-view.data-v-76b98c44 {
  45. position: relative;
  46. display: -webkit-box;
  47. display: -webkit-flex;
  48. display: flex;
  49. -webkit-box-orient: vertical;
  50. -webkit-box-direction: normal;
  51. -webkit-flex-direction: column;
  52. flex-direction: column;
  53. -webkit-box-align: center;
  54. -webkit-align-items: center;
  55. align-items: center;
  56. padding: 70rpx;
  57. width: 100%;
  58. background: #ffffff;
  59. border-radius: 20rpx;
  60. z-index: 1;
  61. }
  62. .billing_box_bg .result-view .iconchenggong.data-v-76b98c44 {
  63. font-size: 170rpx;
  64. color: #049E2C;
  65. }
  66. .billing_box_bg .result-view .icondaizhifu.data-v-76b98c44 {
  67. font-size: 170rpx;
  68. color: #ffa92e;
  69. }
  70. .billing_box_bg .result-view .result-title.data-v-76b98c44 {
  71. margin: 50rpx 0 70rpx;
  72. font-size: 32rpx;
  73. }