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/fragmentRule/fragmentRule.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 150rpx);
- overflow: auto;
- }
- .contentGroup{
- position: relative;
- width: 750rpx;
- height: 1506rpx;
- }
- .newImages26{
- width: 750rpx;
- height: 1506rpx;
- }
- .newImages27{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom:203rpx;
- width: 347rpx;
- height: 62rpx;
- }
|