/* 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: 30rpx; font-size: 28rpx; display: flex; .time1{ margin-right: 40rpx; } } .roombox{ width: 100%; display: flex; margin-top: 38rpx; image{ width: 165rpx; height: 156rpx; border-radius: 10rpx; } .room{ height: 100%; margin-left: 26rpx; .room-name{ font-size: 26rpx; 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: 24rpx; color: #737373; } } } .inputbox{ width: 100%; font-size: 26rpx; .inputbox2{ width: 100%; display: flex; margin-bottom: 30rpx; align-items: center; .in-tex{ display: flex; font-weight: 600; margin-right: 30rpx; width: 185rpx; .red{ color: red; font-weight: 500; margin-left: 4rpx; margin-right: 10rpx; } } .input{ font-size: 28rpx; font-weight: 600; } } } .benefitbox{ width: 100%; height: auto; font-size: 26rpx; .benefitbox1{ margin-bottom: 40rpx; font-size: 26rpx; font-weight: 600; } .benefitbox2{ width: 100%; display: flex; margin-bottom: 40rpx; .benefitbox2-text{ width: 120rpx; } .benefitbox2-text2{ display: flex; margin-left: auto; color:#F37B40; font-size: 28rpx; } .benefitbox2-text_2{ display: flex; margin-left: auto; margin-right: 30rpx; color:#F37B40; font-size: 28rpx; } .benefitbox2-text_22{ display: flex; margin-left: auto; margin-right: 30rpx; } } } .benefitbox2{ width: 100%; display: flex; margin-bottom: 40rpx; .benefitbox2-text{ width: 120rpx; font-size: 26rpx; font-weight: 600; } .benefitbox2-text_22{ display: flex; margin-left: auto; margin-right: 30rpx; font-size: 26rpx; font-weight: 600; } } } .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; } } }