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.
|
- /**app.wxss**/
- .container {
- padding-bottom:150rpx;
- }
- image{
- display: block;
- }
- .showView{
- position: relative;
- height: calc(100vh - 153rpx);
- background-color: #ffffff
- }
|