1234567891011121314151617181920212223 |
- .page___title{
- text-align: center;
- font-size: 30rpx;
- line-height: 26px;
- }
- .fixed{
- width:100%;
- display: inline-block;
- position: fixed;
- left: 0;
- bottom:100px;
- }
- .fixed .num{
- float:right;
- margin-right:45px;
- font-size:30px;
- line-height: 30px;
- color: red;
- }
- .image {
- width: 100%;
- height: 360rpx;
- }
|