|
@@ -463,31 +463,43 @@ html,body {
|
|
|
right: 2px;
|
|
|
}
|
|
|
.fixed_bottom {
|
|
|
+ justify-content: space-between;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
- left: 50%;
|
|
|
- width: 10rem;
|
|
|
- height: 1.33rem;
|
|
|
- margin-left: -5rem;
|
|
|
- display: -webkit-box;
|
|
|
- -webkit-box-align: center;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 44px;
|
|
|
background: rgba(51,51,51,0.9);
|
|
|
z-index: 999;
|
|
|
}
|
|
|
|
|
|
.fixed_bottom .flex_logo {
|
|
|
display: block;
|
|
|
- width: 0.96rem;
|
|
|
- height: 0.96rem;
|
|
|
- background: url("../images/logo.png") no-repeat;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ background: url("<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/images/logo.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- margin-right: 0.26rem;
|
|
|
- margin-left: 0.41rem;
|
|
|
+ margin-right: 8px;
|
|
|
+ margin-left: 14px;
|
|
|
}
|
|
|
.fixed_bottom .label {
|
|
|
+ flex: 1;
|
|
|
font-size: 12px;
|
|
|
- width: 6.05rem;
|
|
|
- line-height: 0.4rem;
|
|
|
+ line-height: 15px;
|
|
|
text-align: left;
|
|
|
color: #ffffff;
|
|
|
+}
|
|
|
+.fixed_bottom a {
|
|
|
+ display: block;
|
|
|
+ width: 60px;
|
|
|
+ height: 24px;
|
|
|
+ line-height: 25px;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 12px;
|
|
|
+ background: #FE4F4C;
|
|
|
+ color: #fff;
|
|
|
+ border-radius: 5px;
|
|
|
+ margin-right: 14px;
|
|
|
}
|