|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 186 KiB |
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 915 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,81 @@ |
|||
.header{ |
|||
background:url('@/assets/images/houseQR/header_bg.png'); |
|||
background-size: 100%; |
|||
width: 100%; |
|||
height: 180px; |
|||
z-index: 1; |
|||
} |
|||
.mask{ |
|||
background:url('@/assets/images/houseQR/header_bg_mask.png'); |
|||
background-size: 100%; |
|||
position: fixed; |
|||
width: 100%; |
|||
top: 0; |
|||
left: 0; |
|||
height: 180px; |
|||
z-index: 2; |
|||
} |
|||
section{ |
|||
position: relative; |
|||
top: -40px; |
|||
z-index: 3; |
|||
.house_base{ |
|||
position: relative; |
|||
height: 80px; |
|||
background: url('@/assets/images/houseQR/house_bg.png') no-repeat; |
|||
background-size: 85% 100% ; |
|||
background-position: center center; |
|||
font-size: 18px; |
|||
font-weight: bold; |
|||
padding: 0 30px 0 0 ; |
|||
box-sizing: border-box; |
|||
img{ |
|||
width: 115px; |
|||
height: 102px; |
|||
position: relative; |
|||
top: -20px; |
|||
} |
|||
} |
|||
} |
|||
.basi_content{ |
|||
border-radius: 0 0 8px 8px; |
|||
position: relative; |
|||
&::after{ |
|||
content: ''; |
|||
position: absolute; |
|||
left: 0; |
|||
top: -13px; |
|||
width: 0; |
|||
height: 0; |
|||
border-left:9px solid transparent; |
|||
border-right:12px solid transparent; |
|||
border-bottom:12px solid #dfe9ef; |
|||
} |
|||
&::before{ |
|||
content: ''; |
|||
position: absolute; |
|||
right: 0; |
|||
top: -13px; |
|||
width: 0; |
|||
height: 0; |
|||
border-left:9px solid transparent; |
|||
border-right:12px solid transparent; |
|||
border-bottom:12px solid #dfe9ef; |
|||
} |
|||
} |
|||
a{ |
|||
padding: 5px 17px; |
|||
color: #ffffff; |
|||
background: #3974f6; |
|||
border-radius: 30px; |
|||
height: 28px; |
|||
text-align: center; |
|||
line-height: 18px; |
|||
font-size: 14px; |
|||
box-sizing: border-box; |
|||
} |
|||
.my_community{ |
|||
padding-top: 8px; |
|||
box-sizing: border-box; |
|||
font-family: pingfang-bold; |
|||
} |
|||