123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- @charset "UTF-8";
- /* 需要放到文件最上面 */
- /* 水平间距 */
- /* 水平间距 */
- /*
- 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
- */
- /* 水平间距 */
- .house-detail {
- background: #fff;
- padding-bottom: 140rpx;
- }
- .house-detail .banner {
- position: relative;
- width: 100%;
- }
- .house-detail .banner .banner-swiper {
- height: 600rpx;
- }
- .house-detail .banner .banner-swiper-img {
- height: 600rpx !important;
- }
- .house-detail .banner .swiper-item image {
- width: 100%;
- }
- .house-detail .banner .indicator-dots {
- position: absolute;
- bottom: 30rpx;
- left: 0;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .house-detail .banner .indicator-dots text {
- font-size: 24rpx;
- color: #ffffff;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 50rpx;
- width: 64rpx;
- text-align: center;
- }
- .house-detail .banner .uni-swiper-dot {
- width: 40rpx;
- height: 4rpx;
- border-radius: 20rpx;
- }
- .house-detail .house-info {
- position: relative;
- padding: 30rpx;
- border-top-left-radius: 30rpx;
- border-top-right-radius: 30rpx;
- background: #ffffff;
- margin-top: -30rpx;
- }
- .house-detail .house-info .title {
- font-size: 38rpx;
- font-weight: bold;
- }
- .house-detail .house-info .price {
- padding-top: 20rpx;
- color: #e43d33;
- }
- .house-detail .house-info .price .price-number {
- font-size: 44rpx;
- font-weight: bold;
- }
- .house-detail .house-info .price .price-text {
- display: inline-block;
- font-size: 26rpx;
- scale: 0.8;
- }
- .house-detail .information {
- padding-top: 30rpx;
- }
- .house-detail .information .tag {
- margin-top: 10rpx;
- margin-bottom: 20rpx;
- padding: 0 20rpx;
- }
- .house-detail .information .tag .house-tag {
- background-color: #d4d1d7;
- border-color: #d4d1d7;
- padding: 0 10px;
- border-radius: 10rpx;
- margin-right: 20rpx;
- }
- .house-detail .information .tag .house-tag text {
- background: transparent;
- border: none;
- }
- .house-detail .information .head-tilte {
- font-size: 30rpx;
- font-weight: bold;
- }
- .house-detail .information .information-list {
- display: flex;
- flex-wrap: wrap;
- padding: 20rpx 20rpx 0;
- }
- .house-detail .information .information-list .information-box {
- width: 50%;
- display: flex;
- padding: 20rpx 0;
- }
- .house-detail .information .information-list .information-title {
- font-size: 26rpx;
- color: #c7c7c7;
- }
- .house-detail .information .information-list .information-text {
- font-size: 26rpx;
- color: #6a6a6a;
- flex: 1;
- width: 0;
- overflow: hidden;
- white-space: nowrap;
- }
- .house-detail .information .desc {
- padding-top: 20rpx;
- }
- .house-detail .information .desc .desc-text {
- padding: 20rpx;
- color: #6a6a6a;
- font-size: 26rpx;
- }
- .house-detail .btn-box {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx 1%;
- background: #fff;
- box-shadow: 0 0 5px rgba(216, 216, 216, 0.5);
- }
- .house-detail .btn-box .share {
- flex: 1;
- text-align: center;
- background: #4a55fd;
- border-radius: 8rpx;
- height: 60rpx;
- text-align: center;
- margin: 0 1%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- color: #fff;
- }
- .house-detail .btn-box .color01 {
- background: linear-gradient(to right, #fea733, #feb34d, #fdc46b);
- }
- .house-detail .btn-box .color02 {
- background: linear-gradient(to right, #ff4761, #fe606e, #fc706f);
- }
|