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/zt/zt.wxss

195 lines
4.0 KiB

/* pages/home/xx/hy/index.wxss */
.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;
bottom: 0;
left: 0;
display: flex;
justify-content: space-evenly;
margin-top: 1416rpx;
width: 750rpx;
height: 174rpx;
line-height: 40rpx;
}
.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;
}
.main {
/* position: absolute; */
width: 100%;
height: 100%;
padding-top: 208rpx;
padding-bottom: 200rpx;
box-sizing: border-box;
background-size: contain;
overflow-y: scroll;
}
.main-bgc {
position: fixed;
top: 334rpx;
width: 100%;
height: 1000rpx;
background-size: cover;
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E4%BF%A1%E6%9C%AD%E8%83%8C%E6%99%AF.png);
}
.main-item {
width: 100%;
height: 120rpx;
display: flex;
align-items: center;
box-sizing: border-box;
margin-bottom: 32rpx;
}
.item-left {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
margin-left: 32rpx;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.item-left image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.item-text {
flex: 1;
height: 100%;
margin-top: 48rpx;
}
.item-right {
width: 366rpx;
height: 120rpx;
line-height: 120rpx;
padding: 0 30rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
box-sizing: border-box;
background-size: contain;
color: rgba(51, 51, 51, 1);
font-size: 28rpx;
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E7%BA%B8%E6%9D%A1.png);
}
.item-text-name {
color: rgba(108, 108, 108, 1);
font-size: 28rpx;
margin-left: 32rpx;
margin-bottom: 10rpx;
}
.item-text-time {
color: rgba(153, 153, 153, 1);
font-size: 24rpx;
margin-left: 32rpx;
}
.delete-btn {
height: 100%;
width: 146rpx;
background-color: #FF562C;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
}
.reading {
position: fixed;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.8);
z-index: 3;
}
.read-box {
width: 596rpx;
height: 1084rpx;
margin-top: 222rpx;
margin-left: 96rpx;
padding: 198rpx 102rpx 0 66rpx;
box-sizing: border-box;
background-size: cover;
background-image: url(https://wish-assets.windymuse.com.cn/xy/ztbkg11.png);
}
.read-text {
width: 100%;
height: 620rpx;
color: rgba(79, 79, 79, 1);
font-size: 36rpx;
line-height: 180%;
text-align: left;
overflow-y: scroll;
}
.read-btn {
width: 110rpx;
height: 110rpx;
margin: 56rpx 0 0 158rpx;
border-radius: 50%;
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
box-shadow: 0px 4rpx 12rpx 0px rgba(0, 0, 0, 0.4);
border: 6rpx solid rgba(255, 255, 255, 1);
box-sizing: border-box;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.read-btn image {
width: 60rpx;
height: 60rpx;
}