123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- uni-scroll-view {
- height: auto !important;
- }
- .tm-menubars .body {
- background-color: #1b1b1b !important;
- }
- .shangright {
- padding: 10px;
- }
- .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 {
- padding-bottom: 20px;
- }
- .dingwei image {
- width: 25px;
- margin-right: 10px;
- }
- .dingwei .touxiang {
- width: 50px;
- margin-right: 3px;
- }
- .lunbo1 {
- margin: 0 !important;
- padding: 4px !important;
- margin-top: 5px !important;
- width: 46.6% !important;
- }
- .tuijiantp {
- width: 100%;
- }
- .tuijiantp image {
- width: 97% !important;
- }
- .yichu {
- margin: 0 !important;
- padding: 4px !important;
- margin-top: 10px !important;
- }
- .qiehuan .text-white {
- font-size: 14px;
- background: #303440;
- height: 28px;
- vertical-align: middle;
- line-height: 28px;
- border-radius: 20px;
- padding-left: 14px;
- padding-right: 14px;
- margin-top: 17%;
- }
- .qiehuan .tm-tabs-con-item-border {
- display: none;
- }
- .yiguicla image {
- width: 95%;
- display: block;
- margin: 0 auto;
- margin-top: 5px;
- }
- .yiguicla {
- width: 30%;
- border-radius: 10px;
- }
- .more {
- text-align: center;
- }
- .more image {
- margin-right: 10px;
- vertical-align: middle;
- width: 30px;
- }
- .fudong {
- position: fixed;
- right: 10px;
- bottom: 150px;
- background: #303030;
- width: 130px;
- height: 60px;
- border-radius: 30px 0px 0px 30px;
- font-size: 14px;
- text-align: center;
- }
- .fudimg {
- width: 60px;
- height: 60px;
- }
- .tm-button .red {
- color: white !important;
- }
- .tcc .tm-poup-wk {
- width: 90% !important;
- position: relative;
- height: 580px !important;
- }
- .tcc .uni-swiper-slides {
- width: 100%;
- }
- .tcc uni-swiper {
- width: 100% !important;
- }
- .uni-swiper-slides {
- width: 160px !important;
- }
- .tcc uni-image {
- width: 160px !important;
- }
- .tcc .guayi {
- width: 70% !important;
- display: block;
- margin: 0 auto;
- margin-top: 15px !important;
- }
- .tcc .deng {
- width: 25px !important;
- height: 25px !important;
- vertical-align: middle;
- margin-right: 8px;
- }
- .aniOn {
- -webkit-animation: doudong 0.5s linear infinite;
- animation: doudong 0.5s linear infinite;
- background: linear-gradient();
- background: -webkit-linear-gradient();
- }
- @-webkit-keyframes doudong {
- 0% {
- -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- 25% {
- -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
- transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
- }
- 50% {
- -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
- transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
- }
- 75% {
- -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
- transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
- }
- 100% {
- -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- }
- @keyframes doudong {
- 0% {
- -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- 25% {
- -webkit-transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
- transform: rotate(0deg) translateX(-2rpx) translateY(-2rpx);
- }
- 50% {
- -webkit-transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
- transform: rotate(0deg) translateX(0rpx) translateY(-2rpx);
- }
- 75% {
- -webkit-transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
- transform: rotate(0deg) translateX(0rpx) translateY(2rpx);
- }
- 100% {
- -webkit-transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- transform: rotate(-2deg) translateX(2rpx) translateY(2rpx);
- }
- }
- .tcc .anniu .gray.bk {
- color: white !important;
- }
- .tm-button {
- width: 80%;
- margin: 0 auto;
- margin-top: 20px;
- display: block;
- }
- .tm-button-btn {
- width: 100% !important;
- }
- .hui {
- position: absolute;
- background: rgba(0, 0, 0, 0.4);
- z-index: 1;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
|