You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
154 lines
3.0 KiB
154 lines
3.0 KiB
|
|
.header {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 176rpx;
|
|
padding-top: 88rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
}
|
|
.reback{
|
|
position: absolute;
|
|
left: 20rpx;
|
|
width:48rpx;
|
|
height:48rpx;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/reback.png);
|
|
}
|
|
.title{
|
|
width: 196rpx;
|
|
height: 48rpx;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
}
|
|
.xfgjl{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0px;
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
margin-top: 1416rpx;
|
|
width: 750rpx;
|
|
height: 174rpx;
|
|
line-height: 40rpx;
|
|
z-index: 99;
|
|
}
|
|
.xxqlcd{
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
line-height: 110rpx;
|
|
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
|
|
font-family: Arial;
|
|
border: 5rpx solid rgba(255, 255, 255, 1);
|
|
color: rgba(255, 255, 255, 1);
|
|
text-align: center;
|
|
font-family: SourceHanSansSC-medium;
|
|
}
|
|
|
|
.body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow-y: scroll;
|
|
padding-top:188rpx ;
|
|
padding-bottom: 200rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.block {
|
|
display: block;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.block-item {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.block-text {
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 14px;
|
|
margin: 24rpx 32rpx;
|
|
}
|
|
|
|
.block-item .item {
|
|
position: relative;
|
|
width: 182rpx;
|
|
height: 182rpx;
|
|
margin: 4rpx 0 0 4rpx;
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
.block-item .item image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.block-item .item .item-del{
|
|
position: absolute;
|
|
top: -52rpx;
|
|
left: 6rpx;
|
|
width: 148rpx;
|
|
height: 84rpx;
|
|
border-radius: 10rpx;
|
|
color: #6c6c6c;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/ltqp.png);
|
|
}
|
|
|
|
.viewer {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 100;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.viewer image {
|
|
width: 100%;
|
|
z-index: 999;
|
|
}
|
|
|
|
.viewer-btn {
|
|
width: 100%;
|
|
height: 160rpx;
|
|
position: absolute;
|
|
bottom: 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.viewer-btn .btn {
|
|
width: 110rpx;
|
|
height: 70rpx;
|
|
border-radius: 20rpx;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
z-index: 999;
|
|
} |