123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- page {
- background: #fff;
- }
- .mars-mask {
- position: fixed;
- z-index: 9;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .header-content {
- width: 750rpx;
- padding-top: 20rpx;
- box-sizing: border-box;
- position: relative;
- }
- .header-content .header-bg {
- width: 100%;
- height: 340rpx;
- position: absolute;
- left: 0;
- top: 0;
- }
- .header-content .search-content {
- margin: 0 auto 36rpx;
- width: 670rpx;
- height: 64rpx;
- border-radius: 64rpx;
- background: #fff;
- position: relative;
- display: flex;
- }
- .header-content .search-content .city-content {
- height: 64rpx;
- padding: 0 16rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- font-size: 26rpx;
- color: #444;
- white-space: nowrap;
- font-weight: bold;
- }
- .header-content .search-content .city-content .search-icon {
- width: 28rpx;
- height: 28rpx;
- margin-right: 20rpx;
- margin-top: -2rpx;
- }
- .header-content .search-content .city-content .bottom-arrow {
- width: 12rpx;
- height: 6rpx;
- margin-left: 8rpx;
- }
- .header-content .search-ipt {
- flex: 1;
- }
- .header-content .ipt-class {
- line-height: 64rpx;
- height: 64rpx;
- font-size: 26rpx;
- color: #999;
- }
- .header-content .location-title {
- color: #fff;
- font-size: 26rpx;
- text-align: center;
- margin-bottom: 30rpx;
- position: relative;
- }
- .header-content .location-title.location-title-pad {
- margin-bottom: 66rpx;
- }
- .header-content .location-msg {
- font-size: 30rpx;
- width: 560rpx;
- height: 72rpx;
- margin: 0 auto 28rpx;
- line-height: 36rpx;
- position: relative;
- color: #fff;
- text-align: center;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- text-overflow: initial;
- white-space: normal;
- }
- .header-content .switch-btn {
- width: 440rpx;
- height: 100rpx;
- border-radius: 100rpx;
- text-align: center;
- line-height: 100rpx;
- background: #fff;
- font-size: 32rpx;
- box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.08);
- position: relative;
- margin: 0 auto;
- }
- .header-content .local-community-card {
- width: 690rpx;
- height: 360rpx;
- border-radius: 16rpx;
- box-shadow: 0 0 40rpx rgba(0, 0, 0, 0.08);
- margin: 0 auto;
- position: relative;
- }
- .header-content .local-community-card .local-distance {
- position: absolute;
- top: 86rpx;
- right: 12rpx;
- width: 170rpx;
- height: 40rpx;
- border-radius: 20rpx 0 0 20rpx;
- background: linear-gradient(to right, #ff5041, #ff695c);
- color: #fff;
- font-size: 22rpx;
- line-height: 40rpx;
- text-align: center;
- }
- .header-content .local-community-card .card-bg {
- position: absolute;
- width: 690rpx;
- height: 360rpx;
- left: 0;
- top: 0;
- }
- .header-content .local-community-card .head-pic {
- position: absolute;
- width: 120rpx;
- height: 120rpx;
- left: 286rpx;
- top: -60rpx;
- border-radius: 60rpx;
- background: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- box-shadow: 0 0 2rpx rgba(0, 0, 0, 0.2) inset;
- }
- .header-content .local-community-card .head-pic .head-pic-content {
- position: relative;
- width: 106rpx;
- height: 106rpx;
- border-radius: 50rpx;
- }
- .header-content .local-community-card .card-msg {
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- padding-top: 94rpx;
- }
- .header-content .local-community-card .card-msg .group-master {
- font-size: 26rpx;
- line-height: 26rpx;
- color: #999;
- margin-bottom: 40rpx;
- }
- .header-content .local-community-card .card-msg .community-name {
- font-size: 40rpx;
- color: #444;
- line-height: 40rpx;
- margin-bottom: 30rpx;
- font-weight: bold;
- }
- .header-content .local-community-card .card-msg .community-address {
- width: 640rpx;
- font-size: 26rpx;
- line-height: 36rpx;
- color: #444;
- text-align: center;
- }
- .title {
- font-size: 40rpx;
- line-height: 40rpx;
- color: #444;
- border-left: 10rpx solid #ff695c;
- text-indent: 20rpx;
- font-weight: bold;
- }
- .community-list {
- padding-top: 60rpx;
- }
- .history-communities {
- border-bottom: 20rpx solid #f6f6f6;
- }
- .item-border {
- display: block;
- border-bottom: 1rpx solid #efefef;
- }
- .item-border:last-child {
- border: none;
- }
- /* 无社区提示 */
- .no-community {
- display: flex;
- flex-direction: column;
- align-content: center;
- align-items: center;
- }
- .flex-align {
- display: flex;
- flex-direction: column;
- align-content: center;
- align-items: center;
- padding: 100rpx 30rpx;
- }
- .no-community image {
- width: 200rpx;
- height: 200rpx;
- margin-bottom: 30rpx;
- }
- .link-apply {
- display: inline-block;
- color: #ff5777;
- }
|