| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .tui-fab-box.data-v-9490dfb4 {
- width: 100rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- position: fixed;
- z-index: 99997;
- }
- .tui-fab-right.data-v-9490dfb4 {
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .tui-fab-btn.data-v-9490dfb4 {
- -webkit-transform: scale(0);
- transform: scale(0);
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- opacity: 0;
- visibility: hidden;
- background-color: #fff;
- border-top-left-radius: 80rpx;
- border-top-right-radius: 80rpx;
- position: relative;
- top: 40rpx;
- padding: 30rpx 0 30rpx;
- }
- .tui-fab-hidden.data-v-9490dfb4 {
- height: 0;
- width: 0;
- }
- .tui-fab-item-box.data-v-9490dfb4 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- padding-bottom: 30rpx;
- }
- .tui-fab-item-box .item-list.data-v-9490dfb4 {
- text-align: center;
- color: #333;
- }
- .tui-fab-item-box .list-name.data-v-9490dfb4 {
- font-weight: 400;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- .tui-fab-item.data-v-9490dfb4 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- box-shadow: 0 0 5rpx 2rpx rgba(0, 0, 0, 0.1);
- -webkit-transition: all 0.2s linear;
- transition: all 0.2s linear;
- background-image: -webkit-linear-gradient(bottom, #357eff, #0dc9fd);
- background-image: linear-gradient(0deg, #357eff, #0dc9fd);
- width: 100%;
- height: 100rpx;
- border-radius: 50%;
- color: #fff;
- }
- .tui-active.data-v-9490dfb4 {
- -webkit-transform: rotate(135deg);
- transform: rotate(135deg);
- }
- .tui-fab-mask.data-v-9490dfb4 {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.75);
- z-index: 99996;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- opacity: 0;
- visibility: hidden;
- }
- .tui-visible.data-v-9490dfb4 {
- visibility: visible;
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- }
|