dialogExclude.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. .dialog-body-exclude{
  2. position: relative;
  3. width: 520rpx;
  4. margin: 0 75rpx;
  5. padding: 56rpx 40rpx 52rpx;
  6. background-color: #fff;
  7. border-radius: 16rpx;
  8. }
  9. .dialog-body-exclude .title{
  10. display: block;
  11. margin-bottom: 10rpx;
  12. font-size: 42rpx;
  13. line-height: 56rpx;
  14. text-align: center;
  15. font-weight: bold;
  16. color: #333333;
  17. }
  18. .dialog-body-exclude .sub-title{
  19. display: block;
  20. width: 100%;
  21. line-height: 44rpx;
  22. font-size: 30rpx;
  23. text-align: center;
  24. color: #808080;
  25. }
  26. .dialog-body-exclude > image{
  27. }
  28. .dialog-body-exclude > button{
  29. margin: 10rpx 0 34rpx;
  30. font-size: 34rpx;
  31. color: #fff;
  32. border-radius: 46rpx;
  33. background: linear-gradient(to right, #dd7fff, #625af7);
  34. }
  35. .dialog-body-exclude .tip{
  36. position: relative;
  37. width: 310rpx;
  38. height: 216rpx;
  39. margin: 30rpx auto 56rpx;
  40. }
  41. .dialog-body-exclude .tip > image{
  42. position: relative;
  43. display: block;
  44. width: 310rpx;
  45. height: 216rpx;
  46. }
  47. .dialog-body-exclude .tip > text{
  48. position: absolute;
  49. display: block;
  50. width: 310rpx;
  51. left: 0;
  52. top: 124rpx;
  53. color: #fff;
  54. font-size: 27rpx;
  55. line-height: 38rpx;
  56. text-align: center;
  57. }
  58. .dialog-body-exclude .num{
  59. text-align: center;
  60. padding-bottom: 16rpx;
  61. }
  62. .dialog-body-exclude .current {
  63. font-size: 30rpx;
  64. color: #FC874F;
  65. line-height: 54rpx;
  66. vertical-align: middle;
  67. }
  68. .dialog-body-exclude .icon{
  69. width: 60rpx;
  70. height: 60rpx;
  71. vertical-align: middle;
  72. }
  73. .dialog-body-exclude .brain{
  74. display: block;
  75. width: 444rpx;
  76. line-height: 46rpx;
  77. margin: 0 auto;
  78. padding: 14rpx 0;
  79. border-top: 1rpx solid #EEEEEE;
  80. color: #999999;
  81. font-size: 30rpx;
  82. text-align: center;
  83. }