This commit is contained in:
kbing1981 2024-07-23 20:49:06 +08:00
parent bcb18a2174
commit 5238689f64
7 changed files with 53 additions and 38 deletions

View File

@ -65,7 +65,7 @@
width:400rpx;
height: 60rpx;
position: absolute;
top:120rpx;
top:100rpx;
left:40rpx;
}
.cop-img2{

View File

@ -512,7 +512,7 @@
font-weight: bold;
font-size: 34rpx;
color: #171717;
margin-top: 16rpx;
margin-top: 14rpx;
}
.service-head-top-left{
display: flex;

View File

@ -300,12 +300,14 @@
font-size: 30rpx;
}
.seckill-rob{
width: 30%;
width:50%;
height: 60rpx;
background: linear-gradient(90deg, #fb2d30, #fc2e37);
text-align: center;
background:#fb2d30 url('../../static/seckill4-1.png');
background-size: 40% 100%;
background-repeat: no-repeat;
line-height: 60rpx;
border-radius: 0 10rpx 10rpx 0;
text-indent: 70rpx;
}
.seckill-img{
width: 70rpx;
@ -480,7 +482,7 @@
}
/deep/.zp-paging-container-content{
width: 95%;
margin: 50px auto 0px auto;
margin: 45px auto 0px auto;
}
.fenlei{
display: flex;
@ -513,46 +515,52 @@
}
.search-btn{
text-align: center;
line-height: 31px;
color: #fff;
line-height: 28px;
color: #333;
position: absolute;
right: 0;
top: 0;
margin-top:9.4px;
margin-right: 11px;
height: 32px !important;
right:26rpx;
top: 20rpx;
height: 29px !important;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
width: 150rpx;
height: 60rpx;
background: #18A689;
width: 110rpx;
height: 50rpx;
background: #e4e4e4;
border-radius: 31rpx;
}
/deep/.uni-searchbar__box{
height: 31px;
border-radius: 15px !important;
background-color: #fff !important;
border: 1px solid #E5E5E5;
height: 30px;
border-radius: 30px !important;
background-color: #f4f4f4 !important;
/*border: 1px solid #09a28a;*/
padding: 0px;
display: flex;
flex-direction: row;
flex-flow: row-reverse;
position: relative;
margin-top: 4rpx;
margin-right: 15rpx;
}
/deep/.uni-searchbar{
width: 240px;
border-radius: 31rpx;
}
.service-head-top-left image{
width: 25px;
height: 30rpx;
margin-right: 10px;
width: 20px;
height: 20rpx;
margin-right:5px;
margin-left: 10rpx;
}
.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-size: 34rpx;
color: #171717;
margin-top: 14rpx;
}
.service-head-top-left{
display: flex;

View File

@ -424,46 +424,53 @@
}
.search-btn{
text-align: center;
line-height: 31px;
line-height: 28px;
color: #fff;
position: absolute;
right: 0;
top: 0;
margin-top:9.4px;
margin-right: 11px;
height: 32px !important;
right:26rpx;
top: 25rpx;
height: 29px !important;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
width: 150rpx;
height: 60rpx;
width: 110rpx;
height: 50rpx;
background: #18A689;
border-radius: 31rpx;
}
/deep/.uni-searchbar__box{
height: 31px;
border-radius: 15px !important;
height: 30px;
border-radius: 30px !important;
background-color: #fff !important;
border: 1px solid #E5E5E5;
border: 1px solid #09a28a;
padding: 0px;
display: flex;
flex-direction: row;
flex-flow: row-reverse;
position: relative;
margin-top: 10rpx;
margin-right: 15rpx;
}
/deep/.uni-searchbar{
width: 240px;
width: 230px;
border-radius: 31rpx;
position: relative;
}
.service-head-top-left image{
width: 25px;
height: 30rpx;
margin-right: 10px;
width: 20px;
height: 20rpx;
margin-right:5px;
margin-left: 10rpx;
}
.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-size: 34rpx;
color: #171717;
margin-top: 14rpx;
}
.service-head-top-left{
display: flex;

BIN
static/background-img5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
static/seckill4-1.png Normal file

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