您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- .scroll_class
- {
- width: 90vw;
- height: 100%;
- }
- .tab_container
- {
-
- width: auto;
- height: 100%;
- white-space: nowrap;
-
- }
- .tab_item
- {
-
- padding: 0rpx 20rpx;
- height: 72rpx;
- line-height: 72rpx;
- text-align: center;
- display: inline-block;
- }
|