12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
-
-
- .houseCard{
- background: #FFFFFF;
- box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
- border-radius: 12px;
- padding: 40px 30px 41px 30px;
- text-align: center;
- margin: 30px 10px;
- .houseName{
- height: 122px;
- font-size: 32px;
- font-weight: bold;
- color: #202020;
- width:100%;
- }
- .operation{
- column-count: 3;
- font-size: 28px;
- color: #202020;
- image{
- width: 28px;
- height: 28px;
- margin-right: 10px;
- position: relative;
- top: 5px;
- }
- }
- }
- .addHouse{
- width: calc(100% - 60px);
- margin: 0 30px;
- height: 88px;
- background: #274291;
- border-radius: 12px;
- font-weight: bold;
- color: #FFFFFF;
- text-align: center;
- line-height: 88px;
- position: absolute;
- letter-spacing: 5px;
- bottom: 18px;
- image{
- width: 32px;
- height: 32px;
- border: 2px solid #FFFFFF;
- border-radius: 4px;
- position: relative;
- right: 11px;
- top: 6px;
- }
- }
|