chargemoneyresult.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .chargemoney_succ{
  2. margin: 0rpx 310rpx;
  3. }
  4. .chargemoney_succ_image {
  5. height: 130rpx;
  6. width: 130rpx;
  7. margin-top: 76rpx;
  8. }
  9. .context {
  10. height: 100%;
  11. width: 100%;
  12. position: absolute;
  13. top: 0;
  14. left: 0;
  15. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  16. }
  17. text {
  18. display: block;
  19. font-size: 24rpx;
  20. font-family: 'Lucida Sans',
  21. 'Lucida Sans Regular',
  22. 'Lucida Grande',
  23. 'Lucida Sans Unicode',
  24. Geneva,
  25. Verdana,
  26. sans-serif;
  27. color: #434343;
  28. text-overflow: ellipsis;
  29. white-space: nowrap;
  30. overflow: hidden;
  31. line-height: 24rpx;
  32. height: 24rpx;
  33. min-height: 24rpx;
  34. }
  35. .context_time {
  36. margin-top: 32rpx;
  37. /* margin-right: 32rpx;
  38. margin-left: 32rpx; */
  39. margin-bottom: 96rpx;
  40. text-align: center;
  41. }
  42. .context_time .info{
  43. color: #00aadd;
  44. font-size: 34rpx;
  45. line-height: 34rpx;
  46. height: 34rpx;
  47. min-height: 34rpx;
  48. }
  49. .context_time .time{
  50. margin-top: 24rpx;
  51. color: #00aadd;
  52. font-size: 24rpx;
  53. line-height: 24rpx;
  54. height: 24rpx;
  55. min-height: 24rpx;
  56. }
  57. .context_result {
  58. margin: 0rpx 40rpx;
  59. padding: 12rpx 32rpx;
  60. background-color: #f5f5f5;
  61. border-radius: 10rpx;
  62. }
  63. .context_result view {
  64. line-height: 64rpx;
  65. height: 64rpx;
  66. min-height: 64rpx;
  67. }
  68. .context_result text {
  69. display: inline-block;
  70. color: #959595;
  71. }
  72. .context_result .inline {
  73. color: #434343;
  74. padding-left: 40rpx;
  75. }