95 lines
2.2 KiB
Plaintext
95 lines
2.2 KiB
Plaintext
|
page{background-color:#FFF;font-size: 24rpx;}
|
||
|
.canvas-box{width:100%;height:600rpx;}
|
||
|
.last-report{width:100%;height:600rpx;}
|
||
|
.container-box{position:relative;height:100%;}
|
||
|
.container{
|
||
|
background-color:#FFF;
|
||
|
border-radius:36rpx 36rpx 0 0;
|
||
|
|
||
|
}
|
||
|
.dhlc{width:160rpx;height:160rpx;
|
||
|
border-radius:50%;
|
||
|
background-color:#D03020;
|
||
|
border:3px solid #FFF;
|
||
|
margin-top:-100rpx;
|
||
|
z-index: 999;
|
||
|
}
|
||
|
.dhlc view{color:#FFF;}
|
||
|
.dhlc .text{font-size:24rpx;}
|
||
|
.dhlc .num1{font-size:28rpx;}
|
||
|
.dhlc .num{font-size:34rpx;}
|
||
|
.item-container{width:100%;}
|
||
|
.item{
|
||
|
width:33.3%;
|
||
|
padding-bottom:20rpx;
|
||
|
}
|
||
|
.item .top{color:#999;font-size:24rpx;}
|
||
|
.item .bottom{color:#333;font-size:30rpx;padding-top:10rpx;}
|
||
|
.index-heard {
|
||
|
width: 750rpx;
|
||
|
position: relative;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
.center {
|
||
|
display: table;
|
||
|
margin: 0rpx auto 20rpx;
|
||
|
width: 309rpx;
|
||
|
height: 309rpx;
|
||
|
border-radius: 50%;
|
||
|
background: green;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.mycoin {
|
||
|
font-size: 28rpx;
|
||
|
color:#333;
|
||
|
font-weight:bold;
|
||
|
}
|
||
|
.head-bottom{width:70%;margin:0 auto;padding:40rpx;}
|
||
|
.head-image{width:100%;height:400rpx;margin-bottom:50rpx;}
|
||
|
.ren-image{width:75rpx;height:75rpx;}
|
||
|
.btn{
|
||
|
width:100%;
|
||
|
height:80rpx;line-height:80rpx;
|
||
|
background-color:#CB3326;border-radius:50rpx;
|
||
|
text-align:center;color:#FFF;
|
||
|
margin-top:20rpx;
|
||
|
}
|
||
|
.coin-count {
|
||
|
font-size: 68rpx;
|
||
|
color:#CB3326;
|
||
|
font-weight:bold;
|
||
|
font-family: 'DIN Alternate';
|
||
|
}
|
||
|
.table-cell {
|
||
|
display: table-cell;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
.canyuNum{width:200rpx;height:60rpx;background-color:#D03020;color:#FFFFFF;
|
||
|
font-size:24rpx;position:absolute;right:0;top:100rpx;
|
||
|
z-index:999;border-radius:40rpx 0 0 40rpx;
|
||
|
}
|
||
|
.canyuNum text{font-size:30rpx;padding:0 10rpx;}
|
||
|
.xunzhang{width:80rpx;height:60rpx;position:absolute;right:20rpx;top:200rpx;z-index:999;}
|
||
|
.xunzhang image{width:80rpx;height:80rpx;}
|
||
|
.addressInfo{width:150rpx;position:absolute;right:200rpx;top:40%;z-index:999;}
|
||
|
.addressInfo image{width:120rpx;height:120rpx;border-radius:10rpx;border:2px solid #FFF;}
|
||
|
.pt50{padding-top:50rpx;}
|
||
|
.pt20{padding-top:20rpx;}
|
||
|
.line{width:100%;height:2px;background-color:#909090;margin:5rpx 0;}
|
||
|
.headBg{width:100%;height:130rpx;}
|
||
|
|
||
|
.container-map {
|
||
|
height: 700rpx;
|
||
|
width: 100%;
|
||
|
background-color:#f5f5f5;
|
||
|
}
|
||
|
#ec-canvas {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
|
||
|
|