123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- .page-chair-man{
- background-color:#b11b1c;
- background-image: url("https://business.coffunity.cn/upload/sqbg.png");
- background-repeat: repeat-x;
- width:100vw;
- min-height:100vh;
- display: flex;
- padding-bottom: 20px;
- .chair-man-bg{
- background-image: url("https://business.coffunity.cn/upload/sqbg2.png");
- background-repeat: no-repeat;
- width:100%;
- height:100%;
- display: flex;
- flex-direction: column;
- .chair-man-content{
- margin-left:10px;
- margin-right: 10px;
- background:#FFF;
- border-radius: 20px;
- margin-top:100px;
- padding-bottom:30px;
- .section1{
- margin-left:10px;
- margin-right: 10px;
- border-bottom: 1px solid #CCC;
- .title{
- height:50px;
- line-height: 50px;
- font-size: 14px;
- font-weight: bold;
- }
- .container{
- display:flex;
- flex-direction: row;
- justify-content: flex-start;
- align-items: flex-start;
- height:100px;
- .image{
- width:90px;
- height:90px;
- // border:1px solid red;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 7px;
- overflow: hidden;
- .img{
-
- width:90px;
- height:90px;
- }
- }
- .intro{
- width:70%;
- margin-left: 20px;
- .name{
- font-size:14px;
- font-weight: bold;
- height:30px;
- line-height: 25px;
- }
- .tags{
- display: flex;
- flex-direction: row;
- .tag{
- margin-right:5px;
- font-size:12px;
- border:1px solid #b11b1c;
- border-radius: 7px;
- color: #b11b1c;
- padding: 0px 5px;
- }
- }
- .pointer{
- margin-top:5px;
- }
- }
- }
- }
-
- .section2{
- font-size:12px;
- padding:10px;
- }
-
- .section3{
- margin-top:10px;
- margin-left:10px;
- margin-right:10px;
- font-size:12px;
- .top{
- width:100%;
- display:flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- .left{
- font-weight:bold;
- }
- .right{
- color:#333;
- }
- }
-
- .calendar{
- padding-left:10px;
- padding-right: 10px;
- height:90px;
- display: flex;
- background:#F0F0F0;
- flex-direction: column;
- padding-top:5px;
- margin-top:5px;
-
- .week{
- display:flex;
- flex-direction: row;
- height:30px;
- justify-content: center;
- align-items: center;
- .day{
- width:100%;
- display:flex;
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: center;
- align-items: center;
- }
- .active{
-
- .current{
- display:flex;
- color:#FFf;
- width:30px;
- height:30px;
- padding: 3px;
- background:#b21c1c;
- border-radius: 50%;
- justify-content: center;
- align-items: center;
- }
- }
- }
- .month{
- display:flex;
- flex-direction: row;
- height:30px;
- .day{
- width:100%;
- display:flex;
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: center;
- align-items: center;
- }
- }
- .more{
- display: flex;
- justify-content: center;
- align-items: center;
- font-size:12px;
- }
- }
-
-
- }
-
-
-
-
-
- .selection{
- margin-top:10px;
- display:flex;
- flex-direction: row;
- margin-left:10px;
- margin-right: 10px;
- .uni-data-select{
- margin-left:5px;
- margin-right: 5px;
- }
- }
-
- .events-list{
-
- display:flex;
- flex-direction: column;
-
- }
-
-
- }
-
- }
- }
- .data-select{
-
- margin-right: 10px;
- color: #666666;
- width: 100px;
-
-
- }
|