From 730a886772761f751452fa092a0412a7b758985d Mon Sep 17 00:00:00 2001
From: liangce <394218399@qq.com>
Date: Mon, 13 Apr 2020 17:07:45 +0800
Subject: [PATCH] 修改会议室列表样式

---
 pages/meetingRoomList/meetingRoomList.acss | 114 ------------------------------------------------------------------------------------------------------------------
 1 file changed, 114 deletions(-)

diff --git a/pages/meetingRoomList/meetingRoomList.acss b/pages/meetingRoomList/meetingRoomList.acss
index 58edb19..658086e 100644
--- a/pages/meetingRoomList/meetingRoomList.acss
+++ b/pages/meetingRoomList/meetingRoomList.acss
@@ -56,25 +56,6 @@
   color: rgba(25, 31, 37, 0.40);
 }
 
-.searchLocation {
-  width: 200rpx;
-  height: 96rpx;
-  line-height: 96rpx;
-}
-
-.searchLocation>view:nth-of-type(1) {
-  flex: 1;
-  overflow: hidden;
-  white-space: nowrap;
-  text-overflow: ellipsis;
-  text-align: right;
-}
-
-.searchLocation>view:nth-of-type(2) {
-  margin: 0 10rpx 0 16rpx;
-  width: 24rpx;
-}
-
 .reserveMeeting {
   width: 100%;
 }
@@ -85,39 +66,6 @@
   background: #ffffff;
 }
 
-.searchHeader2>scroll-view {
-  overflow-x: scroll;
-  display: flex;
-  height: 100%;
-  padding: 0 32rpx;
-  align-items: center;
-}
-
-.equipFacilityList {
-  margin-right: 24rpx;
-  white-space: nowrap;
-  display: flex;
-  align-items: center;
-  font-size: 26rpx;
-  line-height: 96rpx;
-}
-
-.selectListcheck {
-  margin-right: 8rpx;
-}
-
-.selectListcheck .iconfont {
-  font-size: 32rpx;
-}
-
-.selectListcheck .iconweigouxuan {
-  color: rgba(25, 31, 37, 0.12);
-}
-
-.selectListcheck .iconxuanzhong2 {
-  color: #3296FA;
-}
-
 .roomMessage {
   width: 100%;
   align-items: center
@@ -220,18 +168,6 @@
 
 /* 弹框的样式 */
 
-.modal {
-  position: fixed;
-  left: 0;
-  top: 0;
-  width: 100%;
-  height: 100%;
-  display: flex;
-  align-items: flex-end;
-  background: rgba(0, 0, 0, .15);
-  z-index: 999;
-}
-
 .modalContent, .calendarMoadl {
   width: 100%;
   height: 732rpx;
@@ -358,56 +294,6 @@
   box-sizing: border-box;
 }
 
-.iconyigouxuan {
-  color: #3296FA;
-}
-
-/* 区域选择样式 */
-
-.lableTreeBox {
-  position: fixed;
-  left: 0;
-  top: 0;
-  width: 100%;
-  height: 100%;
-  background: rgba(0, 0, 0, .1);
-  display: flex;
-  align-items: flex-end;
-}
-
-.lableTreeContent {
-  width: 100%;
-  height: 527rpx;
-  background: #FFFFFF;
-  box-shadow: 0 -2rpx 20rpx 0 rgba(25, 31, 37, 0.12);
-  border-radius: 19rpx 19rpx 0px 0px;
-}
-
-.lableTreeHeader {
-  width: 100%;
-  height: 104rpx;
-  padding: 0 32rpx;
-  line-height: 104rpx;
-  font-size: 34rpx;
-  display: flex;
-  box-sizing: border-box;
-  border-bottom: 1px solid rgba(25, 31, 37, 0.12);
-}
-
-.lableTreeHeader>view {
-  flex: 1;
-  height: 104rpx;
-}
-
-.lableTreeHeader>view:nth-of-type(1) {
-  color: #191F25;
-}
-
-.lableTreeHeader>view:nth-of-type(2) {
-  color: #3296FA;
-  text-align: right
-}
-
 .dataNumSelected {
   border-bottom: 2rpx solid #EA0C28;
 }
--
libgit2 0.26.0