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