/* nova-tourism/pages/homestay/homestay-order2/index.wxss */ .all{ width: 100vw; padding-left: 30rpx; padding-right: 30rpx; position: relative; color: #382E2E; font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif; /* 添加后备字体 */ font-weight: 400; .timebox{ width: 100%; height: 50rpx; margin-top: 30rpx; font-size: 24rpx; display: flex; .time1{ margin-right: 52rpx; } } .roombox{ width: 100%; display: flex; margin-top: 38rpx; image{ width: 150rpx; height: 150rpx; border-radius: 10rpx; } .room{ height: 100%; margin-left: 26rpx; .room-name{ font-size: 24rpx; font-weight: 400; margin-bottom: 24rpx; } .room-tag{ font-size: 20rpx; width: 480rpx; height: auto; color: #F37B40; margin-bottom: 6rpx; } .room-text{ width: 480rpx; height: auto; font-size: 20rpx; color: #979797; } } } .inputbox{ width: 100%; font-size: 24rpx; .inputbox2{ width: 100%; display: flex; margin-bottom: 44rpx; align-items: center; .in-tex{ display: flex; margin-right: 30rpx; width: 185rpx; .red{ color: red; font-weight: 400; margin-left: 4rpx; margin-right: 10rpx; } } .input{ font-size: 24rpx; font-weight: 400; } } } .benefitbox{ width: 100%; height: auto; font-size: 24rpx; .benefitbox1{ margin-bottom: 36rpx; font-size: 24rpx; font-weight: 400; } .benefitbox2{ width: 100%; display: flex; margin-bottom: 34rpx; .benefitbox2-text{ width: 120rpx; } .benefitbox2-text2{ display: flex; margin-left: auto; color:#F37B40; font-size: 24rpx; } .benefitbox2-text_2{ display: flex; margin-left: auto; margin-right: 30rpx; color:#F37B40; font-size: 24rpx; } .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: 24rpx; font-weight: 400; } .benefitbox2-text_22{ display: flex; margin-left: auto; margin-right: 30rpx; font-size: 24rpx; font-weight: 400; } } } .subbox{ position:fixed; bottom: 0; left: 0; width: 100%; height: 82rpx; display: flex; font-size: 32rpx; font-weight: 700; color: #382E2E; .subbox1{ width: 38%; display: flex; justify-content: center; align-items: center; } .subbox2{ width: 62%; height: 100%; background-color: #F89B7F; color: white; display: flex; justify-content: center; align-items: center; .subbox2_2{ margin-left: 10rpx; } } }