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.
|
/* pages/test/cover-view.wxss */
|
|
map{
|
|
width: 100%;
|
|
height: 600rpx;
|
|
}
|
|
cover-view{
|
|
width: 200rpx;
|
|
background-color: lightpink;
|
|
margin: 0 auto;
|
|
}
|
|
cover-image{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin: 0 auto;
|
|
} |