duidui_mini_program/pages/exammakings/exammakings.wxss
2026-03-27 10:41:46 +08:00

89 lines
1.2 KiB
Plaintext

/* 材料头部 */
.exammakingshead {
width: 100%;
height: 80rpx;
background-color: #49dae0;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.headleft {
width: 580rpx;
overflow: hidden;
}
.headleft text {
color: white;
font-size: 30rpx;
margin-left: 40rpx;
}
.headright text {
color: white;
font-size: 30rpx;
margin-right: 50rpx;
}
.van-tabs__line {
background-color: #49dae0 !important;
}
.makingscontent {
margin: 0 40rpx;
}
.makingscontent text {
margin: 0 40rpx;
font-size: 30rpx;
}
/* 材料头部 */
/* 材料底部 */
.makingsfooter {
width: 100%;
height: 100rpx;
border-top: 2rpx solid #e5e7e7;
margin-top: 20rpx;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
bottom: 0;
background-color: #f5f5f5;
opacity:1;
}
.footerleft {
width: 160rpx;
height: 50rpx;
line-height: 50rpx;
background-color: #1ccfd6;
text-align: center;
}
.footerleft text {
color: white;
}
.footerright {
width: 160rpx;
height: 50rpx;
line-height: 50rpx;
background-color: #dad8d8;
text-align: center;
margin-left: 50rpx;
}
.footerright text {
color: black;
}
/* 材料底部 */