替换rem

This commit is contained in:
zyronon 2023-02-17 10:55:50 +08:00
parent 9fa31d8824
commit e83e27b2e9
16 changed files with 280 additions and 280 deletions

View File

@ -229,14 +229,14 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.center { .center {
display: flex; display: flex;
align-items: center; align-items: center;
img { img {
width: 1.5rem; width: 15rem;
transform: rotate(180deg); transform: rotate(180deg);
transition: all .3s; transition: all .3s;
} }
@ -257,7 +257,7 @@ export default {
background: @main-bg; background: @main-bg;
img { img {
width: 1.6rem; width: 16rem;
} }
} }
@ -280,11 +280,11 @@ export default {
.messages { .messages {
.message { .message {
margin-bottom: 2rem; margin-bottom: 20rem;
display: flex; display: flex;
&:first-child { &:first-child {
margin-top: 2rem; margin-top: 20rem;
} }
.left { .left {
@ -293,21 +293,21 @@ export default {
position: relative; position: relative;
.avatar { .avatar {
width: 4.8rem; width: 48rem;
border-radius: 50%; border-radius: 50%;
} }
.type { .type {
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 1rem; bottom: 10rem;
width: 1.7rem; width: 17rem;
padding: .25rem; padding: 2.5rem;
border-radius: 50%; border-radius: 50%;
background: black; background: black;
} }
margin-right: 1rem; margin-right: 10rem;
} }
.right { .right {
@ -321,70 +321,70 @@ export default {
justify-content: space-between; justify-content: space-between;
.top { .top {
//margin-bottom: 1rem; //margin-bottom: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
.tag { .tag {
color: @second-text-color; color: @second-text-color;
padding: .1rem .4rem; padding: 1rem 4rem;
margin-left: 1rem; margin-left: 10rem;
border-radius: .2rem; border-radius: 2rem;
background: @second-btn-color-tran; background: @second-btn-color-tran;
font-size: 1rem; font-size: 10rem;
} }
} }
.bottom { .bottom {
//margin-top: 1rem; //margin-top: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
.type { .type {
margin-right: 1rem; margin-right: 10rem;
} }
} }
} }
.poster { .poster {
margin-left: 1rem; margin-left: 10rem;
width: 6.4rem; width: 64rem;
height: 6.4rem; height: 64rem;
object-fit: cover; object-fit: cover;
border-radius: .3rem; border-radius: 3rem;
} }
} }
} }
.look-all { .look-all {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.close { .close {
margin-left: 1rem; margin-left: 10rem;
transform: rotate(270deg) !important; transform: rotate(270deg) !important;
width: 1.2rem; width: 12rem;
height: 1.2rem; height: 12rem;
} }
} }
} }
.title { .title {
margin-top: 1.5rem; margin-top: 15rem;
margin-bottom: 1rem; margin-bottom: 10rem;
font-size: 1.2rem; font-size: 12rem;
display: flex; display: flex;
align-items: center; align-items: center;
img { img {
margin-left: .5rem; margin-left: 5rem;
width: 1.3rem; width: 13rem;
} }
} }
} }

View File

@ -102,7 +102,7 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.content { .content {
padding: @padding-page; padding: @padding-page;
@ -117,15 +117,15 @@ export default {
} }
.title { .title {
margin-top: 1.5rem; margin-top: 15rem;
margin-bottom: 1rem; margin-bottom: 10rem;
font-size: 1.2rem; font-size: 12rem;
display: flex; display: flex;
align-items: center; align-items: center;
img { img {
margin-left: .5rem; margin-left: 5rem;
width: 1.3rem; width: 13rem;
} }
} }
} }

View File

@ -97,10 +97,10 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.content { .content {
padding-top: 6rem; padding-top: 60rem;
} }
@ -117,28 +117,28 @@ export default {
.local-row { .local-row {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 1rem 2rem; padding: 10rem 20rem;
&:active { &:active {
background: rgb(35, 41, 58); background: rgb(35, 41, 58);
} }
.check { .check {
height: 2.2rem; height: 22rem;
width: 2.2rem; width: 22rem;
margin-right: 1.5rem; margin-right: 15rem;
} }
img { img {
height: 4.5rem; height: 45rem;
width: 4.5rem; width: 45rem;
border-radius: 50%; border-radius: 50%;
margin-right: 1.5rem; margin-right: 15rem;
} }
.desc { .desc {
.num { .num {
margin-left: .5rem; margin-left: 5rem;
color: @second-text-color; color: @second-text-color;
} }
} }

View File

@ -58,7 +58,7 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.content { .content {
padding: @padding-page; padding: @padding-page;

View File

@ -50,11 +50,11 @@ export default {
bottom: 0; bottom: 0;
top: 0; top: 0;
overflow: auto; overflow: auto;
font-size: 1.4rem; font-size: 14rem;
background: white; background: white;
.content { .content {
padding-top: 6rem; padding-top: 60rem;
.wrapper { .wrapper {
color: rgb(110, 87, 63); color: rgb(110, 87, 63);
@ -63,32 +63,32 @@ export default {
align-items: center; align-items: center;
.avatar { .avatar {
margin-top: 5.5rem; margin-top: 55rem;
width: 5.5rem; width: 55rem;
border-radius: 50%; border-radius: 50%;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.money { .money {
color: rgb(193, 135, 79); color: rgb(193, 135, 79);
font-size: 4rem; font-size: 40rem;
font-weight: bold; font-weight: bold;
margin-top: 2.5rem; margin-top: 25rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.belong { .belong {
font-weight: bold; font-weight: bold;
font-size: 1.3rem; font-size: 13rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.notice { .notice {
font-size: 1.2rem; font-size: 12rem;
} }
.password { .password {
font-size: 1.2rem; font-size: 12rem;
opacity: .6; opacity: .6;
} }
} }

View File

@ -81,11 +81,11 @@ export default {
} }
.content { .content {
padding: 2rem; padding: 20rem;
padding-top: 7rem; padding-top: 70rem;
.notice, .num { .notice, .num {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
} }
@ -96,9 +96,9 @@ export default {
align-items: center; align-items: center;
input { input {
margin: .5rem 0; margin: 5rem 0;
color: white; color: white;
height: 3rem; height: 30rem;
width: 100%; width: 100%;
outline: none; outline: none;
border: none; border: none;
@ -112,8 +112,8 @@ export default {
.close { .close {
position: absolute; position: absolute;
right: 0; right: 0;
top: 1.5rem; top: 15rem;
width: 1rem; width: 10rem;
} }
} }
} }

View File

@ -18,7 +18,7 @@
</template> </template>
</BaseHeader> </BaseHeader>
<div class="is-search" <div class="is-search"
:style="{ height : (selectFriends.length && searchResult.length) ? 'calc(100% - 27.2rem)' : 'calc(100% - 11.2rem)' }" :style="{ height : (selectFriends.length && searchResult.length) ? 'calc(100% - 272rem)' : 'calc(100% - 112rem)' }"
v-show="searchKey"> v-show="searchKey">
<div class="list" v-if="searchResult.length"> <div class="list" v-if="searchResult.length">
<div class="local-row" v-for="item of searchResult" @click="toggleSelect(item);searchKey = '';"> <div class="local-row" v-for="item of searchResult" @click="toggleSelect(item);searchKey = '';">
@ -52,7 +52,7 @@
</div> </div>
</div> </div>
<div ref="list" <div ref="list"
:style="{ paddingBottom : selectFriends.length ? '16rem' : 0 }" :style="{ paddingBottom : selectFriends.length ? '160rem' : 0 }"
class="content" class="content"
@scroll="scroll"> @scroll="scroll">
<div class="list"> <div class="list">
@ -334,14 +334,14 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.search { .search {
border-bottom: 1px solid #cccccc11; border-bottom: 1px solid #cccccc11;
font-size: 1.4rem; font-size: 14rem;
padding: 0; padding: 0;
padding-left: @padding-page; padding-left: @padding-page;
height: 5rem; height: 50rem;
border-radius: 2px; border-radius: 2px;
display: flex; display: flex;
align-items: center; align-items: center;
@ -353,22 +353,22 @@ export default {
overflow-x: auto; overflow-x: auto;
img { img {
height: 3rem; height: 30rem;
width: 3rem; width: 30rem;
margin-right: 1rem; margin-right: 10rem;
border-radius: 50%; border-radius: 50%;
} }
} }
} }
.search-icon { .search-icon {
height: 2rem; height: 20rem;
width: 2rem; width: 20rem;
margin: 0 1rem; margin: 0 10rem;
} }
input { input {
//margin-top: .4rem; //margin-top: 4rem;
color: white; color: white;
height: 50%; height: 50%;
width: 100%; width: 100%;
@ -383,26 +383,26 @@ export default {
} }
.clear { .clear {
height: 1.8rem; height: 18rem;
width: 1.8rem; width: 18rem;
margin-left: 1rem; margin-left: 10rem;
margin-right: 1rem; margin-right: 10rem;
} }
} }
.indicator-ctn { .indicator-ctn {
width: 2.5rem; width: 25rem;
height: 100vh; height: 100vh;
top: 0; top: 0;
position: fixed; position: fixed;
z-index: 3; z-index: 3;
right: 0.5rem; right: 5rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.indicator { .indicator {
width: 2.5rem; width: 25rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@ -411,23 +411,23 @@ export default {
div { div {
color: @second-text-color; color: @second-text-color;
//transition: all .3s; //transition: all .3s;
font-size: 1rem; font-size: 10rem;
padding: .1rem; padding: 1rem;
} }
.arrow { .arrow {
padding: 0 0 .3rem 0; padding: 0 0 3rem 0;
width: 0; width: 0;
height: 0; height: 0;
border: .5rem solid transparent; border: 5rem solid transparent;
border-bottom: 1rem solid @second-text-color; border-bottom: 10rem solid @second-text-color;
} }
} }
} }
.content { .content {
height: calc(100% - 11.2rem); height: calc(100% - 112rem);
margin-top: 11.2rem; margin-top: 112rem;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
overflow-y: scroll; overflow-y: scroll;
@ -438,14 +438,14 @@ export default {
bottom: 0; bottom: 0;
box-sizing: border-box; box-sizing: border-box;
width: 100vw; width: 100vw;
height: 16rem; height: 160rem;
background: @main-bg; background: @main-bg;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
.comment { .comment {
padding: 0 2rem; padding: 0 20rem;
display: flex; display: flex;
flex: 1; flex: 1;
@ -458,26 +458,26 @@ export default {
} }
.poster { .poster {
margin-left: 2rem; margin-left: 20rem;
height: 4rem; height: 40rem;
width: 4rem; width: 40rem;
} }
} }
.wrapper { .wrapper {
padding: 1rem; padding: 10rem;
} }
.create-chat { .create-chat {
margin: 1rem; margin: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
color: @second-text-color; color: @second-text-color;
.check { .check {
margin-right: 1rem; margin-right: 10rem;
width: 1.6rem; width: 16rem;
height: 1.6rem; height: 16rem;
//transform: scale(1.2); //transform: scale(1.2);
} }
} }
@ -490,20 +490,20 @@ export default {
.hover { .hover {
position: absolute; position: absolute;
right: 4rem; right: 40rem;
top: 20rem; top: 200rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
span { span {
position: absolute; position: absolute;
margin-right: 1rem; margin-right: 10rem;
font-size: 1.8rem; font-size: 18rem;
} }
img { img {
height: 5rem; height: 50rem;
} }
} }
@ -512,8 +512,8 @@ export default {
position: fixed; position: fixed;
z-index: 5; z-index: 5;
left: 0; left: 0;
height: calc(100% - 11.2rem); height: calc(100% - 112rem);
top: 11.2rem; top: 112rem;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
overflow-y: scroll; overflow-y: scroll;
@ -524,53 +524,53 @@ export default {
align-items: center; align-items: center;
img { img {
margin-top: 15rem; margin-top: 150rem;
height: 15rem; height: 150rem;
} }
.n1 { .n1 {
margin-top: 4rem; margin-top: 40rem;
font-size: 1.6rem; font-size: 16rem;
} }
.n2 { .n2 {
margin-top: 2rem; margin-top: 20rem;
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
} }
} }
} }
.list { .list {
//padding-right: 2.5rem; //padding-right: 25rem;
.title { .title {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
padding: 1rem 2rem; padding: 10rem 20rem;
} }
.local-row { .local-row {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 1rem 2rem; padding: 10rem 20rem;
&:active { &:active {
background: rgb(35, 41, 58); background: rgb(35, 41, 58);
} }
.check { .check {
height: 2.2rem; height: 22rem;
width: 2.2rem; width: 22rem;
margin-right: 1.5rem; margin-right: 15rem;
} }
img { img {
height: 4.5rem; height: 45rem;
width: 4.5rem; width: 45rem;
border-radius: 50%; border-radius: 50%;
margin-right: 1.5rem; margin-right: 15rem;
} }
.desc { .desc {
@ -582,8 +582,8 @@ export default {
} }
.account { .account {
margin-top: .5rem; margin-top: 5rem;
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
} }
} }

View File

@ -44,7 +44,7 @@
v-model="isShowSetting" v-model="isShowSetting"
mode="white" mode="white"
mask-mode="dark" mask-mode="dark"
height="27rem" height="270rem"
:show-heng-gang="false" :show-heng-gang="false"
> >
<div class="setting-dialog"> <div class="setting-dialog">
@ -139,7 +139,7 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.content { .content {
padding: @padding-page; padding: @padding-page;
@ -150,7 +150,7 @@ export default {
text-align: center; text-align: center;
.header { .header {
margin-top: 10rem; margin-top: 100rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -161,36 +161,36 @@ export default {
} }
.icon1 { .icon1 {
left: -2rem; left: -20rem;
bottom: 2rem; bottom: 20rem;
position: absolute; position: absolute;
width: 3rem; width: 30rem;
} }
.icon2 { .icon2 {
z-index: 2; z-index: 2;
position: relative; position: relative;
padding: .25rem; padding: 2.5rem;
background: black; background: black;
border-radius: 50%; border-radius: 50%;
width: 8rem; width: 80rem;
} }
.icon3 { .icon3 {
bottom: .5rem; bottom: 5rem;
right: -3rem; right: -30rem;
z-index: 3; z-index: 3;
position: absolute; position: absolute;
padding: .2rem; padding: 2rem;
background: black; background: black;
border-radius: 50%; border-radius: 50%;
width: 4rem; width: 40rem;
} }
} }
.title { .title {
margin-top: 3rem; margin-top: 30rem;
font-size: 1.6rem; font-size: 16rem;
font-weight: bold; font-weight: bold;
} }
@ -225,8 +225,8 @@ export default {
.header { .header {
padding: @padding-page; padding: @padding-page;
padding-top: 3rem; padding-top: 30rem;
padding-bottom: 2rem; padding-bottom: 20rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -235,17 +235,17 @@ export default {
position: relative; position: relative;
.icon { .icon {
width: 6.4rem; width: 64rem;
} }
.remove { .remove {
bottom: 0; bottom: 0;
right: 0; right: 0;
position: absolute; position: absolute;
padding: .2rem; padding: 2rem;
border-radius: 50%; border-radius: 50%;
background: white; background: white;
width: 2rem; width: 20rem;
} }
} }
@ -253,17 +253,17 @@ export default {
top: @padding-page; top: @padding-page;
right: @padding-page; right: @padding-page;
position: absolute; position: absolute;
width: 2rem; width: 20rem;
} }
} }
.title { .title {
font-size: 1.6rem; font-size: 16rem;
} }
.sub-title { .sub-title {
padding: @padding-page; padding: @padding-page;
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
} }
@ -275,7 +275,7 @@ export default {
} }
.row { .row {
margin-bottom: 1rem; margin-bottom: 10rem;
.left { .left {
color: black !important; color: black !important;

View File

@ -51,15 +51,15 @@ export default {
.notice { .notice {
color: @second-text-color; color: @second-text-color;
font-size: 1.2rem; font-size: 12rem;
height: 4rem; height: 40rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.row { .row {
height: 5rem; height: 50rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -75,7 +75,7 @@ export default {
} }
.space { .space {
height: 1rem; height: 10rem;
background: whitesmoke; background: whitesmoke;
} }
} }

View File

@ -167,8 +167,8 @@ export default {
@import "../../../assets/less/index"; @import "../../../assets/less/index";
.ChatMessage { .ChatMessage {
padding: 0 1rem; padding: 0 10rem;
margin-bottom: 2rem; margin-bottom: 20rem;
display: flex; display: flex;
//@chat-bg-color: dodgerblue; //@chat-bg-color: dodgerblue;
@chat-bg-right-color: rgb(72, 116, 230); @chat-bg-right-color: rgb(72, 116, 230);
@ -178,13 +178,13 @@ export default {
justify-content: flex-end; justify-content: flex-end;
.avatar { .avatar {
margin-left: 1rem; margin-left: 10rem;
height: 3.6rem; height: 36rem;
border-radius: 50%; border-radius: 50%;
} }
.audio-icon { .audio-icon {
margin-left: 5rem; margin-left: 50rem;
} }
.chat-text, .call, .audio { .chat-text, .call, .audio {
@ -196,13 +196,13 @@ export default {
justify-content: flex-start; justify-content: flex-start;
.avatar { .avatar {
margin-right: 1rem; margin-right: 10rem;
height: 3.6rem; height: 36rem;
border-radius: 50%; border-radius: 50%;
} }
.audio-icon { .audio-icon {
margin-right: 5rem; margin-right: 50rem;
} }
.chat-text, .call, .audio { .chat-text, .call, .audio {
@ -210,7 +210,7 @@ export default {
} }
} }
@border-radius: 1rem; @border-radius: 10rem;
.chat-wrapper { .chat-wrapper {
} }
@ -219,9 +219,9 @@ export default {
width: 100%; width: 100%;
color: @second-text-color; color: @second-text-color;
text-align: center; text-align: center;
height: 4rem; height: 40rem;
line-height: 4rem; line-height: 40rem;
font-size: 1.2rem; font-size: 12rem;
} }
.red_packet { .red_packet {
@ -239,30 +239,30 @@ export default {
} }
.top { .top {
padding: 1rem; padding: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
border-bottom: 1px solid rgb(253, 124, 81); border-bottom: 1px solid rgb(253, 124, 81);
img { img {
border-radius: .3rem; border-radius: 3rem;
height: 3.8rem; height: 38rem;
margin-right: 1rem; margin-right: 10rem;
} }
.title { .title {
font-size: 1.4rem; font-size: 14rem;
} }
.state { .state {
font-size: 1.2rem; font-size: 12rem;
color: rgba(255, 231, 206, .8); color: rgba(255, 231, 206, .8);
} }
} }
.bottom { .bottom {
font-size: 1.2rem; font-size: 12rem;
padding: .5rem 1rem 1rem 1rem; padding: 5rem 10rem 10rem 10rem;
} }
} }
@ -283,19 +283,19 @@ export default {
} }
.call { .call {
padding: 1rem; padding: 10rem;
border-radius: @border-radius; border-radius: @border-radius;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.4rem; font-size: 14rem;
.resolve { .resolve {
display: flex; display: flex;
align-items: center; align-items: center;
.icon { .icon {
margin-right: 1rem; margin-right: 10rem;
width: 2rem; width: 20rem;
} }
} }
@ -304,22 +304,22 @@ export default {
align-items: center; align-items: center;
.icon { .icon {
padding: .6rem; padding: 60rem;
border-radius: 50%; border-radius: 50%;
background: rgba(27, 100, 172, 0.8); background: rgba(27, 100, 172, 0.8);
margin-right: 1rem; margin-right: 10rem;
width: 1.8rem; width: 18rem;
} }
.notice { .notice {
font-size: 1.3rem; font-size: 13rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
color: #dedede; color: #dedede;
.state { .state {
margin-bottom: .2rem; margin-bottom: 2rem;
font-size: 1.5rem; font-size: 15rem;
color: white; color: white;
} }
} }
@ -328,17 +328,17 @@ export default {
.audio { .audio {
max-width: 60vw; max-width: 60vw;
padding: 1rem; padding: 10rem;
padding-right: 1.5rem; padding-right: 15rem;
border-radius: @border-radius; border-radius: @border-radius;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
font-size: 1.4rem; font-size: 14rem;
.audio-icon { .audio-icon {
width: 1.5rem; width: 15rem;
height: 1.5rem; height: 15rem;
} }
} }
@ -350,21 +350,21 @@ export default {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translateY(-50%) translateX(-50%);; transform: translateY(-50%) translateX(-50%);;
width: 2.4rem; width: 24rem;
} }
.title { .title {
position: absolute; position: absolute;
font-size: 1.6rem; font-size: 16rem;
bottom: 3.5rem; bottom: 35rem;
width: calc(100% - 2rem); width: calc(100% - 20rem);
word-break: break-word; word-break: break-word;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 3; -webkit-line-clamp: 3;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
left: 1rem; left: 10rem;
} }
.poster { .poster {
@ -374,16 +374,16 @@ export default {
} }
.author { .author {
width: calc(100% - 2rem); width: calc(100% - 20rem);
left: 1rem; left: 10rem;
position: absolute; position: absolute;
bottom: 1rem; bottom: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
.video-avatar { .video-avatar {
margin-right: .5rem; margin-right: 5rem;
height: 1.6rem; height: 16rem;
border-radius: 50%; border-radius: 50%;
} }
@ -399,20 +399,20 @@ export default {
.chat-text { .chat-text {
border-radius: @border-radius; border-radius: @border-radius;
max-width: 60vw; max-width: 60vw;
padding: 1rem; padding: 10rem;
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.4rem; font-size: 14rem;
} }
.loves { .loves {
margin-top: 1rem; margin-top: 10rem;
img { img {
width: 1.6rem; width: 16rem;
height: 1.6rem; height: 16rem;
border-radius: 50%; border-radius: 50%;
margin-right: .5rem; margin-right: 5rem;
} }
} }
} }

View File

@ -113,7 +113,7 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.scroll { .scroll {
height: calc(100vh - @header-height); height: calc(100vh - @header-height);
@ -129,24 +129,24 @@ export default {
.item { .item {
padding: @padding-page; padding: @padding-page;
background: @second-btn-color-tran; background: @second-btn-color-tran;
border-radius: .5rem; border-radius: 5rem;
margin-bottom: 2rem; margin-bottom: 20rem;
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.6rem; font-size: 16rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.time { .time {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.content-text { .content-text {
margin-bottom: 3rem; margin-bottom: 30rem;
} }
.look-detail { .look-detail {

View File

@ -89,7 +89,7 @@ export default {
bottom: 0; bottom: 0;
top: 0; top: 0;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.scroll { .scroll {
height: calc(100vh - @header-height); height: calc(100vh - @header-height);
@ -106,32 +106,32 @@ export default {
.item { .item {
padding: @padding-page; padding: @padding-page;
background: @second-btn-color-tran; background: @second-btn-color-tran;
border-radius: .5rem; border-radius: 5rem;
margin-bottom: 2rem; margin-bottom: 20rem;
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.6rem; font-size: 16rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.time { .time {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.content-text { .content-text {
margin-bottom: 2rem; margin-bottom: 20rem;
} }
} }
} }
.footer { .footer {
border-top: 1px solid @line-color; border-top: 1px solid @line-color;
height: 6rem; height: 60rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -56,7 +56,7 @@
mask-mode="dark" mask-mode="dark"
:show-heng-gang="false" :show-heng-gang="false"
v-model="isShowSetting" v-model="isShowSetting"
height="16rem" height="160rem"
> >
<div class="setting-dialog"> <div class="setting-dialog">
<div class="row disabled">钱包任务</div> <div class="row disabled">钱包任务</div>
@ -135,7 +135,7 @@ export default {
bottom: 0; bottom: 0;
top: 0; top: 0;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.scroll { .scroll {
height: calc(100vh - @header-height); height: calc(100vh - @header-height);
@ -152,8 +152,8 @@ export default {
.item { .item {
padding: @padding-page; padding: @padding-page;
background: @second-btn-color-tran; background: @second-btn-color-tran;
border-radius: .5rem; border-radius: 5rem;
margin-bottom: 2rem; margin-bottom: 20rem;
.header { .header {
display: flex; display: flex;
@ -167,19 +167,19 @@ export default {
align-items: center; align-items: center;
img { img {
width: 2.5rem; width: 25rem;
} }
} }
.right { .right {
margin-left: 1rem; margin-left: 10rem;
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
img { img {
width: 2rem; width: 20rem;
} }
} }
} }
@ -187,22 +187,22 @@ export default {
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.6rem; font-size: 16rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.time { .time {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.content-text { .content-text {
margin-bottom: .3rem; margin-bottom: 3rem;
} }
.look-detail { .look-detail {
margin-top: 3rem; margin-top: 30rem;
border-top: 1px solid @line-color2; border-top: 1px solid @line-color2;
padding-top: @padding-page; padding-top: @padding-page;
color: @second-text-color; color: @second-text-color;
@ -218,7 +218,7 @@ export default {
.row { .row {
color: black !important; color: black !important;
height: 5rem; height: 50rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -229,13 +229,13 @@ export default {
} }
&.disabled { &.disabled {
font-size: 1.2rem; font-size: 12rem;
opacity: .5; opacity: .5;
} }
} }
.space { .space {
height: 1rem; height: 10rem;
background: whitesmoke; background: whitesmoke;
} }
} }

View File

@ -123,10 +123,10 @@ export default {
top: 0; top: 0;
overflow: auto; overflow: auto;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.content { .content {
padding-top: 6rem; padding-top: 60rem;
.title { .title {
padding: @padding-page; padding: @padding-page;
@ -134,9 +134,9 @@ export default {
.sub-title { .sub-title {
padding: 0 @padding-page; padding: 0 @padding-page;
margin-bottom: 1rem; margin-bottom: 10rem;
color: @second-text-color; color: @second-text-color;
font-size: 1.2rem; font-size: 12rem;
} }

View File

@ -160,7 +160,7 @@ export default {
bottom: 0; bottom: 0;
top: 0; top: 0;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.scroll { .scroll {
height: calc(100vh - @header-height - @header-height); height: calc(100vh - @header-height - @header-height);
@ -176,24 +176,24 @@ export default {
.item { .item {
padding: @padding-page; padding: @padding-page;
background: @second-btn-color-tran; background: @second-btn-color-tran;
border-radius: .5rem; border-radius: 5rem;
margin-bottom: 2rem; margin-bottom: 20rem;
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.6rem; font-size: 16rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.time { .time {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.content-text { .content-text {
margin-bottom: 3rem; margin-bottom: 30rem;
} }
.look-detail { .look-detail {
@ -211,7 +211,7 @@ export default {
.options { .options {
border-top: 1px solid @line-color; border-top: 1px solid @line-color;
height: 6rem; height: 60rem;
display: flex; display: flex;
align-items: center; align-items: center;
@ -227,9 +227,9 @@ export default {
} }
img { img {
width: 1rem; width: 10rem;
height: 1.5rem; height: 15rem;
margin-right: .4rem; margin-right: 4rem;
} }
} }
} }
@ -237,10 +237,10 @@ export default {
.hover-dialog { .hover-dialog {
z-index: 9; z-index: 9;
position: fixed; position: fixed;
bottom: 8rem; bottom: 80rem;
border-radius: .6rem; border-radius: 6rem;
background: rgba(0, 0, 0, 0.9); background: rgba(0, 0, 0, 0.9);
font-size: 1.2rem; font-size: 12rem;
&.left { &.left {
left: 0; left: 0;
@ -253,20 +253,20 @@ export default {
.arrow { .arrow {
width: 0; width: 0;
height: 0; height: 0;
border: .7rem solid transparent; border: 7rem solid transparent;
border-top: .7rem solid rgba(0, 0, 0, 0.9); border-top: 7rem solid rgba(0, 0, 0, 0.9);
position: absolute; position: absolute;
right: 5rem; right: 50rem;
bottom: -1.4rem; bottom: -14rem;
} }
.l-row { .l-row {
width: 12rem; width: 120rem;
height: 4rem; height: 40rem;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
//padding: 1rem 2.2rem; //padding: 10rem 22rem;
border-top: 1px solid #2c2c2c; border-top: 1px solid #2c2c2c;
text-align: center; text-align: center;

View File

@ -45,7 +45,7 @@
mask-mode="dark" mask-mode="dark"
:show-heng-gang="false" :show-heng-gang="false"
v-model="isShowSetting" v-model="isShowSetting"
height="16rem" height="160rem"
> >
<div class="setting-dialog"> <div class="setting-dialog">
<div class="row disabled">成长任务</div> <div class="row disabled">成长任务</div>
@ -142,7 +142,7 @@ export default {
bottom: 0; bottom: 0;
top: 0; top: 0;
color: white; color: white;
font-size: 1.4rem; font-size: 14rem;
.scroll { .scroll {
height: calc(100vh - @header-height - @header-height); height: calc(100vh - @header-height - @header-height);
@ -159,8 +159,8 @@ export default {
.item { .item {
padding: @padding-page; padding: @padding-page;
background: @second-btn-color-tran; background: @second-btn-color-tran;
border-radius: .5rem; border-radius: 5rem;
margin-bottom: 2rem; margin-bottom: 20rem;
.header { .header {
display: flex; display: flex;
@ -174,19 +174,19 @@ export default {
align-items: center; align-items: center;
img { img {
width: 2.5rem; width: 25rem;
} }
} }
.right { .right {
margin-left: 1rem; margin-left: 10rem;
flex: 1; flex: 1;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
img { img {
width: 2rem; width: 20rem;
} }
} }
} }
@ -194,18 +194,18 @@ export default {
.title { .title {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 1.6rem; font-size: 16rem;
margin-bottom: 1rem; margin-bottom: 10rem;
} }
.time { .time {
font-size: 1.2rem; font-size: 12rem;
color: @second-text-color; color: @second-text-color;
margin-bottom: 2rem; margin-bottom: 20rem;
} }
.content-text { .content-text {
margin-bottom: 3rem; margin-bottom: 30rem;
} }
.look-detail { .look-detail {
@ -236,7 +236,7 @@ export default {
.row { .row {
color: black !important; color: black !important;
height: 5rem; height: 50rem;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@ -247,13 +247,13 @@ export default {
} }
&.disabled { &.disabled {
font-size: 1.2rem; font-size: 12rem;
opacity: .5; opacity: .5;
} }
} }
.space { .space {
height: 1rem; height: 10rem;
background: whitesmoke; background: whitesmoke;
} }
} }