style.less 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .from-room{
  2. padding-top: 60px;
  3. }
  4. .srl{
  5. font-size: 30px;
  6. font-weight: bold;
  7. color: #202020;
  8. .mg{
  9. font-size: 38px;
  10. margin: 0 20px 50px 20px;
  11. }
  12. .rzline{
  13. border-top: 2px #999 dashed;
  14. height: 2px;
  15. width: 80px;
  16. display: inline-block;
  17. margin-bottom: 8px;
  18. }
  19. .tips{
  20. font-size: 30px;
  21. font-weight: bold;
  22. color: #333333;
  23. letter-spacing: 5px;
  24. line-height: 50px;
  25. margin: 40px 0;
  26. .goindex{
  27. color: #274291;
  28. position: relative;
  29. }
  30. .arrow{
  31. position: absolute;
  32. right: 150px;
  33. top: 12px;
  34. .v1{
  35. width: 0;
  36. height: 0;
  37. border: 15px solid transparent;
  38. border-left-color: #274291;
  39. }
  40. .v2{
  41. width: 0;
  42. height: 0;
  43. border: 15px solid transparent;
  44. border-left-color: #fff;
  45. position: absolute;
  46. bottom: 0;
  47. left: -5px;
  48. }
  49. }
  50. }
  51. .cancel{
  52. color: #274290;
  53. display: inline-block;
  54. margin: 20px 20px 0 0;
  55. width: 236px;
  56. height: 78px;
  57. line-height: 78px;
  58. border: 2px solid #274190;
  59. border-radius: 12px;
  60. }
  61. .btn {
  62. width: 236px;
  63. height: 78px;
  64. line-height: 78px;
  65. background: #274291;
  66. border-radius: 12px;
  67. display: inline-block;
  68. color: #fff;
  69. }
  70. }