82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
.container {
|
|
background: #fafafa;
|
|
box-sizing: border-box;
|
|
min-height: 100vh;
|
|
padding: 0rpx 0 170rpx;
|
|
}
|
|
|
|
.list-box {
|
|
padding: 40rpx 27rpx 0rpx;
|
|
}
|
|
|
|
.item {
|
|
align-items: center;
|
|
background: #fff;
|
|
border-bottom: 1px solid #eee;
|
|
display: block;
|
|
justify-content: space-between;
|
|
margin-bottom: 10rpx;
|
|
padding: 18rpx 18rpx 0;
|
|
}
|
|
|
|
.item .name {
|
|
color: #666;
|
|
font-size: 26rpx;
|
|
font-size: 28rpx;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
|
|
.item .address {
|
|
color: #999;
|
|
font-size: 22rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.item .text {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.item .btn {
|
|
align-items: center;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.item .btn image {
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
|
|
.footer {
|
|
border-top: 1px solid #eee;
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.footer .icon,.footer icon,.footer image {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.footer .icon {
|
|
border: 1px solid #999;
|
|
border-radius: 50%;
|
|
box-sizing: border-box;
|
|
flex: 0 0 18px;
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
|
|
.footer .icon,.footer .r {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.footer .r {
|
|
align-items: center;
|
|
}
|
|
|
|
.footer .r .btn {
|
|
padding: 20rpx 0 20rpx 40rpx;
|
|
white-space: nowrap;
|
|
} |