Files
ClassContent/历届学生/吴欣阳/项目开发/美食app/common/less/page/info.less
2024-09-27 02:06:13 +08:00

259 lines
4.4 KiB
Plaintext

@import "../_";
.pad{
padding-top:var(--status-bar-height);
}
.top{
background: #ffffff;
z-index: 9999;
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
height: 120rpx;
border-bottom: 1px solid #f5f5f5;
display: flex;
align-items: center;
justify-content: space-between;
padding-top:calc(var(--status-bar-height));
image{
width: 156rpx;
height: 80rpx;
}
.search{
width: 300rpx;
height: 80rpx;
background: #ffffff;
display: flex;
align-items: center;
border-radius: 6rpx;
background-color: #f5f5f5;
box-sizing: border-box;
}
i{
font-size: 40rpx;
margin-right: 10rpx;
}
span{
font-size: 30rpx;
color: #767676;
}
.sousuo{
width: 100rpx;
height: 80rpx;
background: #FE552F;
color: #fff;
text-align: center;
line-height: 80rpx;
border-radius: 6rpx;
}
.caipu{
height: 80rpx;
color: #fe552f;
background: #fcefec;
width: 80rpx;
text-align: center;
margin-right: 10rpx;
box-sizing: border-box;
}
}
.iconfont{
margin-left: 15px;
display: inline-block;
font-size: 20px;
}
.content{
padding-top:calc(var(--status-bar-height)+ 122rpx);
.back{
width: 100%;
height: 375px;
}
}
.content_1{
padding: 0 15px;
.text{
width: 100%;
background: #fff;
border-radius: 16px;
box-shadow: 0px 0px 32px rgba(0 ,0, 0, 10%);
position: relative;
top: -55px;
padding: 20px 15px 30px;
box-sizing: border-box;
}
.text_1{
font-size: 28px;
font-weight: 700;
color: #333;
line-height: 38px;
}
.posttime{
font-size: 12px;
color: #999;
line-height: 20px;
display: block;
padding: 4px 0px 0px;
border-bottom: 1px solid #f5f5f5
}
}
.list_1{
display: flex;
align-items: center;
span{
display: inline-block;
font-size: 24rpx;
zoom: 0.9;
line-height: 17px;
flex: 1;
color: #4dd196;
}
.jdw {
height: 5px;
border-radius: 3px;
flex: 4;
background: #ebfbf4;
}
.jd {
height: 5px;
border-radius: 3px;
background: #4dd196;
}
}
.list{
margin: 10px 0px 10px;
position: relative;
}
.tips{
font-size: 10px;
color: #999;
line-height: 24px;
text-align: center;
}
.cpargsw{
display: flex;
justify-content: space-around;
margin-top: 17px;
}
.title_2{
display: flex;
align-items: center;
flex-direction: column;
i{
background: url("../../../static/img/2020.png");
height: 60rpx;
width: 60rpx;
display: inline-block;
background-size: 60rpx 300rpx;
}
span{
font-size: 12px;
line-height: 24px;
color: #666666;
}
}
.text_2{
font-weight: 400;
text-align: justify;
font-size: 14px;
color: #999999;
line-height: 21px;
display: block;
}
.text_2_1{
color: #5a92f5;
font-size: 14px;
line-height: 27px;
display: flex;
align-items: center;
justify-content: flex-end;
background-image: linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1),rgba(255,255,255,1));
.ssss{
margin-left: 2px !important;
}
.shang{
transform:rotate(90deg);
}
.xia{
transform:rotate(-90deg)
}
}
.showdata{
height: 20px;
overflow: hidden;
}
.text_3{
font-size: 16px;
color: #333;
font-weight: 700;
margin-top: 20px;
}
.text_3_1{
margin-top: 15px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid rgba(0,0,0,0.05);
}
.text_3_2{
display: flex;
align-items: center;
justify-content: space-between;
width: 49%;
height: 36px;
border-bottom: 1px solid rgba(0,0,0,0.05);
border-right: 1px solid rgba(0,0,0,0.05);
}
.list_title{
color: #108ee9;
padding-left: 20px;
font-size: 14px;
box-sizing: border-box;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
margin-right: 15px;
}
.list_nums{
margin-right: 15px;
font-size: 14px;
color: #666;
font-weight: 400;
}
.step{
margin-top: -29px;
}
.title_0{
padding: 10px 10px;
margin-bottom: 30px;
font-size: 16px;
line-height: 24px;
color: #666;
font-weight: 400;
}
.step_list{
position: relative;
}
image{
width: 100%;
}
.step_list_1{
height: 40px;
line-height: 40px;
color: #333;
font-size: 18px;
font-weight: 700;
padding: 0px 20px 0px 15px;
background: rgba(255,255,255,0.9);
position: absolute;
left: 0px;
top: 15px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
z-index: 100;
}