You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* package_first/pages/AttentionMethod/index.wxss */
- .attention_container{
- position: relative;
- }
- .main{
- width: 140%;
- height: 2640rpx;
- margin-top: -105rpx;
- }
- .button{
- width: calc(100% - 60rpx);
- height: 90rpx;
- background: #3275E9;
- border-radius: 40rpx;
- font-size: 32rpx;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #FFFFFF;
- text-align: center;
- line-height: 95rpx;
- position: fixed;
- bottom: 55rpx;
- left: 30rpx;
- }
|