| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .data-v-7743905c .popup-wrap .tui-popup-class {
- border-top-left-radius: 20rpx;
- border-top-right-radius: 20rpx;
- }
- .map-wrap .map-top-tit-wrap.data-v-7743905c {
- padding: 34rpx 0;
- text-align: center;
- font-size: 34rpx;
- }
- .map-wrap .map-search.data-v-7743905c {
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
- .map-wrap .map-box .current-site-icon.data-v-7743905c {
- width: 63rpx;
- height: 90rpx;
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .map-wrap .customer-list.data-v-7743905c {
- min-height: 500rpx;
- max-height: 820rpx;
- box-sizing: border-box;
- }
- .map-wrap .customer-list .customer-item.data-v-7743905c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- width: 100%;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- line-height: 40rpx;
- padding: 18rpx 30rpx;
- text-align: left;
- border-bottom: 1rpx solid #eee;
- position: relative;
- }
- .map-wrap .customer-list .customer-item .item-avatar.data-v-7743905c {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 66rpx;
- height: 66rpx;
- border-radius: 50%;
- overflow: hidden;
- }
- .map-wrap .customer-list .customer-item .item-avatar image.data-v-7743905c {
- width: 100%;
- height: 100%;
- }
- .map-wrap .customer-list .customer-item .item-name.data-v-7743905c {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- margin: 0 20rpx;
- width: 200rpx;
- }
- .map-wrap .customer-list .customer-item .item-level.data-v-7743905c {
- margin: 0 20rpx;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .map-wrap .customer-list .customer-item .item-tag.data-v-7743905c {
- 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;
- width: 78rpx;
- height: 34rpx;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- background-color: #3385ff;
- border-radius: 17rpx 17rpx 17rpx 0;
- font-size: 20rpx;
- color: #fff;
- }
- .map-wrap .add-customer-bar.data-v-7743905c {
- width: 100%;
- height: 100rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- color: #3385ff;
- font-size: 26rpx;
- box-shadow: 0rpx -1rpx 6rpx 0rpx rgba(4, 0, 0, 0.06);
- }
|