|
- .index-position {
- background: rgba(0, 0, 0, 0.5);
- height: 88rpx;
- position: absolute;
- top: 0;
- width: 100%;
- font-family: PingFangSC-Semibold;
- font-size: 30rpx;
- color: #fff;
- letter-spacing: 0.75rpx;
- z-index: 9;
- line-height: 88rpx;
- overflow: hidden;
- }
-
- page {
- width: 100%;
- height: auto!important;
- overflow-x: hidden;
- }
-
- .txt {
- margin-left: 20rpx;
- }
- .game-entry{
- width: 690rpx;
- height: 140rpx;
- margin: 30rpx auto 0;
- }
- .gameimg{
- display: block;
- width: 100%;
- height: 140rpx;
- }
- .section{
- display: flex;
- justify-content: space-around;
- }
- .section >view image{
- width: 121rpx;
- display: block;
- }
|