ceiling sofa bench floor cement underground subway tube basement flat apartment concrete
2018-02-10
.row input {
font-size: 0.7rem;
flex-grow: 3;
border: ipx solid #09c;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0 0 0.15rem #aaa;
padding: 0.3rem;
}
.row button {
padding: 0.2rem;
margin: 3rem 1rem;
}
font-size: 0.7rem;
flex-grow: 3;
border: ipx solid #09c;
display: inline-block;
border-radius: 0.3rem;
box-shadow: 0 0 0.15rem #aaa;
padding: 0.3rem;
}
.row button {
padding: 0.2rem;
margin: 3rem 1rem;
}
2018-02-10
.container {
padding: 1rem;
font-size: 0.9rem;
line-height: 1.5rem;
}
.row {
display: flex;
align-items: center;
margin-bottom: 0.8rem;
}
.row text {
flex-grow: 1;
text-align: right;
}
padding: 1rem;
font-size: 0.9rem;
line-height: 1.5rem;
}
.row {
display: flex;
align-items: center;
margin-bottom: 0.8rem;
}
.row text {
flex-grow: 1;
text-align: right;
}
2018-02-10
.column{
width: 4rem;
display: table-cell;
}
.link-column{
width: 6rem;
display: table-cell;
}
.link{
color: blue;
display: inline-table;
}
width: 4rem;
display: table-cell;
}
.link-column{
width: 6rem;
display: table-cell;
}
.link{
color: blue;
display: inline-table;
}
2018-02-09
.container{
height: 100%;
display: table;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding-top: 10rpx;
padding-bottom: 10rpx;
text-align: center;
}
height: 100%;
display: table;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding-top: 10rpx;
padding-bottom: 10rpx;
text-align: center;
}
2018-02-09