优化 头部空白问题

master
hou 3 years ago
parent 84ecb14775
commit 6e58dba8a2

@ -76,19 +76,22 @@ export default class productAppointment extends BasePage {
.header {
position: fixed;
top: 36rpx;
top: 0;
padding-top: 18px;
left: 0;
right: 0;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #255cea;
height: 88rpx;
line-height: 88rpx;
/* height: 46px; */
line-height: 46px;
color: #fff;
font-size: 34rpx;
font-size: 17px;
font-weight: 500;
text-align: center;
box-shadow: 0 1rpx 5rpx #6b90ef;
box-shadow: 0 1px 2px #6b90ef;
.title {
flex: 3;
}

@ -83,19 +83,22 @@ export default class RawAppointment extends BasePage {
.header {
position: fixed;
top: 36rpx;
top: 0;
padding-top: 18px;
left: 0;
right: 0;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #255cea;
height: 88rpx;
line-height: 88rpx;
/* height: 46px; */
line-height: 46px;
color: #fff;
font-size: 34rpx;
font-size: 17px;
font-weight: 500;
text-align: center;
box-shadow: 0 1rpx 5rpx #6b90ef;
box-shadow: 0 1px 2px #6b90ef;
.title {
flex: 3;
}

@ -76,19 +76,22 @@ export default class RawHandover extends BasePage {
.header {
position: fixed;
top: 36rpx;
top: 0;
padding-top: 18px;
left: 0;
right: 0;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #255cea;
height: 88rpx;
line-height: 88rpx;
/* height: 46px; */
line-height: 46px;
color: #fff;
font-size: 34rpx;
font-size: 17px;
font-weight: 500;
text-align: center;
box-shadow: 0 1rpx 5rpx #6b90ef;
box-shadow: 0 1px 2px #6b90ef;
.title {
flex: 3;
}

@ -74,19 +74,22 @@ export default class RawAppointment extends BasePage {
.header {
position: fixed;
top: 36rpx;
top: 0;
padding-top: 18px;
left: 0;
right: 0;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #255cea;
height: 88rpx;
line-height: 88rpx;
/* height: 46px; */
line-height: 46px;
color: #fff;
font-size: 34rpx;
font-size: 17px;
font-weight: 500;
text-align: center;
box-shadow: 0 1rpx 5rpx #6b90ef;
box-shadow: 0 1px 2px #6b90ef;
.title {
flex: 3;
}

@ -71,19 +71,22 @@ export default class RawAppointment extends BasePage {
.header {
position: fixed;
top: 36rpx;
top: 0;
padding-top: 18px;
left: 0;
right: 0;
z-index: 99;
display: -webkit-box;
display: -webkit-flex;
display: flex;
background-color: #255cea;
height: 88rpx;
line-height: 88rpx;
/* height: 46px; */
line-height: 46px;
color: #fff;
font-size: 34rpx;
font-size: 17px;
font-weight: 500;
text-align: center;
box-shadow: 0 1rpx 5rpx #6b90ef;
box-shadow: 0 1px 2px #6b90ef;
.title {
flex: 3;
}

Loading…
Cancel
Save