This commit is contained in:
parent
bcb18a2174
commit
5238689f64
|
|
@ -65,7 +65,7 @@
|
||||||
width:400rpx;
|
width:400rpx;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top:120rpx;
|
top:100rpx;
|
||||||
left:40rpx;
|
left:40rpx;
|
||||||
}
|
}
|
||||||
.cop-img2{
|
.cop-img2{
|
||||||
|
|
|
||||||
|
|
@ -512,7 +512,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
color: #171717;
|
color: #171717;
|
||||||
margin-top: 16rpx;
|
margin-top: 14rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left{
|
.service-head-top-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -300,12 +300,14 @@
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
.seckill-rob{
|
.seckill-rob{
|
||||||
width: 30%;
|
width:50%;
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
background: linear-gradient(90deg, #fb2d30, #fc2e37);
|
background:#fb2d30 url('../../static/seckill4-1.png');
|
||||||
text-align: center;
|
background-size: 40% 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
border-radius: 0 10rpx 10rpx 0;
|
border-radius: 0 10rpx 10rpx 0;
|
||||||
|
text-indent: 70rpx;
|
||||||
}
|
}
|
||||||
.seckill-img{
|
.seckill-img{
|
||||||
width: 70rpx;
|
width: 70rpx;
|
||||||
|
|
@ -480,7 +482,7 @@
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 50px auto 0px auto;
|
margin: 45px auto 0px auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -513,46 +515,52 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 31px;
|
line-height: 28px;
|
||||||
color: #fff;
|
color: #333;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:26rpx;
|
||||||
top: 0;
|
top: 20rpx;
|
||||||
margin-top:9.4px;
|
height: 29px !important;
|
||||||
margin-right: 11px;
|
|
||||||
height: 32px !important;
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 150rpx;
|
width: 110rpx;
|
||||||
height: 60rpx;
|
height: 50rpx;
|
||||||
background: #18A689;
|
background: #e4e4e4;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 31px;
|
height: 30px;
|
||||||
border-radius: 15px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #fff !important;
|
background-color: #f4f4f4 !important;
|
||||||
border: 1px solid #E5E5E5;
|
/*border: 1px solid #09a28a;*/
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-flow: row-reverse;
|
flex-flow: row-reverse;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 4rpx;
|
||||||
|
margin-right: 15rpx;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
width: 25px;
|
width: 20px;
|
||||||
height: 30rpx;
|
height: 20rpx;
|
||||||
margin-right: 10px;
|
margin-right:5px;
|
||||||
|
margin-left: 10rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left span{
|
.service-head-top-left span{
|
||||||
|
width: 180rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
background:url('../../static/images/headline.png') 0rpx 26rpx;
|
||||||
|
background-repeat: no-repeat;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
color: #171717;
|
color: #171717;
|
||||||
|
margin-top: 14rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left{
|
.service-head-top-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
|
|
@ -424,46 +424,53 @@
|
||||||
}
|
}
|
||||||
.search-btn{
|
.search-btn{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 31px;
|
line-height: 28px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right:26rpx;
|
||||||
top: 0;
|
top: 25rpx;
|
||||||
margin-top:9.4px;
|
height: 29px !important;
|
||||||
margin-right: 11px;
|
|
||||||
height: 32px !important;
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
width: 150rpx;
|
width: 110rpx;
|
||||||
height: 60rpx;
|
height: 50rpx;
|
||||||
background: #18A689;
|
background: #18A689;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box{
|
/deep/.uni-searchbar__box{
|
||||||
height: 31px;
|
height: 30px;
|
||||||
border-radius: 15px !important;
|
border-radius: 30px !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
border: 1px solid #E5E5E5;
|
border: 1px solid #09a28a;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-flow: row-reverse;
|
flex-flow: row-reverse;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 10rpx;
|
||||||
|
margin-right: 15rpx;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width: 240px;
|
width: 230px;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.service-head-top-left image{
|
.service-head-top-left image{
|
||||||
width: 25px;
|
width: 20px;
|
||||||
height: 30rpx;
|
height: 20rpx;
|
||||||
margin-right: 10px;
|
margin-right:5px;
|
||||||
|
margin-left: 10rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left span{
|
.service-head-top-left span{
|
||||||
|
width: 180rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
background:url('../../static/images/headline.png') 0rpx 26rpx;
|
||||||
|
background-repeat: no-repeat;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
color: #171717;
|
color: #171717;
|
||||||
|
margin-top: 14rpx;
|
||||||
}
|
}
|
||||||
.service-head-top-left{
|
.service-head-top-left{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 5.0 KiB |
Loading…
Reference in New Issue