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.

56 lines
819 B

.v_view{
background-color:#C0CCD8;
display: flex;
width: 10vh;
left: 27vh;
position: relative;
justify-content: center;
}
.i_voice{
/* right: 00vh;
left: 25vh; */
width: 110rpx;
height: 110rpx;
border-radius: 50%;
z-index: 999;
position: relative;
justify-content: center;
}
.bg_1{
background-color: #DDDCE1;
}
.txt_1{
display: flex;
flex: 1;
text-align: center;
justify-content: center;
line-height: 85rpx;
}
.re_1{
display: flex;
left: 0;
justify-content: center;
position: fixed;
}
.wenben_1{
display: flex;
flex: 2;
border: "1";
border-style: solid;
border-width: 1px;
border-color: rgb(21, 24, 24);
position: relative;
left: 50%;
}
.re_2{
display: inline;
}
.yuyin_1{
display: inline;
}
page{
background-color: #DDDCE1;
}