1234567891011121314151617181920212223 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-list.data-v-34219f38 {
- display: flex;
- background-color: #ffffff;
- position: relative;
- flex-direction: column;
- }
- .uni-list.data-v-34219f38:before {
- height: 0;
- }
- .uni-list.data-v-34219f38:after {
- height: 0;
- }
|