123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- .Page.buildingPropertyConsultant {
- width: 100%;
- height: 100%;
- > scroll-view {
- width: 100%;
- height: 100%;
- .TopTips {
- display: block;
- padding: 0 30px;
- font-size: 28px;
- color: rgba(0, 0, 0, 0.31);
- line-height: 80px;
- background: #F5F5F5;
- }
- .List {
- position: relative;
- overflow: hidden;
- padding: 0 30px;
- >view {
- position: relative;
- overflow: hidden;
- padding: 20px 0 40px;
- border-bottom: 2px solid rgba(0, 0, 0, 0.08);
- margin-top: 20px;
- &:first-child {
- margin-top: 0;
- }
- >.flex-h {
- align-items: center;
- >.Icon {
- width: 92px;
- height: 92px;
- border-radius: 100%;
- background: #eee;
- position: relative;
- overflow: hidden;
- margin-right: 20px;
- >image {
- width: 100%;
- height: 100%;
- }
- }
- >.flex-item {
- >.Name {
- font-size: 0;
- white-space: nowrap;
- >text {
- display: inline-block;
- vertical-align: middle;
- font-size: 32px;
- color: #333;
- line-height: 44px;
- }
- >image {
- height: 32px;
- margin-left: 20px;
- display: inline-block;
- vertical-align: middle;
- }
- }
- >text {
- display: block;
- font-size: 28px;
- color: rgba(0, 0, 0, 0.44);
- line-height: 40px;
- margin-top: 8px;
- }
- }
- >text {
- font-size: 50px;
- line-height: 80px;
- width: 80px;
- text-align: center;
- border-radius: 100%;
- background: rgba(251, 171, 87, 0.12);
- color: #FBAB57;
- margin-left: 40px;
- &:last-child {
- background: rgba(129, 188, 75, 0.12);
- color: #81BC4B;
- }
- }
- }
- >.Desc {
- position: relative;
- overflow: hidden;
- background: #F9F9F9;
- padding: 24px 20px;
- margin-top: 20px;
- >text {
- display: block;
- font-size: 28px;
- color: rgba(0, 0, 0, 0.36);
- line-height: 40px;
- }
- }
- }
- >.More {
- text-align: center;
- border: none;
- >text {
- display: inline-block;
- font-size: 28px;
- color: #333;
- line-height: 40px;
- }
- }
- >.BottomTips {
- display: block;
- text-align: center;
- font-size: 28px;
- color: #999;
- line-height: 40px;
- margin-top: 20px;
- margin-bottom: 40px;
- }
- }
- }
- }
|