story#5314 在查看车源列表的界面,鼠标在移动到可以点击的区域时,改成手指的样式。
This commit is contained in:
@ -367,6 +367,7 @@ export default {
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 11;
|
||||
cursor: pointer;
|
||||
}
|
||||
.headerWrap{
|
||||
width: 100%;
|
||||
@ -500,6 +501,7 @@ export default {
|
||||
.item{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
cursor: pointer;
|
||||
}
|
||||
.left{
|
||||
.img, .qiugou{
|
||||
|
Reference in New Issue
Block a user