mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 13:22:25 +08:00
17 lines
226 B
CSS
17 lines
226 B
CSS
.ask-status {
|
|
padding: 4rpx 10rpx;
|
|
}
|
|
|
|
.ask-bg-green {
|
|
background-color: #5FB95E;
|
|
}
|
|
|
|
.ask-bg-yellow {
|
|
background-color: #FAAD14;
|
|
}
|
|
|
|
.question-btn button {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
padding: 0;
|
|
} |