12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- .from-room{
- padding-top: 60px;
- }
- .srl{
- font-size: 30px;
- font-weight: bold;
- color: #202020;
- .mg{
- font-size: 38px;
- margin: 0 20px 50px 20px;
- }
- .rzline{
- border-top: 2px #999 dashed;
- height: 2px;
- width: 80px;
- display: inline-block;
- margin-bottom: 8px;
- }
- .tips{
- font-size: 30px;
- font-weight: bold;
- color: #333333;
- letter-spacing: 5px;
- line-height: 50px;
- margin: 40px 0;
- .goindex{
- color: #274291;
- position: relative;
- }
- .arrow{
- position: absolute;
- right: 150px;
- top: 12px;
- .v1{
- width: 0;
- height: 0;
- border: 15px solid transparent;
- border-left-color: #274291;
- }
- .v2{
- width: 0;
- height: 0;
- border: 15px solid transparent;
- border-left-color: #fff;
- position: absolute;
- bottom: 0;
- left: -5px;
- }
- }
- }
- .cancel{
- color: #274290;
- display: inline-block;
- margin: 20px 20px 0 0;
- width: 236px;
- height: 78px;
- line-height: 78px;
- border: 2px solid #274190;
- border-radius: 12px;
- }
- .btn {
- width: 236px;
- height: 78px;
- line-height: 78px;
- background: #274291;
- border-radius: 12px;
- display: inline-block;
- color: #fff;
- }
- }
-
-
-
|