123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- @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;
- }
- .aaa uni-image {
- width: 52px !important;
- height: 52px !important;
- }
- .aaa uni-swiper-item {
- width: 55px !important;
- height: 80px !important;
- padding: 0 5px !important;
- }
- .xiangji image {
- width: 30px;
- height: 22px;
- }
- .suosou image {
- width: 40px;
- }
- .icon-search {
- font-size: 23px !important;
- color: #8E8E93 !important;
- }
- .tm-search {
- width: 94%;
- margin: 0 auto;
- background-color: #414141 !important;
- border-radius: 10px;
- }
- .tm-search .grey-darken-5 {
- background-color: #414141 !important;
- }
- .dingwei {
- width: 92%;
- margin: 0 auto;
- margin-top: 20px;
- padding-bottom: 20px;
- }
- .dingwei image {
- width: 25px;
- margin-right: 10px;
- }
- .tm-col {
- width: 20% !important;
- }
- .zhuti {
- padding: 10px 10px;
- }
- .lunbo {
- margin: 0 !important;
- padding: 8px !important;
- margin-top: 50px !important;
- }
- .dianz image {
- width: 35px;
- vertical-align: middle;
- margin-right: 10px;
- }
- .text-size-s ._span, .text-size-g {
- font-size: 15px;
- }
- .touxiang image {
- width: 40px;
- margin-right: 10px;
- vertical-align: middle;
- }
- .shoucang image {
- width: 45px;
- }
- .qiehuan {
- float: right;
- }
- .qiehuan .a_1 {
- margin-top: 25%;
- }
- .qiehuan .anniu {
- width: 20px;
- height: 20px !important;
- }
- .di {
- background: #0D0D0D;
- width: 45px;
- height: 45px;
- text-align: center;
- line-height: 50px;
- border-radius: 30px;
- }
- .mingri image {
- width: 30px;
- margin-right: 12px;
- }
- .di image {
- width: 22px;
- margin: 0 !important;
- height: 20px !important;
- }
- .jihua image {
- width: 30px;
- height: 30px;
- }
- .jihua {
- position: relative;
- }
- .jihua .a_1 {
- position: absolute;
- top: 10%;
- }
- .bbb {
- width: 75% !important;
- margin: 0 auto !important;
- }
- .bbb uni-swiper {
- width: 100% !important;
- height: 90px !important;
- }
- .bbb .flex-start {
- background: rgba(0, 0, 0, 0) !important;
- padding: 0 !important;
- width: 100% !important;
- text-align: center;
- margin-top: 30px;
- }
- .lunbo1 {
- margin: 0 !important;
- padding: 8px !important;
- margin-top: 20px !important;
- }
- .remenzan {
- width: 18px !important;
- margin-top: 10px;
- }
- .remen .logo {
- width: 100%;
- }
- .more {
- text-align: center;
- }
- .more image {
- margin-right: 10px;
- vertical-align: middle;
- }
- .chuandaimg {
- width: 50% !important;
- }
- .chuandazi {
- width: 48% !important;
- }
- .lunbo1 .fulled {
- width: 100% !important;
- }
- .gengduo {
- width: 30px !important;
- margin-top: 10px !important;
- }
- .zhuti .tm-grid {
- min-height: 70px !important;
- }
- .zhuti .bushan1 {
- min-height: 160px !important;
- }
- .zhuti .bushan2 {
- min-height: 157px !important;
- }
|