@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .tm-menubars .body { background-color: #1b1b1b !important; } .icon-search { font-size: 23px !important; color: #8E8E93 !important; } .tm-search { width: 80%; background-color: #414141 !important; border-radius: 10px; } .tm-search .grey-darken-5 { background-color: #414141 !important; } .dingwei { width: 21%; margin-top: 3%; } .shuruk { width: 77%; } .sousuo { width: 94%; margin: 0 auto; } .qiehuan { width: 40px; height: 40px; } .lunbo { position: relative; } .anniu1 { position: absolute; top: 0px; z-index: 9999; top: 43%; left: 0; } .anniu2 { position: absolute; top: 0px; z-index: 9999; top: 43%; right: 0; } .jiaoxi { margin: 0 !important; padding: 8px !important; } .tm-col { width: 20% !important; } .yifu1 { width: 40%; } .yifu2 { width: 58%; } .yifu1 image, .yifu21 { width: 100%; } .xiao { margin-top: 15px !important; } .qiehuan1 .text-primary { color: white !important; } .guanggao { position: relative; } .wenzi { position: absolute; bottom: 1px; right: 0px; background: #000000; width: 140px; height: 55px; font-size: 14px; text-align: center; } .jiage { background: #1b1b1b; } .shangpin .white.bk { background-color: #1b1b1b !important; } .shangpin .tm-cartCellListFood { padding: 0px 0px 15px 0px !important; margin-top: 5px !important; margin-bottom: 20px !important; border-bottom: 1px solid #303030; } .shangpin .border-t-1.bk { border-top: 1px solid #1b1b1b !important; } .shangpin .round-3 { width: 90px !important; height: 90px !important; } .shangpin .tm-cartCellListFood-img { width: 90px !important; height: 90px !important; } .fudong { position: fixed; right: 30px; bottom: 80px; background: #0DABF2; width: 60px; height: 60px; border-radius: 30px; text-align: center; } .fudong image { width: 40px; margin-top: 6px; } .shuzigwc { color: white; font-weight: 700; position: absolute; right: 5px; background: red; padding: 2px; border-radius: 30px; top: 2px; width: 15px; height: 15px; font-size: 12px; } .shangpin .title { color: white !important; } .shangpin .text-red { color: white !important; }