123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190 |
- .rightpersonbox{
- display: block;
- position: absolute;
- top: 16px;
- right: 16px;
- background: #5D5C5A;
- width: 137px;
- border-radius: 20px;
- box-sizing: border-box;
- height: 34px;
- z-index: 999;
- }
- .headimg{
- display: block;
- width: 25px;
- height: 25px;
- border-radius: 50%;
- position: absolute;
- top: 4.5px;
- left: 4.5px;
- }
- .namebox{
- display: block;
- position: absolute;
- top: 0;
- left: 35px;
- color: #ffffff;
- font-size: 12px;
- line-height: 34px;
- width: 64px;
- }
- .mobileimg{
- position: absolute;
- top: 10.5px;
- right: 20px;
- width: 14px;
- height: 13px;
- }
- .logobox{
- position: absolute;
- top: 16px;
- left: 16px;
- display: block;
- width:66px;
- height: 34px;
- z-index: 9999 !important;
- background:#ffffff !important;
- border-radius: 4px;
- }
- .logobox .logoimg{
- /* max-width:66px; */
- display: block;
- /* max-height: 66px; */
- width: 66px;
- height: 18px;
- position: absolute;
- top: 8px;
- left: 0px;
- }
- .coverphonebox{
- position: fixed;
- right: 16px;
- bottom: 155px;
- display: block;
- width: 80px;
- height: 30px;
- z-index: 9999;
- }
- .coverphonebox button{
- display: block;
- width: 80px;
- height: 30px;
- background: #28A1FF;
- color: #FFFFFF;
- font-size: 12px;
- line-height: 30px;
- }
- /* 酷家乐 */
- .contactSales {
- position: fixed;
- width: 100%;
- height: 140rpx;
- background-color: rgba(0, 0, 0, 0.5);
- bottom: 0rpx;
- left: 0rpx;
- z-index: 9999;
- display: flex;
- align-items: center;
- box-sizing: border-box;
- padding: 20rpx 30rpx;
- }
- .contactSales-left {
- flex:2;
- display: flex;
- align-items: center;
- }
- .left-avatar {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- }
- .left-msg {
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- padding-left: 20rpx;
- }
- .left-name {
- display: flex;
- align-items: center;
- }
- .nameCard {
- width: 40rpx;
- height: 40rpx;
- margin-left: 10rpx;
- }
- .left-text {
- font-size: 24rpx;
- color: #999999;
- }
- .contactSales-right {
- flex:1;
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- }
- .rightmobile {
- width: 40rpx;
- height: 40rpx;
- }
- .right-box1 {
- width: 100rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .right-box1 cover-view {
- font-size: 24rpx;
- margin-top: 10rpx;
- color: #ffffff;
- }
- .kjlcoverphonebox{
- position: fixed;
- right: 16px;
- bottom: 135px;
- display: block;
- width: 80px;
- height: 30px;
- z-index: 9999;
- }
- .kjlcoverphonebox button{
- display: block;
- width: 80px;
- height: 30px;
- background: #28A1FF;
- color: #FFFFFF;
- font-size: 12px;
- line-height: 30px;
- }
- /* 不显示 */
- .pcunlookicon{
- display: block;
- width: 298rpx;
- height: 296rpx;
- margin: 30% auto 0;
- position: relative;
- left: -28rpx;
- }
- .jeqjcoverphonebox{
- position: fixed;
- left: 10px;
- bottom: 20px;
- z-index: 99;
- }
- .jeqjphonebox{
- display: block;
- width: 29px;
- height: 29px;
- background: rgba(0, 0, 0, 1);
- border-radius: 50%;
- }
- .jeqjphonebox cover-image{
- display: block;
- width: 18px;
- height: 19px;
- margin: 0 auto;
- position: relative;
- top:5px;
- }
|