123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .components.PropertyConsultant {
- position: relative;
- overflow: hidden;
- padding: 40px 30px;
- >.Title {
- align-items: center;
- >.flex-item {
- >text {
- display: block;
- font-size: 34px;
- color: #333;
- line-height: 1;
- letter-spacing: 4px;
- font-weight: bold;
- }
- }
- >text {
- font-size: 26px;
- color: #A1A1A1;
- }
- }
- >.TipsList {
- position: relative;
- overflow: hidden;
- margin-top: 28px;
- >view.flex-item {
- font-size: 0;
- white-space: nowrap;
- text-align: center;
- flex: 3;
- &:first-child {
- flex: 2;
- text-align: left;
- }
- &:last-child {
- flex: 2;
- text-align: right;
- }
- >text {
- display: inline-block;
- vertical-align: middle;
- font-size: 22px;
- color: #888;
- line-height: 32px;
- }
- }
- }
- >.PersonList {
- position: relative;
- overflow: hidden;
- margin-top: 34px;
- >view {
- align-items: center;
- margin-top: 52px;
- &:first-child {
- margin-top: 0;
- }
- >.Icon {
- width: 88px;
- height: 88px;
- position: relative;
- overflow: hidden;
- border-radius: 100%;
- background: #eee;
- >image {
- width: 100%;
- height: 100%;
- }
- }
- >.flex-item {
- margin-left: 24px;
- >text {
- display: block;
- white-space: nowrap;
- font-size: 26px;
- color: #666;
- line-height: 36px;
- margin-top: 4px;
- &:first-child {
- margin-top: 0;
- font-size: 32px;
- color: #333;
- }
- }
- }
- >text {
- font-size: 48px;
- width: 80px;
- line-height: 80px;
- text-align: center;
- border-radius: 100%;
- background: rgba(251, 171, 87, 0.12);
- color: #FBAB57;
- margin-left: 40px;
- &:last-child {
- color: #81BC4B;
- background: rgba(129, 188, 75, 0.12);
- }
- }
- }
- }
- }
|