123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- page {
- background-color: #F4F4F4;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-size: 32rpx;
- }
- .curpage .top {
- margin-top: 32rpx;
- padding: 10rpx 30rpx;
- display: flex;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .curpage .top .image {
- margin: 20rpx;
- }
- .curpage .top .image image {
- width: 180rpx;
- height: 110rpx;
- }
- .curpage .house {
- border-radius: 16rpx 56rpx 8rpx 8rpx;
- background-color: #FFF;
- padding: 50rpx 30rpx 40rpx;
- box-sizing: border-box;
- }
- .curpage .house .houseType {
- display: flex;
- flex-wrap: wrap;
- box-sizing: border-box;
- }
- .curpage .house .houseType .houseType-item-active {
- width: calc(90% / 3);
- padding: 10rpx;
- }
- .curpage .house .houseType .houseType-item-active .image {
- width: 100%;
- position: relative;
- }
- .curpage .house .houseType .houseType-item-active .image image {
- box-sizing: border-box;
- width: 100%;
- height: 208rpx;
- border-radius: 8rpx 24rpx 8rpx 24rpx;
- border: 2rpx solid #1e9f6a;
- }
- .curpage .house .houseType .houseType-item-active .text {
- font-size: 26rpx;
- text-align: center;
- color: #1E9F6A;
- }
- .curpage .house .houseType .houseType-item {
- width: calc(90% / 3);
- padding: 10rpx;
- }
- .curpage .house .houseType .houseType-item .image {
- width: 100%;
- position: relative;
- }
- .curpage .house .houseType .houseType-item .image image {
- width: 100%;
- height: 208rpx;
- border-radius: 8rpx 24rpx 8rpx 24rpx;
- }
- .curpage .house .houseType .houseType-item .text {
- font-size: 26rpx;
- text-align: center;
- color: #101010;
- }
- .curpage .house .houseType .surplus {
- width: 95rpx;
- height: 34rpx;
- background: #030303;
- box-shadow: 0px 2rpx 11rpx 0px rgba(30, 159, 106, 0.22);
- border-radius: 2rpx 12rpx 2rpx 12rpx;
- opacity: 0.39;
- font-size: 20rpx;
- color: #FFFFFF;
- text-align: center;
- position: absolute;
- top: 0rpx;
- left: 30%;
- }
- .curpage .houseNumber {
- background-color: #ffffff;
- margin: 20rpx 0;
- padding: 50rpx 30rpx 40rpx;
- }
- .curpage .houseNumber .housePrice {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .curpage .travel {
- background-color: #ffffff;
- padding: 50rpx 0rpx;
- }
- .curpage .Roommate {
- padding: 50rpx 0rpx;
- background-color: #ffffff;
- margin: 20rpx 0;
- }
- .curpage .Roommate .roommate-top {
- display: flex;
- justify-content: space-between;
- padding: 0 30rpx;
- }
- .curpage .Roommate .travelList {
- padding: 0 20rpx;
- }
- .curpage .Roommate .flex {
- display: flex;
- }
- .curpage .Roommate .flex .flex-item {
- margin: 0 20rpx;
- width: 176rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: #F4F4F4;
- border-radius: 2rpx 30rpx 2rpx 30rpx;
- font-size: 30rpx;
- text-align: center;
- }
- .curpage .Roommate .flex .flex-item-active {
- box-sizing: border-box;
- width: 176rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: rgba(30, 159, 106, 0.1);
- border-radius: 2rpx 30rpx 2rpx 30rpx;
- border: 1rpx solid #1E9F6A;
- font-size: 30rpx;
- color: #1E9F6A;
- text-align: center;
- }
- .curpage .Roommate .addpeople {
- margin: 40rpx 20rpx 0;
- width: 176rpx;
- height: 60rpx;
- line-height: 60rpx;
- background: #F4F4F4;
- border-radius: 2rpx 30rpx 2rpx 30rpx;
- font-size: 30rpx;
- text-align: center;
- margin-left: 490rpx;
- }
- .curpage .remarks {
- background-color: #ffffff;
- padding: 50rpx 30rpx;
- margin-bottom: 104rpx;
- }
- .curpage .remarks .text {
- background-color: #F4F4F4;
- padding: 40rpx 24rpx;
- font-size: 32rpx;
- }
- .curpage .navbar {
- z-index: 9999;
- box-sizing: border-box;
- padding: 0 30rpx;
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 104rpx;
- background: #1E9F6A;
- border-radius: 16rpx 16rpx 0px 0px;
- color: #ffffff;
- position: fixed;
- bottom: 0;
- left: 0;
- }
- .curpage .navbar .next {
- width: 50%;
- text-align: center;
- border-left: 1rpx solid #ffffff;
- }
- .curpage .navbar .price {
- display: flex;
- }
- .order {
- margin-bottom: 104rpx;
- padding: 40rpx 30rpx 0;
- }
- .order .icon {
- padding-left: 50%;
- }
- .order .orderDetails {
- display: flex;
- justify-content: space-between;
- }
- .popupstyle {
- background-color: pink;
- }
|