master
parent
38f2fb771a
commit
0b50e78f4f
@ -1,107 +1,106 @@
|
|||||||
|
.tomap {
|
||||||
.tomap {
|
width: 34rpx;
|
||||||
width: 34rpx;
|
height: 34rpx;
|
||||||
height: 34rpx;
|
background: rgba(242, 214, 188, .4);
|
||||||
background: rgba(242, 214, 188, .4);
|
border-radius: 50%;
|
||||||
border-radius: 50%;
|
display: flex;
|
||||||
display: flex;
|
justify-content: center;
|
||||||
justify-content: center;
|
align-items: center;
|
||||||
align-items: center;
|
align-content: center;
|
||||||
align-content: center;
|
margin-left: 30rpx;
|
||||||
margin-left: 30rpx;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
.iconfont {
|
||||||
.iconfont {
|
color: #6EAC97;
|
||||||
color: #6EAC97;
|
font-size: 24rpx;
|
||||||
font-size: 24rpx;
|
margin-right: 19rpx;
|
||||||
margin-right: 19rpx;
|
}
|
||||||
}
|
|
||||||
|
.icon-ditu-dibiao {
|
||||||
.icon-ditu-dibiao {
|
color: #787BA2;
|
||||||
color: #787BA2;
|
}
|
||||||
}
|
|
||||||
|
.tag {
|
||||||
.tag {
|
height: 37rpx;
|
||||||
height: 37rpx;
|
background: #ccc;
|
||||||
background: #6EAC97;
|
border-radius: 8rpx;
|
||||||
border-radius: 8rpx;
|
padding: 7rpx 16rpx;
|
||||||
padding: 7rpx 16rpx;
|
font-size: 24rpx;
|
||||||
font-size: 24rpx;
|
font-family: PingFang SC;
|
||||||
font-family: PingFang SC;
|
font-weight: 400;
|
||||||
font-weight: 400;
|
color: #FFFFFF;
|
||||||
color: #FFFFFF;
|
}
|
||||||
}
|
|
||||||
|
.activityBox-row {
|
||||||
.activityBox-row {
|
font-size: 24rpx;
|
||||||
font-size: 24rpx;
|
font-family: PingFang SC;
|
||||||
font-family: PingFang SC;
|
font-weight: 400;
|
||||||
font-weight: 400;
|
color: #828282;
|
||||||
color: #828282;
|
margin-bottom: 15rpx;
|
||||||
margin-bottom: 15rpx;
|
}
|
||||||
}
|
|
||||||
|
.activityBox_btn {
|
||||||
.activityBox-btn {
|
|
||||||
|
background: #EF9525;
|
||||||
background: #EF9525;
|
}
|
||||||
}
|
|
||||||
|
.activityBox {
|
||||||
.activityBox {
|
background-color: #ffffff;
|
||||||
background-color: #ffffff;
|
margin-bottom: 26rpx;
|
||||||
margin-bottom: 26rpx;
|
}
|
||||||
}
|
|
||||||
|
.activityBox-title {
|
||||||
.activityBox-title {
|
flex: 1;
|
||||||
flex: 1;
|
font-size: 28rpx;
|
||||||
font-size: 28rpx;
|
font-family: PingFang SC;
|
||||||
font-family: PingFang SC;
|
font-weight: 400;
|
||||||
font-weight: 400;
|
color: #4E4E4E;
|
||||||
color: #4E4E4E;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
.activityBox-content {
|
||||||
.activityBox-content {
|
padding: 31rpx 24rpx;
|
||||||
padding: 31rpx 24rpx;
|
box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
}
|
||||||
}
|
|
||||||
|
.activityBox-top {
|
||||||
.activityBox-top {
|
position: relative;
|
||||||
position: relative;
|
|
||||||
|
}
|
||||||
}
|
|
||||||
|
.book-status {
|
||||||
.book-status {
|
background: url("@/static/img/status_bg.png") no-repeat;
|
||||||
background: url("@/static/img/status_bg.png") no-repeat;
|
background-size: cover;
|
||||||
background-size: cover;
|
width: 255rpx;
|
||||||
width: 255rpx;
|
height: 48rpx;
|
||||||
height: 48rpx;
|
position: absolute;
|
||||||
position: absolute;
|
margin-left: -127.5rpx;
|
||||||
margin-left: -127.5rpx;
|
left: 50%;
|
||||||
left: 50%;
|
top: 142.5rpx;
|
||||||
top: 142.5rpx;
|
text-align: center;
|
||||||
text-align: center;
|
font-size: 28rpx;
|
||||||
font-size: 28rpx;
|
font-family: PingFang SC;
|
||||||
font-family: PingFang SC;
|
font-weight: 400;
|
||||||
font-weight: 400;
|
color: #FFFFFF;
|
||||||
color: #FFFFFF;
|
line-height: 48rpx;
|
||||||
line-height: 48rpx;
|
}
|
||||||
}
|
|
||||||
|
.book-num {
|
||||||
.book-num {
|
background: #FFFFFF;
|
||||||
background: #FFFFFF;
|
opacity: 0.85;
|
||||||
opacity: 0.85;
|
position: absolute;
|
||||||
position: absolute;
|
right: 0;
|
||||||
right: 0;
|
bottom: 21rpx;
|
||||||
bottom: 21rpx;
|
padding: 12rpx 34rpx;
|
||||||
padding: 12rpx 34rpx;
|
border-top-left-radius: 53rpx;
|
||||||
border-top-left-radius: 53rpx;
|
border-bottom-left-radius: 53rpx;
|
||||||
border-bottom-left-radius: 53rpx;
|
font-size: 20rpx;
|
||||||
font-size: 20rpx;
|
color: #4E4E4E;
|
||||||
color: #4E4E4E;
|
}
|
||||||
}
|
|
||||||
|
.book-num-y {
|
||||||
.book-num-y {
|
color: #D98012;
|
||||||
color: #D98012;
|
font-size: 34rpx;
|
||||||
font-size: 34rpx;
|
}
|
||||||
}
|
|
||||||
|
|||||||
Loading…
Reference in new issue