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.
xzjl-ui/pages/home/xx/hy/hx/hx.wxss

144 lines
2.8 KiB

.reback{
position: fixed;
margin-left: 20rpx;
top: 108rpx;
width:48rpx;
height:48rpx;
z-index: 2;
background-repeat: no-repeat;
background-size:100% 100%;
background-image: url(https://oss.wish.ydxxkj.top/xy/reback.png);
}
.title{
position: fixed;
left: 278rpx;
top: 108rpx;
width: 196rpx;
height: 48rpx;
color: rgba(108, 108, 108, 1);
font-size: 32rpx;
text-align: center;
z-index: 1;
font-family: SourceHanSansSC-regular;
}
.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 {
padding-top:188rpx ;
padding-bottom: 200rpx;
}
.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://oss.wish.ydxxkj.top/xy/ltqp.png);
}
.viewer {
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 100;
background-color: #fff;
}
.viewer image {
width: 100%;
margin-top: 400rpx;
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;
}