58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
/* pages/report/report.wxss */
|
|
canvas {
|
|
width: 100%;
|
|
}
|
|
Page {
|
|
background-color: #efefef;
|
|
}
|
|
.title {
|
|
width:100%;
|
|
margin:auto;
|
|
overflow:hidden;
|
|
position: fixed;
|
|
top:0;
|
|
z-index: 100;
|
|
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
|
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
|
color: #fff;
|
|
}
|
|
|
|
.title_text {
|
|
text-align: center;
|
|
margin-top:30px;
|
|
color: #fff;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.title_bg {
|
|
width:100%;
|
|
height:170px;
|
|
text-align:center;
|
|
line-height:50px;
|
|
position: fixed;
|
|
top:0;
|
|
z-index: -99;
|
|
}
|
|
|
|
.title_bg:after {
|
|
width: 120%;
|
|
height: 170px;
|
|
position: fixed;
|
|
left: -10%;
|
|
top:0;
|
|
z-index: -100;
|
|
content: '';
|
|
border-radius: 0 0 50% 50%;
|
|
background-image:url(https://gss0.baidu.com/7Po3dSag_xI4khGko9WTAnF6hhy/zhidao/pic/item/3ac79f3df8dcd10095b44a9e7f8b4710b9122f60.jpg);
|
|
/* background-image:url(https://powerrain.cn/styleDay/images/title_bg.png); */
|
|
}
|
|
|
|
.box_select {
|
|
height:auto;
|
|
width:650rpx;
|
|
background-color: #fff;
|
|
margin:0 auto;
|
|
border-radius: 20rpx;
|
|
margin-bottom:60rpx;
|
|
box-shadow: 0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
|
|
} |