free-enter.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. page.data-v-39cae9a6{
  2. width:100%;
  3. height:100%;
  4. }
  5. .wrap.data-v-39cae9a6{
  6. width:100%;
  7. height:100%;
  8. /*background: url("https://wx.fujinyangche.com/nvrnetwork/images/lecel2_free.jpg") no-repeat;*/
  9. /*background-size: 100% 100%;*/
  10. position: relative;
  11. }
  12. .wrap image.data-v-39cae9a6{
  13. display: block;
  14. width:100%;
  15. height:100%;
  16. }
  17. .masking.data-v-39cae9a6{
  18. width:100%;
  19. height:100%;
  20. background:rgba(0,0,0,0.5);
  21. position: absolute;
  22. top:0;
  23. left:0;
  24. z-index:100;
  25. display: none;
  26. }
  27. .showMask.data-v-39cae9a6{
  28. display: block;
  29. }
  30. .delete_wrap.data-v-39cae9a6{
  31. width:600rpx;
  32. height:260rpx;
  33. background:rgba(255,255,255,1);
  34. border-radius:10rpx;
  35. position: fixed;
  36. top:50%;
  37. left:50%;
  38. -webkit-transform: translate(-50%,-50%);
  39. transform: translate(-50%,-50%);
  40. }
  41. .wrap_top.data-v-39cae9a6{
  42. font-size: 32rpx;
  43. color:#000000;
  44. font-weight: bold;
  45. text-align: center;
  46. height:152rpx;
  47. line-height: 152rpx;
  48. border-bottom:1px solid #F2F2F2;
  49. box-sizing: border-box;
  50. }
  51. .wrap_bom_lf.data-v-39cae9a6{
  52. width:50%;
  53. border-right: 1px solid #f2f2f2;
  54. box-sizing: border-box;
  55. font-size: 32rpx;
  56. color:#222222;
  57. font-weight: bold;
  58. text-align: center;
  59. line-height: 106rpx;
  60. display: inline-block;
  61. }
  62. .confirm.data-v-39cae9a6{
  63. width:50%;
  64. display: inline-block;
  65. text-align: center;
  66. line-height: 106rpx;
  67. font-size: 32rpx;
  68. color:#E77817;
  69. font-weight: bold;
  70. }
  71. .notice_right.data-v-39cae9a6{
  72. width:330rpx;
  73. height:100rpx;
  74. background: #E77817;
  75. border-radius: 50rpx;
  76. line-height: 100rpx;
  77. text-align: center;
  78. font-size: 44rpx;
  79. font-weight: bold;
  80. color:#ffffff;
  81. float:left;
  82. position: absolute;
  83. left:50%;
  84. -webkit-transform: translateX(-50%);
  85. transform: translateX(-50%);
  86. bottom:450rpx;
  87. }