您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678910111213141516 |
- /**index.wxss**/
- .home-page {
- background: #f5f9ff;
- padding: 20rpx;
- min-height: 100%;
- padding-bottom: 120rpx;
- font-size: 26rpx;
- }
-
- .search-view {
- height: 230rpx;
- background: #32aecd;
- border-radius: 15rpx;
- box-sizing: border-box;
- padding:20rpx;
- }
|