|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* pages/scoutRule/scoutRule.wxss */
- .main{
- width: 750rpx;
- position: fixed;
- left: 0;
- top: 0;
- height: calc(100vh - 120rpx);
- overflow: auto;
- background-color: white;
- z-index: 99;
- }
- .titleText{
- width: 682rpx;
- margin: 0 auto;
- margin-top: 78rpx;
- margin-bottom: 28rpx;
- line-height: 39rpx;
- font-size:39rpx;
- font-family:PingFangSC;
- font-weight:bold;
- color:rgba(0,77,149,1);
- }
- .lineSty{
- width: 682rpx;
- height:2rpx;
- background-color: #B6B6B6;
- margin: 0 auto;
- margin-bottom: 59rpx;
- }
- .closeXieyi{
- position: absolute;
- right: 48rpx;
- top: 38rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .newImages46{
- width: 750rpx;
- height: 4927rpx;
- margin-bottom: 70rpx;
- }
- .newImages2-4{
- width: 711rpx;
- height: 70rpx;
- margin: 0 auto;
- margin-bottom: 70rpx;
- }
|