123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- /* nova-tourism/pages/homestay/homestay-order2/index.wxss */
- .all{
- width: 100vw;
- padding-left: 30rpx;
- padding-right: 30rpx;
- position: relative;
- color: #382E2E;
- .timebox{
- width: 100%;
- height: 50rpx;
- margin-top: 10rpx;
- font-size: 30rpx;
- display: flex;
- .time1{
- margin-right: 40rpx;
- }
- }
- .roombox{
- width: 100%;
- display: flex;
- margin-top: 40rpx;
- image{
- width: 170rpx;
- height: 170rpx;
- border-radius: 10rpx;
- }
- .room{
- height: 100%;
- margin-left: 20rpx;
- .room-name{
- font-size: 28rpx;
- font-weight: 600;
- margin-bottom: 24rpx;
- }
- .room-tag{
- font-size: 26rpx;
- width: 480rpx;
- height: auto;
- color: #F37B40;
- margin-bottom: 10rpx;
- }
- .room-text{
- width: 480rpx;
- height: auto;
- font-size: 26rpx;
- color: #737373;
- }
- }
- }
- .lable{
- color: #382E2E;
- }
- .benefitbox{
- width: 100%;
- height: auto;
- font-size: 28rpx;
- .benefitbox1{
- margin-bottom: 40rpx;
- }
- .benefitbox2{
- width: 100%;
- display: flex;
- margin-bottom: 40rpx;
- .benefitbox2-text{
- width: 120rpx;
- }
- .benefitbox2-text2{
- display: flex;
- margin-left: auto;
- color:#F37B40;
- }
- .benefitbox2-text_2{
- display: flex;
- margin-left: auto;
- margin-right: 30rpx;
- color:#F37B40;
- }
- .benefitbox2-text_22{
- display: flex;
- margin-left: auto;
- margin-right: 30rpx;
- }
- }
- }
- .benefitbox2{
- width: 100%;
- display: flex;
- margin-bottom: 40rpx;
- .benefitbox2-text{
- width: 120rpx;
- }
- .benefitbox2-text_22{
- display: flex;
- margin-left: auto;
- margin-right: 30rpx;
- }
- }
- }
- .subbox{
- position:fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 90rpx;
- display: flex;
- font-size: 30rpx;
- color: #382E2E;
- .subbox1{
- width: 40%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .subbox2{
- width: 60%;
- height: 100%;
- background-color: #F89B7F;
- color: white;
- display: flex;
- justify-content: center;
- align-items: center;
- .subbox2_2{
- margin-left: 10rpx;
- }
- }
-
- }
|