Commit 9b83e0bf by jane0302

'icon'

parent 7a693cc6
Pipeline #860 skipped in 0 seconds
...@@ -29,7 +29,7 @@ ol, ...@@ -29,7 +29,7 @@ ol,
p { p {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-weight: 500; font-weight: 400;
} }
/* Links /* Links
========================================================================== */ ========================================================================== */
......
...@@ -117,7 +117,7 @@ body { ...@@ -117,7 +117,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
} }
.login #sendCode:hover { .login #sendCode:hover {
color: #ffffff; color: #ffffff;
...@@ -134,7 +134,7 @@ body { ...@@ -134,7 +134,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
} }
.login #bind:hover { .login #bind:hover {
color: #ffffff; color: #ffffff;
......
...@@ -77,7 +77,7 @@ body { ...@@ -77,7 +77,7 @@ body {
} }
.header h2 > em { .header h2 > em {
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 400;
font-size: 0.85333333rem; font-size: 0.85333333rem;
margin-right: 0.26666667rem; margin-right: 0.26666667rem;
position: absolute; position: absolute;
...@@ -100,7 +100,7 @@ body { ...@@ -100,7 +100,7 @@ body {
float: right; float: right;
} }
.personalData ul li > span > b { .personalData ul li > span > b {
font-weight: 500; font-weight: 400;
color: #cfcfcf; color: #cfcfcf;
float: right; float: right;
height: 2.4rem; height: 2.4rem;
...@@ -186,7 +186,7 @@ body { ...@@ -186,7 +186,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
margin: 0.16rem 0rem; margin: 0.16rem 0rem;
} }
.login #sendCode:hover { .login #sendCode:hover {
...@@ -206,7 +206,7 @@ body { ...@@ -206,7 +206,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
} }
.login #bind:hover { .login #bind:hover {
color: #ffffff; color: #ffffff;
......
...@@ -119,7 +119,7 @@ body { ...@@ -119,7 +119,7 @@ body {
display: block; display: block;
font-size: 0.74666667rem; font-size: 0.74666667rem;
height: 0.96rem; height: 0.96rem;
font-weight: 500; font-weight: 400;
text-align: left; text-align: left;
overflow: hidden; overflow: hidden;
} }
...@@ -131,7 +131,7 @@ body { ...@@ -131,7 +131,7 @@ body {
} }
.searchDetails > div.raidersDetail ul li b { .searchDetails > div.raidersDetail ul li b {
color: #c1c1c1; color: #c1c1c1;
font-weight: 500; font-weight: 400;
} }
/*订单评价*/ /*订单评价*/
.reviewsDetails { .reviewsDetails {
......
...@@ -69,8 +69,6 @@ body { ...@@ -69,8 +69,6 @@ body {
} }
.photographer-video > i { .photographer-video > i {
display: inline-block; display: inline-block;
/* .px1rem(height,70);
.px1rem(width,70);*/
position: absolute; position: absolute;
} }
.photographer-video > i.icon-icon_email { .photographer-video > i.icon-icon_email {
...@@ -87,8 +85,6 @@ body { ...@@ -87,8 +85,6 @@ body {
} }
.photographer-video > .icon-btn_bro { .photographer-video > .icon-btn_bro {
display: inline-block; display: inline-block;
/* .px1rem(height,80);
.px1rem(width,80);*/
position: absolute; position: absolute;
bottom: 0.53333333rem; bottom: 0.53333333rem;
right: 0.53333333rem; right: 0.53333333rem;
...@@ -98,7 +94,7 @@ body { ...@@ -98,7 +94,7 @@ body {
font-size: 0.74666667rem; font-size: 0.74666667rem;
margin-left: 4.8rem; margin-left: 4.8rem;
color: #ffffff; color: #ffffff;
font-weight: 500; font-weight: 400;
} }
.photographer-video > P > i { .photographer-video > P > i {
display: inline-block; display: inline-block;
...@@ -158,7 +154,7 @@ body { ...@@ -158,7 +154,7 @@ body {
} }
.personalList ul li { .personalList ul li {
text-align: left; text-align: left;
padding: 0rem 0.53333333rem 0rem 0.64rem; padding: 0rem 0.53333333rem 0rem 1.86666667rem;
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
font-size: 0.85333333rem; font-size: 0.85333333rem;
height: 2.4rem; height: 2.4rem;
...@@ -168,7 +164,11 @@ body { ...@@ -168,7 +164,11 @@ body {
} }
.personalList ul li > i { .personalList ul li > i {
display: inline-block; display: inline-block;
margin-right: 0.69333333rem; /* .px1rem(line-height,90);*/
margin: 0rem 0.69333333rem 0rem 0rem;
position: absolute;
top: 0.96rem;
left: 0.66666667rem;
} }
.personalList ul li > em { .personalList ul li > em {
display: inline-block; display: inline-block;
......
...@@ -99,7 +99,7 @@ body { ...@@ -99,7 +99,7 @@ body {
display: inline; display: inline;
font-size: 0.85333333rem; font-size: 0.85333333rem;
float: left; float: left;
font-weight: 500; font-weight: 400;
} }
.header > .searchDiv { .header > .searchDiv {
margin-left: 2.13333333rem; margin-left: 2.13333333rem;
...@@ -126,7 +126,7 @@ body { ...@@ -126,7 +126,7 @@ body {
.searchItem > div > ul li { .searchItem > div > ul li {
height: 2.24rem; height: 2.24rem;
line-height: 2.24rem; line-height: 2.24rem;
font-weight: 500; font-weight: 400;
font-size: 0.85333333rem; font-size: 0.85333333rem;
} }
.search { .search {
...@@ -185,7 +185,7 @@ body { ...@@ -185,7 +185,7 @@ body {
display: block; display: block;
font-size: 0.64rem; font-size: 0.64rem;
height: 1.22666667rem; height: 1.22666667rem;
font-weight: 500; font-weight: 400;
position: relative; position: relative;
} }
.searchDetails > div.raidersDetail ul li > b { .searchDetails > div.raidersDetail ul li > b {
...@@ -278,7 +278,6 @@ body { ...@@ -278,7 +278,6 @@ body {
} }
.searchFilterCon .contentImg > b { .searchFilterCon .contentImg > b {
float: left; float: left;
font-weight: 500;
font-weight: 400; font-weight: 400;
font-size: 0.32rem; font-size: 0.32rem;
padding: 0.08rem 0.18666667rem; padding: 0.08rem 0.18666667rem;
...@@ -304,12 +303,12 @@ body { ...@@ -304,12 +303,12 @@ body {
color: #ff0000; color: #ff0000;
font-size: 1.06666667rem; font-size: 1.06666667rem;
margin-right: 0.53333333rem; margin-right: 0.53333333rem;
font-weight: 500; font-weight: 400;
} }
.searchFilterCon .content ul > li:nth-child(2) > b, .searchFilterCon .content ul > li:nth-child(2) > b,
.searchFilterCon .content ul > li:nth-child(2) > span { .searchFilterCon .content ul > li:nth-child(2) > span {
display: block; display: block;
font-weight: 500; font-weight: 400;
} }
.searchFilterCon .content ul > li:last-child { .searchFilterCon .content ul > li:last-child {
float: right; float: right;
......
...@@ -123,7 +123,7 @@ body { ...@@ -123,7 +123,7 @@ body {
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.openCity > div:last-child > a._label > b.sort { .openCity > div:last-child > a._label > b.sort {
font-weight: 500; font-weight: 400;
color: #666666; color: #666666;
} }
.bg { .bg {
......
...@@ -123,7 +123,7 @@ body { ...@@ -123,7 +123,7 @@ body {
overflow: hidden; overflow: hidden;
} }
.album-des > span { .album-des > span {
font-weight: 500; font-weight: 400;
cursor: pointer; cursor: pointer;
} }
.album .photo { .album .photo {
...@@ -135,7 +135,7 @@ body { ...@@ -135,7 +135,7 @@ body {
width: 100%; width: 100%;
} }
.moreoh { .moreoh {
font-weight: bold; font-weight: 400;
margin-left: 0.26666667rem; margin-left: 0.26666667rem;
} }
/* 拍摄套系部分 */ /* 拍摄套系部分 */
...@@ -217,7 +217,7 @@ body { ...@@ -217,7 +217,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
} }
.package-ft > div:last-child > input:hover { .package-ft > div:last-child > input:hover {
color: #ffffff; color: #ffffff;
...@@ -356,7 +356,7 @@ body { ...@@ -356,7 +356,7 @@ body {
background-color: #ff7272; background-color: #ff7272;
text-align: center; text-align: center;
border: 1px solid #ff7272; border: 1px solid #ff7272;
border-radius: 4px; border-radius: 0.10666667rem;
} }
.more-review:hover { .more-review:hover {
color: #ffffff; color: #ffffff;
......
...@@ -25,7 +25,7 @@ body { ...@@ -25,7 +25,7 @@ body {
body, h1, h2, h3, h4, h5, h6, ul, ol,p { body, h1, h2, h3, h4, h5, h6, ul, ol,p {
padding: 0; padding: 0;
margin: 0; margin: 0;
font-weight: 500; font-weight: 400;
} }
/* Links /* Links
......
...@@ -15,7 +15,7 @@ body{ ...@@ -15,7 +15,7 @@ body{
position: relative; position: relative;
>em{ >em{
display:inline-block; display:inline-block;
font-weight:500; font-weight:400;
.px1rem(font-size,32); .px1rem(font-size,32);
.px1rem(margin-right,10); .px1rem(margin-right,10);
position: absolute; position: absolute;
...@@ -41,7 +41,7 @@ body{ ...@@ -41,7 +41,7 @@ body{
float:right; float:right;
} }
>span>b{ >span>b{
font-weight: 500; font-weight: 400;
color: #cfcfcf; color: #cfcfcf;
float:right; float:right;
.px1rem(height,90); .px1rem(height,90);
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
background-color:@color; background-color:@color;
text-align: center; text-align: center;
border: 1px solid @color; border: 1px solid @color;
border-radius: 4px; border-radius: 4/37.5rem;
&:hover { &:hover {
color: #ffffff; color: #ffffff;
background-color: darken(@color, 10%); background-color: darken(@color, 10%);
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
display:block; display:block;
.px1rem(font-size,28); .px1rem(font-size,28);
.px1rem(height,36); .px1rem(height,36);
font-weight:500; font-weight:400;
text-align: left; text-align: left;
overflow: hidden; overflow: hidden;
} }
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
} }
ul li b{ ul li b{
color:#c1c1c1; color:#c1c1c1;
font-weight: 500; font-weight: 400;
} }
} }
} }
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
background: #ccc;/* 背景暂时调成灰色 */ background: #ccc;/* 背景暂时调成灰色 */
>i{ >i{
display: inline-block; display: inline-block;
/* .px1rem(height,70);
.px1rem(width,70);*/
position: absolute; position: absolute;
&.icon-icon_email{ &.icon-icon_email{
.px1rem(top,30); .px1rem(top,30);
...@@ -26,8 +24,6 @@ ...@@ -26,8 +24,6 @@
} }
>.icon-btn_bro{ >.icon-btn_bro{
display: inline-block; display: inline-block;
/* .px1rem(height,80);
.px1rem(width,80);*/
position: absolute; position: absolute;
.px1rem(bottom,20); .px1rem(bottom,20);
.px1rem(right,20); .px1rem(right,20);
...@@ -40,7 +36,7 @@ ...@@ -40,7 +36,7 @@
.px1rem(font-size,28); .px1rem(font-size,28);
.px1rem(margin-left,180); .px1rem(margin-left,180);
color:#ffffff; color:#ffffff;
font-weight: 500; font-weight:400;
} }
} }
/*个人主页和个人中心页面*/ /*个人主页和个人中心页面*/
...@@ -91,7 +87,7 @@ ...@@ -91,7 +87,7 @@
.px1rem(margin-bottom,180); .px1rem(margin-bottom,180);
ul li{ ul li{
text-align: left; text-align: left;
.px4rem(padding,0,20,0,24); .px4rem(padding,0,20,0,70);
border-bottom: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
.px1rem(font-size,32); .px1rem(font-size,32);
.px1rem(height,90); .px1rem(height,90);
...@@ -100,7 +96,11 @@ ...@@ -100,7 +96,11 @@
display: block; display: block;
>i{ >i{
display: inline-block; display: inline-block;
.px1rem(margin-right,26); /* .px1rem(line-height,90);*/
.px4rem(margin,0,26,0,0);
position: absolute;
.px1rem(top,36);
.px1rem(left,25);
} }
>em{ >em{
display:inline-block; display:inline-block;
......
...@@ -39,7 +39,7 @@ body{ ...@@ -39,7 +39,7 @@ body{
display:inline; display:inline;
.px1rem(font-size,32); .px1rem(font-size,32);
float:left; float:left;
font-weight: 500; font-weight:400;
} }
>.searchDiv{ >.searchDiv{
.px1rem(margin-left,80); .px1rem(margin-left,80);
...@@ -66,7 +66,7 @@ body{ ...@@ -66,7 +66,7 @@ body{
>ul li{ >ul li{
.px1rem(height,84); .px1rem(height,84);
.px1rem(line-height,84); .px1rem(line-height,84);
font-weight:500; font-weight:400;
.px1rem(font-size,32); .px1rem(font-size,32);
} }
} }
...@@ -115,7 +115,7 @@ body{ ...@@ -115,7 +115,7 @@ body{
display:block; display:block;
.px1rem(font-size,24); .px1rem(font-size,24);
.px1rem(height,46); .px1rem(height,46);
font-weight:500; font-weight:400;
position: relative; position: relative;
>b{ >b{
.small_label(); .small_label();
...@@ -192,7 +192,7 @@ body{ ...@@ -192,7 +192,7 @@ body{
} }
>b{ >b{
float:left; float:left;
font-weight:500; font-weight:400;
.small_label(); .small_label();
position: relative; position: relative;
.px1rem(top,130); .px1rem(top,130);
...@@ -212,12 +212,12 @@ body{ ...@@ -212,12 +212,12 @@ body{
color:#ff0000; color:#ff0000;
.px1rem(font-size,40); .px1rem(font-size,40);
.px1rem(margin-right,20); .px1rem(margin-right,20);
font-weight:500; font-weight:400;
} }
ul>li:nth-child(2)>b, ul>li:nth-child(2)>b,
ul>li:nth-child(2)>span{ ul>li:nth-child(2)>span{
display:block; display:block;
font-weight:500; font-weight:400;
} }
ul>li:last-child{ ul>li:last-child{
float:right; float:right;
......
...@@ -51,7 +51,7 @@ body{ ...@@ -51,7 +51,7 @@ body{
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
&>div:last-child>a._label>b.sort{ &>div:last-child>a._label>b.sort{
font-weight: 500; font-weight:400;
color: #666666; color: #666666;
} }
} }
......
...@@ -53,7 +53,7 @@ body{ ...@@ -53,7 +53,7 @@ body{
.px1rem(margin-bottom, 36); .px1rem(margin-bottom, 36);
overflow: hidden; overflow: hidden;
> span { > span {
font-weight: 500; font-weight: 400;
cursor: pointer; cursor: pointer;
} }
} }
...@@ -68,7 +68,7 @@ body{ ...@@ -68,7 +68,7 @@ body{
} }
} }
.moreoh{ .moreoh{
font-weight:bold; font-weight:400;
.px1rem(margin-left,10); .px1rem(margin-left,10);
} }
/* 拍摄套系部分 */ /* 拍摄套系部分 */
......
...@@ -65,19 +65,20 @@ ...@@ -65,19 +65,20 @@
myVideo.pause(); myVideo.pause();
} }
}); });
/*切换样式表*/ /*切换样式表*/
//var docEl = document.documentElement; //var docEl = document.documentElement;
var link = document.getElementById("my_link"); var link = document.getElementById("my_link");
var width = document.documentElement.clientWidth; var width = document.documentElement.clientWidth;
var dpr = window.devicePixelRatio; var dpr = window.devicePixelRatio;
var swidth=width/dpr; var swidth=width/dpr;
// alert(width/dpr); //alert(width/dpr);
if(swidth<=767){ if(swidth<410){
link.href="../../dist/css/icon.css"; link.href="../../dist/css/icon.css";
}else if(swidth>767){ }else if(swidth>=410 && swidth<=770){
link.href="../../dist/css/icon2x.css"; link.href="../../dist/css/icon2x.css";
}else if(swidth>1100){ }else if(swidth>770){
link.href="../../dist/css/icon3x.css"; link.href="../../dist/css/icon3x.css";
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment