123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- .home-page-header image {
- width: 100%;
- height: 300rpx;
- }
- .home-page-header {
- position: relative;
- }
- .page_title {
- color: #dbcf63;
- font-weight: bold;
- }
- .home-page-header view {
- background-color: #03BB7A;
- text-align: center;
- padding: 10rpx;
- border-radius: 15px 15px 0 0;
- position: absolute;
- bottom: 0;
- width: 98%;
- }
- .home-page-home-container {
- padding: 10rpx;
- margin: 20rpx 0;
- }
- .garden_name {
- display: flex;
- justify-content: space-between;
- padding: 20rpx;
- }
- .garden_name>text,
- .traffic {
- font-weight: 700;
- font-size: 18px;
- }
- .attention {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .attention image {
- width: 40rpx;
- height: 40rpx
- }
- .attention text {
- font-size: 28rpx;
- color: var(--weui-FG-2);
- }
- .weui-cell__hd image {
- margin-right: 1px;
- vertical-align: middle;
- width: 20px;
- height: 20px
- }
- .weui-cell__bd {
- font-size: 30rpx;
- color: var(--weui-FG-1);
- }
- .price {
- padding: 20rpx;
- margin: 20rpx 20rpx;
- border: 3rpx solid #d8d7d5;
- box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.15);
- }
- .house_detail{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .large_text {
- font-weight: 700;
- font-size: x-large;
- }
- .smaler_text {
- font-size: x-small;
- font-weight: 600;
- }
- .light_text{
- color: rgb(211, 211, 211);
- font-size: xx-small;
- }
- .mytest{
- width: 50px;
- height: 1px;
- border-bottom: 1px solid rgb(211, 211, 211);
- transform: rotate(110deg);
- }
- .page-home-container .tab-bar__placeholder,
- .page-home-container .tab-bar__inner {
- height: 88rpx;
- line-height: 88rpx;
- background: #fff;
- }
- .page-home-container .tab-bar__inner {
- font-size: 26rpx;
- color: #333333;
- position: fixed;
- width: 100vw;
- top: 0;
- left: 0;
- }
- .page-home-container .tab-bar__inner.order-nav .order-nav-item .bottom-line {
- bottom: 12rpx;
- }
- .home-page-container .t-tabs .t-tabs-nav {
- background-color: transparent;
- line-height: 80rpx;
- font-size: 28rpx;
- color: #333;
- }
- .home-page-container .t-tabs .t-tabs-scroll {
- border: none !important;
- }
- .home-page-container .t-tabs {
- margin: 20rpx 0;
- background: #f5f5f5;
- }
- .t-tabs.t-tabs--top .t-tabs__item,
- .t-tabs.t-tabs--bottom .t-tabs__item {
- height: 86rpx !important;
- }
- .tab-bar__inner .t-tabs-is-active {
- color: #03BB7A !important;
- }
- .tab-bar__inner .t-tabs-track {
- background: #03BB7A !important;
- }
- .page-home-container .tab-bar__active {
- font-size: 28rpx;
- }
- .home-page-container{
- padding-bottom: 20px;
- }
- .home-page-container .tab .order-nav-item.active .bottom-line {
- background-color: #03BB7A !important;
- }
- .home-page-container .t-class-item {
- color: #333333 !important;
- font-size: 32rpx;
- }
- .home-page-container .t-class-track {
- background-color: #03BB7A !important;
- height: 6rpx !important;
- border-radius: 4rpx !important;
- width: 48rpx !important;
- }
- /* 列表 */
- .like_content {
- display: flex;
- padding: 20rpx;
- border-bottom: 1rpx solid #efefef;
- }
- .like_content image {
- width: 250rpx;
- height: 250rpx;
- display: block;
- }
- .like_content .info {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .info {
- padding: 5px;
- }
- .info_tltle {
- font-weight: bolder;
- font-size: 34rpx;
- }
- .info_news text {
- font-size: 28rpx;
- margin-right: 10px;
- }
- .info_price {
- color: red;
- font-weight: bolder;
- }
- .info_state {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .info_state view {
- margin: 5px;
- font-size: 22rpx;
- background-color: rgb(221, 222, 224);
- color: rgb(150, 164, 207);
- text-align: center;
- }
- .general {
- margin: 10rpx 0;
- padding: 10rpx;
- display: flex;
- }
- .general .general_title>view .general_info>view {
- margin: 10rpx auto;
- }
- .general .general_title>view {
- text-align: left;
- margin-left: 20rpx;
- }
- .home-page-footer {
- width: 100%;
- position: fixed;
- bottom: 0;
- margin: 40rpx 0 0 0;
- display: flex;
- z-index: 99;
- justify-content: space-around;
- background-color: #f5f5f5;
- }
- .home-page-footer>text {
- display: flex;
- align-items: center;
- color: white;
- text-align: center;
- }
- .home-page-footer image {
- width: 20rpx;
- height: 20rpx
- }
- .consult {
- background-color: coral;
- }
- .appointment {
- background-color: #179415;
- }
- .footer_phone {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .gray {
- color: #858484
- }
- .weui-cells:before {
- border-top: none;
- }
- .t-tabs.t-tabs--top .t-tabs__scroll {
- border-bottom: none !important;
- }
|