1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- .roomDetail {
- padding: 30px;
- background-color: #f8f8f8;
- .weui-cells__title {
- font-size: 26px;
- }
- .weui-cells_after-title {
- border-radius: 50px;
- font-size: 30px;
- margin-top: 40px;
- }
- .roomloc {
- position: relative;
- font-size: 26px;
- .location {
- width: 50px;
- height: 50px;
- position: absolute;
- right: 0;
- top: -2px;
- z-index: 999;
- }
- }
-
- .adds {
- background-color: #fff;
- border-radius: 12px;
- font-weight: bold;
- margin-top: 20px;
- padding: 30px;
- position: relative;
- .zuobian {
- text-align: left;
- font-size: 32px;
- }
- .add {
- position: absolute;
- right: 30px;
- height: 60px;
- top: calc(50% - 30px);
- width: 170px;
- border: 2px solid #000;
- color: #202020;
- line-height: 56px;
- border-radius: 12px;
- letter-spacing: 5px;
- text-align: center;
- .jiahao {
- font-size: 48px;
- }
- .zengjia {
- position: relative;
- bottom: 4px;
- }
- }
- }
- }
- .button-OK {
- flex: none;
- background: #274291;
- margin: 30px 0 20px 0;
- letter-spacing: 5px;
- line-height: 92px;
- border-radius: 12px;
- font-size: 30px;
- font-weight: bold;
- color: #fff;
- }
|