|
|
@@ -1,149 +1,165 @@
|
|
|
/* 搜索框 */
|
|
|
-.list_facility-seek-box {
|
|
|
- position: fixed;
|
|
|
- width: 100%;
|
|
|
- z-index: 200;
|
|
|
- box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.list_facility-seek {
|
|
|
- border-radius: 15px;
|
|
|
- border: 1px solid #cecdcd;
|
|
|
- width: 70%;
|
|
|
- font-size: 14px;
|
|
|
- padding: 10rpx 0 10rpx 25rpx;
|
|
|
- margin: 20rpx 0 20rpx 60rpx;
|
|
|
-}
|
|
|
-
|
|
|
-/* 搜索图标 */
|
|
|
-.list_facility-seek-img {
|
|
|
- width: 50rpx;
|
|
|
- height: 50rpx;
|
|
|
- float: right;
|
|
|
- margin: -40rpx -90rpx 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-.list_facility-box {
|
|
|
- position: relative;
|
|
|
-}
|
|
|
-
|
|
|
-/* 左侧导航栏 */
|
|
|
-.under_line {
|
|
|
- width: 100%;
|
|
|
-}
|
|
|
-
|
|
|
-.scrollY {
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 100rpx;
|
|
|
- width: 200rpx;
|
|
|
- /* position: fixed; */
|
|
|
- border-right: 1rpx solid #efefef;
|
|
|
- background: #f6f6f6;
|
|
|
-}
|
|
|
-
|
|
|
-.left {
|
|
|
- border-top: 1rpx solid #efefef;
|
|
|
- border-right: 1rpx solid #efefef;
|
|
|
-}
|
|
|
-
|
|
|
-.text-style {
|
|
|
- width: 200rpx;
|
|
|
- height: 140rpx;
|
|
|
- line-height: 140rpx;
|
|
|
- text-align: center;
|
|
|
- font-size: 34rpx;
|
|
|
- font-family: PingFangSC-Semibold;
|
|
|
- color: #666666;
|
|
|
-}
|
|
|
-
|
|
|
-.active1 {
|
|
|
- color: #1bce8a;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.active {
|
|
|
- display: block;
|
|
|
- width: 50rpx;
|
|
|
- height: 6rpx;
|
|
|
- background: #1bce8a;
|
|
|
- position: relative;
|
|
|
- left: 75rpx;
|
|
|
- bottom: 30rpx;
|
|
|
-}
|
|
|
-
|
|
|
-/* 右侧内容 */
|
|
|
-.container-right {
|
|
|
- position: absolute;
|
|
|
- top: 100rpx;
|
|
|
- left: 188rpx;
|
|
|
- width: 75%;
|
|
|
- height: 600px;
|
|
|
- padding: 10px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: #fff;
|
|
|
-}
|
|
|
-
|
|
|
-.container-right-box {
|
|
|
- border: 1px solid #fff;
|
|
|
- display: flex;
|
|
|
- justify-content: space-between;
|
|
|
- border-radius: 15px;
|
|
|
- box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
|
|
- margin: 0 0 20rpx 0;
|
|
|
-}
|
|
|
-
|
|
|
-/* 图标 */
|
|
|
-.container-right-box-img {
|
|
|
- width: 80rpx;
|
|
|
- height: 80rpx;
|
|
|
- padding: 35rpx 0 35rpx 20rpx;
|
|
|
-}
|
|
|
-
|
|
|
-/* 右箭头 */
|
|
|
-.container-right-box-right-img {
|
|
|
- width: 40rpx;
|
|
|
- height: 50rpx;
|
|
|
- padding: 35rpx 20rpx 35rpx 0;
|
|
|
- margin: 15rpx 0 0 0;
|
|
|
-}
|
|
|
-
|
|
|
-/* 信息 */
|
|
|
-.container-right-box-meg {
|
|
|
- margin: 0 0 0 -45rpx;
|
|
|
-}
|
|
|
-
|
|
|
-.container-right-box-meg-id {
|
|
|
- color: #666666;
|
|
|
- font-size: 13px;
|
|
|
- font-weight: 550;
|
|
|
- padding: 35rpx 0 0 0;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-.container-right-box-meg-name {
|
|
|
- color: #a8a8a8;
|
|
|
+ .list_facility-seek-box {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ z-index: 200;
|
|
|
+ box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .list_facility-seek {
|
|
|
+ border-radius: 15px;
|
|
|
+ border: 1px solid #cecdcd;
|
|
|
+ width: 70%;
|
|
|
+ font-size: 14px;
|
|
|
+ padding: 10rpx 0 10rpx 25rpx;
|
|
|
+ margin: 20rpx 0 20rpx 60rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 搜索图标 */
|
|
|
+ .list_facility-seek-img {
|
|
|
+ width: 50rpx;
|
|
|
+ height: 50rpx;
|
|
|
+ float: right;
|
|
|
+ margin: -40rpx -90rpx 0 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .list_facility-box {
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 左侧导航栏 */
|
|
|
+ .under_line {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .scrollY {
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 100rpx;
|
|
|
+ width: 200rpx;
|
|
|
+ /* position: fixed; */
|
|
|
+ border-right: 1rpx solid #efefef;
|
|
|
+ background: #f6f6f6;
|
|
|
+ }
|
|
|
+
|
|
|
+ .left {
|
|
|
+ border-top: 1rpx solid #efefef;
|
|
|
+ border-right: 1rpx solid #efefef;
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-style {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 140rpx;
|
|
|
+ line-height: 140rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 34rpx;
|
|
|
+ font-family: PingFangSC-Semibold;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
+
|
|
|
+ .active1 {
|
|
|
+ color: #1bce8a;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .active {
|
|
|
+ display: block;
|
|
|
+ width: 50rpx;
|
|
|
+ height: 6rpx;
|
|
|
+ background: #1bce8a;
|
|
|
+ position: relative;
|
|
|
+ left: 75rpx;
|
|
|
+ bottom: 30rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 右侧内容 */
|
|
|
+ .container-right {
|
|
|
+ position: absolute;
|
|
|
+ top: 100rpx;
|
|
|
+ left: 188rpx;
|
|
|
+ width: 75%;
|
|
|
+ height: 600px;
|
|
|
+ padding: 10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container-right-box {
|
|
|
+ border: 1px solid #fff;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ border-radius: 15px;
|
|
|
+ box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
|
|
|
+ margin: 0 0 20rpx 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 图标 */
|
|
|
+ .container-right-box-img {
|
|
|
+ width: 80rpx;
|
|
|
+ height: 80rpx;
|
|
|
+ padding: 35rpx 0 35rpx 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 右箭头 */
|
|
|
+ .container-right-box-right-img {
|
|
|
+ width: 40rpx;
|
|
|
+ height: 50rpx;
|
|
|
+ padding: 35rpx 20rpx 35rpx 0;
|
|
|
+ margin: 15rpx 0 0 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 信息 */
|
|
|
+ .container-right-box-meg {
|
|
|
+ margin: 0 0 0 -45rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container-right-box-meg-id {
|
|
|
+ color: #666666;
|
|
|
+ font-size: 13px;
|
|
|
+ font-weight: 550;
|
|
|
+ padding: 35rpx 0 0 0;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+
|
|
|
+ .container-right-box-meg-name {
|
|
|
+ /* color: #a8a8a8;
|
|
|
font-size: 12px;
|
|
|
font-weight: 500;
|
|
|
line-height: 40rpx;
|
|
|
- text-align: left;
|
|
|
-}
|
|
|
-
|
|
|
-/* 返回顶部 */
|
|
|
-.goTop {
|
|
|
- height: 80rpx;
|
|
|
- width: 80rpx;
|
|
|
- position: fixed;
|
|
|
- bottom: 50rpx;
|
|
|
- right: 30rpx;
|
|
|
- border-radius: 50%;
|
|
|
-}
|
|
|
-
|
|
|
-/* 底部提示 */
|
|
|
-.list_facility-ul-dowtxt {
|
|
|
- height: 50rpx;
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- color: rgb(129, 129, 129);
|
|
|
-}
|
|
|
+ text-align: left; */
|
|
|
+
|
|
|
+ color: #a8a8a8;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 40rpx;
|
|
|
+ text-align: left;
|
|
|
+ width: 272rpx;
|
|
|
+ overflow: hidden;
|
|
|
+ /* text-overflow: ellipsis; */
|
|
|
+ white-space: nowrap;
|
|
|
+ display: -webkit-box;
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
+ /* autoprefixer: off */
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ /* autoprefixer: on */
|
|
|
+ word-break: break-all;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 返回顶部 */
|
|
|
+ .goTop {
|
|
|
+ height: 80rpx;
|
|
|
+ width: 80rpx;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 50rpx;
|
|
|
+ right: 30rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* 底部提示 */
|
|
|
+ .list_facility-ul-dowtxt {
|
|
|
+ height: 50rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 15px;
|
|
|
+ color: rgb(129, 129, 129);
|
|
|
+ }
|