24 lines
467 B
Plaintext
24 lines
467 B
Plaintext
/* components/cell/index.wxss */
|
|
@import "/app.wxss";
|
|
.content {
|
|
padding: 20rpx 24rpx;
|
|
background-color: #fff;
|
|
line-height: 42rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.button {
|
|
background-color: #fff !important;
|
|
padding: 20rpx 24rpx !important;
|
|
border: none !important;
|
|
line-height: 42rpx !important;
|
|
font-size: 36rpx !important;
|
|
display: flex !important;
|
|
justify-content: left !important;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.rightIcon {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
} |