You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
298 B
16 lines
298 B
3 years ago
|
/* pages/test/view.wxss */
|
||
|
.view_parent{
|
||
|
width: 100%;
|
||
|
height: 300rpx;
|
||
|
background-color: lightblue;
|
||
|
}
|
||
|
.view_son{
|
||
|
width: 50%;
|
||
|
height: 150rpx;
|
||
|
margin-left: 25%;
|
||
|
margin-top: 50rpx;
|
||
|
background-color: lightyellow;
|
||
|
}
|
||
|
.view_hover{
|
||
|
background-color: red;
|
||
|
}
|