forked from lsl/xzjl-ui
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.
632 lines
13 KiB
632 lines
13 KiB
/* pages/home/xx/xz/xz.wxss */
|
|
page {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bgt1{
|
|
position: absolute;
|
|
width: 690rpx;
|
|
height: 227.33rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-left:30rpx;
|
|
margin-top: 104.67rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/bgt1.png);
|
|
color:#9A9A9A;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
}
|
|
|
|
.bgt2{
|
|
position: absolute;
|
|
width: 750rpx;
|
|
height: 1081.33rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top: 608.67rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/bgt2.png);
|
|
color:#9A9A9A;
|
|
text-align: center;
|
|
font-size: 27rpx;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.xinfo{
|
|
background-color: #FFFCF3;
|
|
position: absolute;
|
|
width: 616rpx;
|
|
height: 1242rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background-repeat: no-repeat;
|
|
background-size:100% 100%;
|
|
margin-top: 132rpx;
|
|
margin-left: 66rpx;
|
|
border-radius: 6rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.xinfo-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-bottom: 300rpx;
|
|
padding-top: 60rpx;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
position: relative;
|
|
pointer-events: auto;
|
|
background-size: cover;
|
|
background-image: url(https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/zx-bkg.png);
|
|
}
|
|
|
|
.xinfo-title {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
margin-bottom: 60rpx;
|
|
padding-left: 64rpx;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
color: rgba(108, 108, 108, 1);
|
|
}
|
|
|
|
|
|
.title-to {
|
|
display: flex;
|
|
margin-bottom: 10rpx;
|
|
width: 200rpx;
|
|
}
|
|
|
|
.title-to .text {
|
|
padding-top: 14rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.title-to .t-input {
|
|
padding: 0;
|
|
height: 46rpx;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-bottom: 1px solid #444444;
|
|
}
|
|
|
|
.title-form {
|
|
display: flex;
|
|
width: 250rpx;
|
|
}
|
|
|
|
.title-form .t-input {
|
|
padding: 0;
|
|
height: 46rpx;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-bottom: 1px solid #444444;
|
|
}
|
|
|
|
.title-form .text {
|
|
padding-top: 14rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.xinfo-main {
|
|
width: 100%;
|
|
margin-bottom: 40rpx;
|
|
padding: 0 64rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
textarea {
|
|
height: none;
|
|
}
|
|
|
|
.xinfo-main .t-textarea {
|
|
width: 100%;
|
|
padding: 0;
|
|
font-size: 28rpx;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.t-textarea__wrapper-inner {
|
|
color: rgba(108, 108, 108, 1) !important;
|
|
}
|
|
|
|
.xinfo-ltqp {
|
|
position: relative;
|
|
width: 382rpx;
|
|
height: 84rpx;
|
|
margin: 0 0 40rpx 64rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background-size: contain;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/ltqpp.png);
|
|
}
|
|
|
|
.xinfo-ltqp image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.xinfo-ltqp-text {
|
|
color: rgba(79, 79, 79, 1);
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.xinfo-yuying {
|
|
margin: 0 40rpx;
|
|
width: 70rpx !important;
|
|
height: 70rpx !important;
|
|
}
|
|
|
|
.xinfo-close {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: -60rpx;
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.xinfo-img {
|
|
position: relative;
|
|
width: 480rpx;
|
|
margin: 0 0 40rpx 64rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.xinfo-img image {
|
|
width: 100%;
|
|
}
|
|
|
|
.xinfo-img-close {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -60rpx;
|
|
color: #6c6c6c;
|
|
}
|
|
|
|
.bgt2-btn1 {
|
|
position: absolute;
|
|
top: 648rpx;
|
|
left: 32rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
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 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 1;
|
|
pointer-events: auto;
|
|
|
|
}
|
|
|
|
.bgt2-btn1 image {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.bgt2-btn2 {
|
|
position: absolute;
|
|
top: 460rpx;
|
|
right: 32rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
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 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.bgt2-btn3 {
|
|
position: absolute;
|
|
top: 648rpx;
|
|
right: 32rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
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 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.bgt2-btn4 {
|
|
position: absolute;
|
|
top: 900rpx;
|
|
left: 124rpx;
|
|
width: 210rpx;
|
|
height: 70rpx;
|
|
border-radius: 20rpx;
|
|
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);
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.bgt2-btn5 {
|
|
position: absolute;
|
|
top: 900rpx;
|
|
right: 124rpx;
|
|
width: 210rpx;
|
|
height: 70rpx;
|
|
border-radius: 20rpx;
|
|
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);
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.bgt2-yz {
|
|
position: absolute;
|
|
top: 550rpx;
|
|
left: 310rpx;
|
|
width: 146rpx;
|
|
height: 146rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E5%8D%B0%E7%AB%A0.png);
|
|
background-size: cover;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.taost{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 9;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
.taost-box {
|
|
width: 586rpx;
|
|
height: 434rpx;
|
|
padding-top: 104rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 15px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
text-align: center;
|
|
box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.taost-box2 {
|
|
width: 586rpx;
|
|
height: 434rpx;
|
|
padding-top: 88rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 15px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
text-align: center;
|
|
box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
}
|
|
|
|
.sound {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 9;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
}
|
|
|
|
.sound-box {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 462rpx;
|
|
line-height: 40rpx;
|
|
border-radius: 10px 10px 0px 0px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
color: rgba(16, 16, 16, 1);
|
|
font-size: 14px;
|
|
z-index: 100;
|
|
text-align: center;
|
|
}
|
|
|
|
.sound-box-top {
|
|
width: 100%;
|
|
height: 72rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-size: 16px;
|
|
padding: 0 64rpx;
|
|
box-sizing: border-box;
|
|
color: rgba(108, 108, 108, 1);
|
|
border-bottom: 1px solid #e9e9e9;
|
|
}
|
|
|
|
.sound-box-time {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #6c6c6c;
|
|
font-size: 16px;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.sound-box-img {
|
|
width: 100%;
|
|
height: 50rpx;
|
|
margin-top: 40rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/iconPark-acoustic%20Copy%203%401x%20%281%29.png);
|
|
}
|
|
|
|
.sound-box-img2 {
|
|
width: 1000px;
|
|
height: 50rpx;
|
|
margin-top: 40rpx;
|
|
animation: move 5s infinite linear;
|
|
}
|
|
|
|
.sound-box-img2 image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
/* 定义动画 */
|
|
/* 定义和调用动画 */
|
|
@keyframes move {
|
|
|
|
/* 动画的第一个状态和盒子的默认状态相同, 可以省略动画的开始状态代码 */
|
|
/* from {
|
|
transform: translateX(0);
|
|
} */
|
|
to {
|
|
transform: translateX(-750rpx);
|
|
/* transform: translateX(-900px); */
|
|
/* transform: translateX(-800px); */
|
|
}
|
|
}
|
|
|
|
.sound-box-btn {
|
|
width: 100%;
|
|
height: 120rpx;
|
|
margin-top: 52rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.sound-box-btn .btn1 {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 3px solid rgba(255, 255, 255, 1);
|
|
border-radius: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.btn-being {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
background: linear-gradient(222.54deg, rgba(248,99,42,1) 14.03%,rgba(249,135,89,1) 85.21%);
|
|
}
|
|
|
|
.btn-over {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/if-ui-play%20Copy%401x.png);
|
|
background-size: contain;
|
|
}
|
|
|
|
.btn-video {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/semiDesign.png);
|
|
background-size: contain;
|
|
}
|
|
|
|
.btn-have {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 10rpx;
|
|
background-color: #F8632A;
|
|
background-size: contain;
|
|
}
|
|
|
|
.taost-box-text {
|
|
margin-bottom: 20rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 38rpx;
|
|
}
|
|
|
|
.taost-box-text2 {
|
|
margin-bottom: 20rpx;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: rgba(108, 108, 108, 1);
|
|
font-size: 38rpx;
|
|
}
|
|
|
|
.taost-box-btn {
|
|
width: 210rpx;
|
|
height: 70rpx;
|
|
margin: 80rpx auto;
|
|
border-radius: 20rpx;
|
|
background: linear-gradient(233.49deg, rgba(248,99,42,1) 10.48%,rgba(249,135,89,1) 89.2%);
|
|
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
|
|
border: 6rpx solid rgba(255, 255, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.Send-btn {
|
|
width: 100%;
|
|
justify-content: space-around;
|
|
display: flex;
|
|
}
|
|
|
|
.Send-btn .taost-box-btn{
|
|
margin: 20rpx 0;
|
|
}
|
|
|
|
editor {
|
|
background-color: pink;
|
|
}
|
|
|
|
|
|
/* 预览页面样式 */
|
|
.preview {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.preview-content {
|
|
width: 616rpx;
|
|
height: 1280rpx;
|
|
margin-top: 132rpx;
|
|
background-size: 100% 100%;
|
|
background-image: url(https://wish-assets.oss-cn-hangzhou.aliyuncs.com/xy/zx-bkg.png);
|
|
}
|
|
|
|
.preview-content .content{
|
|
width: 616rpx;
|
|
height: 1280rpx;
|
|
margin-top: 18rpx;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.preview-bkg {
|
|
position: absolute;
|
|
bottom: -190rpx;
|
|
width: 100%;
|
|
height: 924rpx;
|
|
background-size: 100% 100%;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/bgt2.png);
|
|
pointer-events: none;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.preview-btn {
|
|
position: absolute;
|
|
left: 32rpx;
|
|
bottom: 132rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
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);
|
|
box-shadow: 0px 4rpx 12rpx 0px rgba(0, 0, 0, 0.4);
|
|
font-family: -apple-system;
|
|
border: 6rpx solid rgba(255, 255, 255, 1);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.preview-btn-img {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-size: cover;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/iconPark-return%401x.png);
|
|
}
|
|
|
|
.preview-content-title {
|
|
color: #6c6c6c;
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
font-weight: 700;
|
|
margin: 50rpx 0 32rpx 60rpx;
|
|
}
|
|
|
|
.preview-content-end {
|
|
color: #6c6c6c;
|
|
font-size: 32rpx;
|
|
text-align: right;
|
|
font-weight: 700;
|
|
margin: 50rpx 60rpx 80rpx 0;
|
|
}
|
|
|
|
.preview-content-main {
|
|
color: #6c6c6c;
|
|
font-size: 32rpx;
|
|
margin: 0 60rpx 40rpx 60rpx;
|
|
}
|
|
|
|
.preview-content-main .t-textarea {
|
|
width: 100%;
|
|
padding: 0;
|
|
font-size: 28rpx;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.preview-content-ltqp {
|
|
position: relative;
|
|
width: 382rpx;
|
|
height: 84rpx;
|
|
margin: 0 0 40rpx 64rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background-size: contain;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/ltqpp.png);
|
|
}
|
|
|
|
.preview-content-ltqp image {
|
|
margin: 0 40rpx;
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
}
|
|
|
|
.preview-content-ltqp .text {
|
|
color: rgba(79, 79, 79, 1);
|
|
font-size: 14px;
|
|
}
|
|
|
|
.preview-content-img {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.preview-content-img image {
|
|
width: 480rpx;
|
|
}
|
|
|
|
.preview-yz {
|
|
width: 146rpx;
|
|
height: 146rpx;
|
|
margin-top: 470rpx;
|
|
background-image: url(https://wish-assets.windymuse.com.cn/xy/%E5%8D%B0%E7%AB%A0.png);
|
|
background-size: cover;
|
|
pointer-events: auto;
|
|
} |