96 lines
1.4 KiB
Plaintext
96 lines
1.4 KiB
Plaintext
page,
|
|
._index_container {
|
|
background-color: #F1F4FA;
|
|
}
|
|
|
|
._bao_xian {
|
|
position: fixed;
|
|
bottom: 200rpx;
|
|
right: 20rpx;
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
z-index: 100;
|
|
}
|
|
|
|
._bao_xian_image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
._bao_xian_icon_close {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
right: 0rpx;
|
|
}
|
|
|
|
._din_yue {
|
|
position: fixed;
|
|
top: 300rpx;
|
|
left: 20rpx;
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
z-index: 99;
|
|
}
|
|
|
|
._din_yue_icon_close {
|
|
position: absolute;
|
|
top: -30rpx;
|
|
left: 20rpx;
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
right: 0rpx;
|
|
}
|
|
|
|
._history_content {
|
|
position: fixed;
|
|
bottom: 30rpx;
|
|
z-index: 99;
|
|
}
|
|
|
|
.history_con_warp {
|
|
width: 100%;
|
|
/* height: 100rpx; */
|
|
justify-content: space-between;
|
|
}
|
|
|
|
._his_cover_image {
|
|
width: 88rpx;
|
|
height: 100rpx;
|
|
border-radius: 14rpx;
|
|
}
|
|
|
|
._his_info_name {
|
|
width: 160rpx;
|
|
line-height: 1;
|
|
font-size: 34rpx;
|
|
margin-top: 12rpx;
|
|
margin-bottom: 14rpx;
|
|
color: #fff;
|
|
text-overflow: ellipsis !important;
|
|
/* #ifndef APP-NVUE */
|
|
overflow: hidden !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
._his_info_series {
|
|
line-height: 1;
|
|
font-size: 26rpx;
|
|
color: rgba(255, 255, 255, 0.8)
|
|
}
|
|
|
|
._his_con_w_right {
|
|
align-items: center;
|
|
}
|
|
|
|
._his_jixu {
|
|
width: 184rpx;
|
|
height: 68rpx;
|
|
background: #ffffff;
|
|
border-radius: 34rpx;
|
|
font-size: 30rpx;
|
|
color: #db601a;
|
|
line-height: 68rpx;
|
|
text-align: center;
|
|
} |