1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- /* pages/aboutTOKTOK/aboutTOKTOK.wxss */
- .box{
- width: 750rpx;
- height: auto;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .box>image:nth-child(1){
- position: absolute;
- top: 0;
- width: 750rpx;
- height: 1624rpx;
- }
- .box>image:nth-child(2){
- position: absolute;
- top: 108rpx;
- left: 16rpx;
- width: 48rpx;
- height: 48rpx;
- }
- .box>image:nth-child(3){
- width: 262rpx;
- height: 46rpx;
- z-index: 999;
- margin: 144rpx auto 40rpx;
- }
- .con{
- width: 542rpx;
- height: 890rpx;
- padding: 46rpx 56rpx;
- background: #FFFFFF;
- border-radius: 8px;
- z-index: 999;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.87);
- line-height: 56rpx;
- white-space: pre-wrap;
- }
- .iplogo{
- width: 750rpx;
- height: 340rpx;
- z-index: 999;
- }
|