亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Retina真實還原1px邊框的解決方案

發布時間:2020-07-10 15:00:00 來源:網絡 閱讀:1770 作者:周陸軍 欄目:web開發

射雞師給你設計圖是這樣的!

Retina真實還原1px邊框的解決方案

然后你 boder:1px solid #ccc,然后到手機上一看,又粗又大,又長

然后,測試的妹子,受不了了……

然后,你說是的啊
……

Retina真實還原1px邊框的解決方案

于是,你一張圖片上去一看……

確實,不對呀!

<img src="img/bg.png" style="position: fixed;top:0;left: 0;width: 100%;z-index: 999;opacity: .5;">


Retina真實還原1px邊框的解決方案

然后,怎么辦了呢


第一:你想到的是:

設計圖是750px,然后在iphon6上顯示是375px

因為retina下1個 CSS 像素對應2個物理像素(多數是2個), 那么我們只需要想辦法把border的寬度變為0.5px, 那么展現就是1個物理像素了.

那我設置

@media (min--moz-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dpi), (min-resolution: 2dppx), (-ms-high-contrast:active), (-ms-high-contrast:none) {
    *{
        border-width: .5px;
    }
}

然后,其它屏幕,不整除呢……0.x0x px

^^

這個有點扯蛋::因為,像素的定義:1px,就是顯示的最小單位

定義:

像素是指基本原色素及其灰度的基本編碼。[1]  像素是構成數碼影像的基本單元,通常以像素每英寸PPI(pixels per inch)為單位來表示影像分辨率的大小。

例如300x300PPI分辨率,即表示水平方向與垂直方向上每英寸長度上的像素數都是300,也可表示為一平方英寸內有9萬(300x300)像素。[2] 

巴拉拉,省去xxxx萬字哈……

我不喜歡科普哈!!!

然后,又怎么辦呢!


我用圖片:

1.BASE64:2像素圖片,里面只有像素;

Retina真實還原1px邊框的解決方案

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAAXNSR…hZcwAADsMAAA7DAcdvqGQAAAAQSURBVBhXY5g5c+Z/BhAAABRcAsvqBShzAAAAAElFTkSuQmCC);  
  background-position: 0 0;   
  background-repeat: repeat-x;   
  background-size: 1px 1px;

2.漸變背景圖片:

.border_top {   background-image: -webkit-linear-gradient(right,transparent 50%,#999 50%);   background-image: linear-gradient(to right,transparent 50%,#999 50%);   background-size: 1px 100%;   background-repeat: no-repeat;   background-position: center right;   border-top: 0 none;   padding-top: 1px; }

//下面是sass版本
@mixin boderHash($color:#efefef,$direction:"all"){
    background-repeat: no-repeat;
    @if($direction=="all"){
        border:none;
        padding: 1px;
        background-image:
                -webkit-linear-gradient(top, $color 50%, #999 50%),
                -webkit-linear-gradient(right, transparent 50%, $color 50%),
                -webkit-linear-gradient(bottom, transparent 50%, $color 50%),
                -webkit-linear-gradient(left, transparent 50%, $color 50%);
        background-image:
                linear-gradient(to top, transparent 50%, $color 50%),
                linear-gradient(to right, transparent 50%, $color 50%),
                linear-gradient(to bottom, transparent 50%, $color 50%),
                linear-gradient(to left,transparent 50%, $color 50%);
        background-size:
                100% 1px,
                1px 100%,
                100% 1px,
                1px 100%;
        background-position:
                top center,
                right center,
                bottom center,
                left center;

    }@else {
        border-#{$direction}: 1px solid ;
        background-image: -webkit-linear-gradient($direction, transparent 50%, $color 50%);
        background-image: linear-gradient(to $direction, transparent 50%, $color 50%);
        @if($direction=="left" or $direction=="right"){
            background-size: 100% 1px;
        }
        @if $direction=="top" or $direction=="bottom"{
            background-size:   1px 100% ;
        }


    }
}

第三:使用,偽類元素。

然后絕對定位:個人覺得性能消耗太大1

所以也不不再唧唧歪歪


其實:

我們知道的網站。都沒有使用這些東西

不想,看圖

如果有人叼你!!

你直接那這些圖,干她!!


Retina真實還原1px邊框的解決方案

Retina真實還原1px邊框的解決方案

Retina真實還原1px邊框的解決方案

轉載請注明文章來處:Retina真實還原1px邊框的解決方案 - css3,css3動畫,css3新特性 - 周陸軍的個人網站


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

伊金霍洛旗| 内黄县| 唐海县| 洪洞县| 当涂县| 咸宁市| 柳州市| 比如县| 图片| 红河县| 彝良县| 买车| 汶川县| 罗田县| 连城县| 墨江| 荔浦县| 盘锦市| 石泉县| 云霄县| 赤水市| 南康市| 四川省| 安达市| 大关县| 邮箱| 南康市| 曲沃县| 衡南县| 富顺县| 巍山| 七台河市| 榆社县| 长子县| 双江| 衡东县| 梨树县| 临西县| 吉木萨尔县| 碌曲县| 商城县|