You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
578 B
37 lines
578 B
/* pages/list/list.wxss */
|
|
.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;
|
|
}
|
|
|
|
.widget{
|
|
position: relative;
|
|
margin-top: 5rpx;
|
|
margin-bottom: 5rpx;
|
|
padding-top: 10rpx;
|
|
padding-bottom: 10rpx;
|
|
padding-left: 40rpx;
|
|
padding-right: 40rpx;
|
|
border: #ddd 1px solid;
|
|
}
|
|
|
|
.column{
|
|
width: 4rem;
|
|
display: table-cell;
|
|
}
|
|
|
|
.link-column{
|
|
width: 6rem;
|
|
display: table-cell;
|
|
}
|
|
|
|
.link{
|
|
color: blue;
|
|
display: inline-table;
|
|
} |