|
12345678910111213141516171819202122232425262728 |
- /* 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: 2276rpx;
- }
- .newImages26{
- width: 750rpx;
- height: 2276rpx;
- }
- .newImages27{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom:203rpx;
- width: 347rpx;
- height: 62rpx;
- }
|