72 lines
1.5 KiB
Plaintext
72 lines
1.5 KiB
Plaintext
@charset "UTF-8";
|
|
/* 主题色 */
|
|
.content.data-v-75631b8a {
|
|
min-height: calc(100vh - 30px);
|
|
padding: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
background-color: #f7f7f7;
|
|
}
|
|
.info.data-v-75631b8a {
|
|
width: 100%;
|
|
}
|
|
.logo.data-v-75631b8a {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 40rpx;
|
|
line-height: 35px;
|
|
}
|
|
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/my/about.wxss
|
|
.logo image.data-v-8d3ca43a {
|
|
=======
|
|
.logo image.data-v-75631b8a {
|
|
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/my/about.wxss
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
border-radius: 5px;
|
|
}
|
|
.logo text.data-v-75631b8a {
|
|
display: block;
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.list.data-v-75631b8a {
|
|
width: calc(100% - 20px);
|
|
margin: 50px 0;
|
|
}
|
|
.list .item.data-v-75631b8a {
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
margin-bottom: 15px;
|
|
display: flex;
|
|
background-color: #fff;
|
|
border-radius: 10px;
|
|
padding: 0 10px;
|
|
justify-content: space-between;
|
|
}
|
|
.list .item .new.data-v-75631b8a {
|
|
color: #fff;
|
|
background-color: red;
|
|
font-size: 32rpx;
|
|
border-radius: 10px;
|
|
padding: 3px 5px;
|
|
}
|
|
.list .item .href.data-v-75631b8a {
|
|
display: flex;
|
|
width: 100%;
|
|
color: #000;
|
|
text-decoration: none;
|
|
justify-content: space-between;
|
|
}
|
|
<<<<<<< HEAD:unpackage/dist/dev/mp-weixin/pages/my/about.wxss
|
|
.xieyi.data-v-8d3ca43a {
|
|
=======
|
|
.xieyi.data-v-75631b8a {
|
|
>>>>>>> 741f1460e936929669c02b1366b2eb1f0520edf4:unpackage/dist/dev/mp-weixin/pageTwo/my/about.wxss
|
|
color: #37cc92;
|
|
}
|
|
|