123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288 |
- .header-title{
- padding: 0 32rpx;
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- background: rgba(255, 255, 255, 0.6);
- }
- .user-img{
- width: 64rpx;
- height: 64rpx;
- margin-right: 24rpx;
- border-radius: 50%;
- overflow: hidden;
- justify-content: center;
- }
- .delete_icon{
- height: 339px;
- display: flex;
- align-items: center;
- padding-left: 16px;
- .delete_box{
- width: 44px;
- height: 44px;
- background: #FEF2F1;
- border-radius: 50%;
- image{
- width: 32rpx;
- height: 32rpx;
- }
- }
- }
- .home-icon{
- .projectname{
- font-size: 16px;
- color: #1F2329;
- image{
- width: 20rpx;
- height: 10rpx;
- margin-left: 16rpx;
- }
- }
- .daytmp{
- justify-content: start;
- font-size: 13px;
- color: #646A73;
- image{
- height: 32rpx;
- width: 32rpx;
- }
- }
- }
- .contant_box{
- background: #f9fafa;
- .spacelist_box{
- margin:20rpx 32rpx 0;
- .space_item{
- width: 100%;
- height: 840rpx;
- background: #FFFFFF;
- box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
- border-radius: 8px;
- margin-bottom: 40rpx;
- .space_bg{
- width: 100%;
- height: 398rpx;
- border-radius: 8px 8px 0 0;
- overflow: hidden;
- image{
- width: 100%;
- height: 100%;
- }
- }
- .space_msg{
- height: 154rpx;
- padding: 0 32rpx;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .msg_left{
- .spacename{
- height: 56rpx;
- font-size: 40rpx;
- font-weight: 400;
- color: #2B3036;
- line-height: 56rpx;
- }
- .spacestate{
- font-size: 30rpx;
- color: #8D9399;
- line-height: 42rpx;
- margin-top: 8rpx;
- justify-content:flex-start;
- &>view{
- margin-left: 18rpx;
- width: 34rpx;
- height: 34rpx;
- }
- }
- }
- .msg_right{
- text{
- font-size: 46rpx;
- color: #2B3036;
- }
- }
- }
- .space_paramelist{
- margin: 0 24rpx;
- height: 140rpx;
- background: #F8F9FA;
- border-radius: 4px;
- .parame_item{
- width: 25%;
- .icon_name{
- image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- color: #8D9399;
- font-size: 24rpx;
- }
- .parame_num{
- color: #646A73;
- font-size: 24rpx;
- text{
- font-size: 32rpx;
- }
- }
- }
- }
- .space_btns{
- display: flex;
- align-items: center;
- justify-content: space-around;
- margin-top: 32rpx;
- button{
- margin: 0;
- width: auto;
- display: inline-block;
- font-size: 26rpx;
- height: 76rpx;
- display: flex;
- padding-left: 0;
- padding-right: 0;
- text-align: center;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- border-radius: 38rpx;
- }
- .btns_top{
- width: 162rpx;
- color: #8D9399;
- border: 1px solid #EFF0F1;
- }
- .btns_top_active{
- background: #EAFAF8;
- color: #04B49C;
- border: 0px solid #EFF0F1;
- }
- .btns_adjust{
- width: 460rpx;
- color: #ffffff;
- background-color: #04B49C;
- border-radius: 38rpx;
- }
- }
- }
- }
- .nospace{
- width: 100%;
- max-width: 343px;
- height: 339px;
- border-radius: 8px;
- border: 1px dashed #DDDDDD;
- justify-content: space-between;
- .nospace_center{
- margin-top: 216rpx;
- .nospace_img{
- width: 120rpx;
- height: 116rpx;
- }
- text{
- font-size: 30rpx;
- color: #000000;
- line-height: 48rpx;
- }
- }
- .nospace_msg{
- .nospace_down{
- width: 32rpx;
- height: 28rpx;
- margin: 16rpx 0 24rpx;
- }
- text{
- font-size: 24rpx;
- color: #C3C6CB;
- line-height: 40rpx;
- }
- }
- }
- .scannospace{
- width: 100%;
- max-width: 343px;
- height: 254px;
- margin-top: 40rpx;
- background: #FFFFFF;
- box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
- border-radius: 4px;
- .scan_box{
- width: 198rpx;
- height: 198rpx;
- background: #F0F8FF;
- border-radius: 4px;
- image{
- width: 78rpx;
- height: 78rpx;
- }
- }
- .scan_name{
- margin-top: 24rpx;
- font-size: 36rpx;
- color: #2B3036;
- line-height: 56rpx;
- }
- .scan_scr{
- font-size: 24rpx;
- color: #8D9399;
- line-height: 36rpx;
- }
- }
- .placeholder-view{
- width: 100%;
- height: 156rpx;
- }
- }
- .faillogin{
- background: #ffffff;
- }
- .footer_box{
- position:fixed;
- bottom: 0;
- width: 100%;
- padding: 0 32rpx;
- box-sizing: border-box;
- height: 78px;
- background: #ffffff;
- display: flex;
- justify-content: space-around;
- flex-direction: row;
- box-shadow: 0px 6px 20px 0px rgba(43, 48, 54, 0.1);
- border-radius: 0px 0px 4px 4px;
- }
- .spacedetail{
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .footer_box{
- .item_title{
- font-size: 18px;
- line-height: 28px;
- }
- .item_des{
- color: #8D9399;
- font-size: 12px;
- }
- .item_img{
- width: 106rpx;
- height: 106rpx;
- background: #F0F8FF;
- border-radius: 4px;
- margin-right: 24rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- cover-image{
- width: 48rpx;
- height: 48rpx;
- }
- }
- }
|