35 lines
512 B
Plaintext
35 lines
512 B
Plaintext
.l-action-sheet {
|
|
background:#f7f7f7;
|
|
}
|
|
|
|
.l-item-button {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
text-align: center;
|
|
background: #fff;
|
|
border-bottom: 2rpx solid #F3F3F3;
|
|
font-size: 28rpx;
|
|
color: #45526B;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.l-cancel {
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
.l-cancel-x .l-item-button{
|
|
padding-bottom: 44rpx;
|
|
}
|
|
|
|
.l-image-button > .l-button-text{
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.list-hover{
|
|
opacity: .8;
|
|
}
|