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.
21 lines
279 B
21 lines
279 B
2 years ago
|
/* pages/navigation/index/index.wxss */
|
||
|
page{
|
||
|
background-color:#d7e9db;
|
||
|
}
|
||
|
.beijing2{
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
z-index: -999;
|
||
|
}
|
||
|
.tuijian{
|
||
|
width:700rpx;
|
||
|
height:450rpx;
|
||
|
padding-left: 30rpx;
|
||
|
padding-top: 90rpx;
|
||
|
}
|
||
|
.aaa{
|
||
|
padding-top: 80rpx;
|
||
|
}
|
||
|
|