appointResult.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. page {
  2. min-height: 100%;
  3. width: 100%;
  4. background: #f5f5f5;
  5. }
  6. .container{
  7. padding:96rpx 0 0;
  8. text-align: center;
  9. }
  10. .container .success-img{
  11. width:186rpx;
  12. height:154rpx;
  13. margin-bottom:42rpx;
  14. }
  15. .success-title{
  16. color: #333333;
  17. font-size: 32rpx;
  18. height: 32rpx;
  19. line-height: 32rpx;
  20. }
  21. .success-tips{
  22. font-size: 24rpx;
  23. height: 32rpx;
  24. line-height: 32rpx;
  25. margin:32rpx 0 68rpx;
  26. }
  27. .container .btn-wrapper {
  28. display: flex;
  29. justify-content: space-between;
  30. padding:0 154rpx;
  31. }
  32. .view-order{
  33. width: 200rpx;
  34. height: 70rpx;
  35. border: 1rpx solid #999999;
  36. border-radius: 70rpx;
  37. line-height: 70rpx;
  38. font-size: 30rpx;
  39. color: #333;
  40. text-align: center;
  41. }
  42. .back-index{
  43. width: 200rpx;
  44. height: 70rpx;
  45. background: #00C0FF;
  46. border-radius: 70rpx;
  47. line-height: 70rpx;
  48. font-size: 30rpx;
  49. color: #fff;
  50. text-align: center;
  51. }
  52. /* 弹框 */
  53. .appoint-wrapper{
  54. height: 100%;
  55. display: flex;
  56. align-items: center;
  57. justify-content: center;
  58. }
  59. .appoint-block{
  60. background:url('https://jzmall.lifejingzhi.com/file/jzmall/weixin/appoint-dia.png') no-repeat center;
  61. background-size: 100% 100%;
  62. width:576rpx;
  63. height:524rpx;
  64. padding-top:248rpx;
  65. display: flex;
  66. flex-direction: column;
  67. align-items: center;
  68. }
  69. .appoint-block .pay-title{
  70. height: 30rpx;
  71. font-size: 30rpx;
  72. line-height: 30rpx;
  73. color:#333;
  74. }
  75. .appoint-block .appoint-tips{
  76. height: 26rpx;
  77. font-size: 26rpx;
  78. line-height: 26rpx;
  79. margin:32rpx 0 70rpx;
  80. }
  81. .appoint-btn{
  82. width:458rpx;
  83. height:80rpx;
  84. line-height: 80rpx;
  85. border-radius: 80rpx;
  86. text-align: center;
  87. color: #fff;
  88. background: #00C0FF;
  89. }