...
|
...
|
@@ -22,6 +22,11 @@ body { |
|
|
overflow-x: hidden;
|
|
|
}
|
|
|
|
|
|
input,
|
|
|
textarea {
|
|
|
outline: 0
|
|
|
}
|
|
|
|
|
|
a {
|
|
|
text-decoration: none
|
|
|
}
|
...
|
...
|
@@ -1179,4 +1184,546 @@ a { |
|
|
|
|
|
.mineabout_contant {
|
|
|
margin-top: .5rem
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 添加银行卡 */
|
|
|
|
|
|
.minebank_title {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(91, 94, 99, 1);
|
|
|
margin: .26rem 0;
|
|
|
padding-left: .38rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.minebank_box {
|
|
|
background: #FDFDFD;
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.minebank_one {
|
|
|
padding: .36rem 0;
|
|
|
box-sizing: border-box;
|
|
|
border-bottom: .01rem solid rgba(238, 238, 238, 1);
|
|
|
}
|
|
|
|
|
|
.minebank_left {
|
|
|
width: .84rem;
|
|
|
font-size: .28rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
margin-right: .64rem
|
|
|
}
|
|
|
|
|
|
.minebank_right {
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.minebank_right input {
|
|
|
font-size: .28rem;
|
|
|
font-weight: 300;
|
|
|
color: rgba(189, 196, 206, 1);
|
|
|
border: none;
|
|
|
outline: 0
|
|
|
}
|
|
|
|
|
|
.minebank_button {
|
|
|
margin-top: .44rem;
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.minebank_btn {
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
border-radius: .16rem;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
text-align: center;
|
|
|
padding: .22rem 0;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 收支明细 */
|
|
|
|
|
|
.mineincome {
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.mineincome_title {
|
|
|
font-size: .32rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
padding-left: .24rem;
|
|
|
margin: .24rem 0 .18rem
|
|
|
}
|
|
|
|
|
|
.mineincome_one {
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: .2rem;
|
|
|
padding: .32rem;
|
|
|
box-sizing: border-box;
|
|
|
margin-bottom: .24rem
|
|
|
}
|
|
|
|
|
|
.mineincome_top_title {
|
|
|
font-size: .28rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
}
|
|
|
|
|
|
.mineincome_top_word {
|
|
|
font-size: .28rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
}
|
|
|
|
|
|
.mineincome_bottom {
|
|
|
margin-top: .3rem
|
|
|
}
|
|
|
|
|
|
.mineincome_bottom_title {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
}
|
|
|
|
|
|
.mineincome_bottom_word {
|
|
|
font-size: .26rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(93, 141, 238, 1);
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 添加订阅 */
|
|
|
|
|
|
.addsubscribe_box {
|
|
|
background: #FDFDFD;
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.addsubscribe_one {
|
|
|
padding: .34rem 0 .36rem;
|
|
|
box-sizing: border-box;
|
|
|
border-bottom: .01rem solid rgba(238, 238, 238, 1);
|
|
|
}
|
|
|
|
|
|
.addsubscribe_left_title {
|
|
|
font-size: .28rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
width: 1.4rem;
|
|
|
margin-right: .2rem
|
|
|
}
|
|
|
|
|
|
.addsubscribe_left_word {
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.addsubscribe_left_word input {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
border: none
|
|
|
}
|
|
|
|
|
|
.addsubscribe_right {
|
|
|
width: .3rem;
|
|
|
height: .3rem;
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.addsubscribe_right img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.addsubscribe_button {
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box;
|
|
|
position: fixed;
|
|
|
bottom: .4rem;
|
|
|
width: 100%
|
|
|
}
|
|
|
|
|
|
.addsubscribe_btn {
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
border-radius: .16rem;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
padding: .22rem 0;
|
|
|
box-sizing: border-box;
|
|
|
text-align: center
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 查看次数 */
|
|
|
|
|
|
.minelook {
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.minelook_box {
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
border-radius: .16rem;
|
|
|
padding: .48rem .84rem .38rem;
|
|
|
box-sizing: border-box;
|
|
|
margin: .26rem 0 .4rem
|
|
|
}
|
|
|
|
|
|
.minelook_title {
|
|
|
font-size: .28rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
}
|
|
|
|
|
|
.minelook_num {
|
|
|
margin-top: .22rem;
|
|
|
font-size: .48rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(255, 90, 78, 1);
|
|
|
}
|
|
|
|
|
|
.minelook_btn {
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
border-radius: .16rem;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
text-align: center;
|
|
|
padding: .22rem 0;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 绑定手机 */
|
|
|
|
|
|
.minephone {
|
|
|
padding: 0 .32rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.mine_phone_box {
|
|
|
padding: 0 .42rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.mine_phone_one {
|
|
|
font-size: 0;
|
|
|
padding: .52rem 0 .2rem;
|
|
|
box-sizing: border-box;
|
|
|
border-bottom: .01rem solid rgba(235, 235, 235, 1);
|
|
|
}
|
|
|
|
|
|
.mine_phone_one input {
|
|
|
border: none;
|
|
|
font-size: .28rem;
|
|
|
font-weight: 300;
|
|
|
color: rgba(91, 94, 99, 1);
|
|
|
}
|
|
|
|
|
|
.mine_phone_left {
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.mine_phone_right {
|
|
|
font-size: .28rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(91, 94, 99, 1);
|
|
|
}
|
|
|
|
|
|
.mine_phone_show {
|
|
|
font-size: .28rem;
|
|
|
font-weight: 300;
|
|
|
color: rgba(91, 94, 99, 1);
|
|
|
text-align: right;
|
|
|
margin-top: .2rem
|
|
|
}
|
|
|
|
|
|
.mine_phone_btn {
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
border-radius: .16rem;
|
|
|
text-align: center;
|
|
|
padding: .22rem 0;
|
|
|
box-sizing: border-box;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
margin-top: .66rem
|
|
|
}
|
|
|
|
|
|
|
|
|
/* 发布详情 */
|
|
|
|
|
|
.detail {
|
|
|
padding: 0 .32rem .98rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.detail_top_title {
|
|
|
font-size: .28rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
margin: .26rem 0 .34rem
|
|
|
}
|
|
|
|
|
|
.detail_top_one {
|
|
|
width: 1.8rem;
|
|
|
height: 1.8rem;
|
|
|
font-size: 0;
|
|
|
margin-right: .2rem;
|
|
|
margin-bottom: .18rem;
|
|
|
position: relative
|
|
|
}
|
|
|
|
|
|
.detail_top_one img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.detail_top_close {
|
|
|
width: .4rem;
|
|
|
height: .4rem;
|
|
|
font-size: 0;
|
|
|
position: absolute;
|
|
|
top: -.1rem;
|
|
|
right: -.08rem
|
|
|
}
|
|
|
|
|
|
.detail_top_close img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.detail_top_word {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(93, 141, 238, 1);
|
|
|
}
|
|
|
|
|
|
.detail_center {
|
|
|
margin-top: .4rem
|
|
|
}
|
|
|
|
|
|
.detail_center_one {
|
|
|
padding: .28rem 0;
|
|
|
box-sizing: border-box;
|
|
|
border-top: .01rem solid rgba(238, 238, 238, 1);
|
|
|
}
|
|
|
|
|
|
.detail_center_title {
|
|
|
width: 1.32rem;
|
|
|
font-size: .24rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
}
|
|
|
|
|
|
.detail_center_title span {
|
|
|
color: #FF5A4E
|
|
|
}
|
|
|
|
|
|
.detail_center_one_word {
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.detail_center_one_word input {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
border: none
|
|
|
}
|
|
|
|
|
|
.detail_center_word {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
}
|
|
|
|
|
|
.detai_center_right_title {
|
|
|
font-size: .24rem;
|
|
|
font-weight: 600;
|
|
|
color: rgba(255, 90, 78, 1);
|
|
|
}
|
|
|
|
|
|
.detai_center_right_icon {
|
|
|
width: .2rem;
|
|
|
height: .2rem;
|
|
|
font-size: 0;
|
|
|
margin-left: .22rem
|
|
|
}
|
|
|
|
|
|
.detai_center_right_icon img {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
}
|
|
|
|
|
|
.detail_center_right {
|
|
|
width: .3rem;
|
|
|
height: .3rem;
|
|
|
font-size: 0
|
|
|
}
|
|
|
|
|
|
.detail_center_right img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.detail_center_text {
|
|
|
font-size: 0;
|
|
|
height: 1.78rem;
|
|
|
width: 5.5rem;
|
|
|
}
|
|
|
|
|
|
.detail_center_text textarea {
|
|
|
font-size: .24rem;
|
|
|
width: 5.5rem;
|
|
|
height: 100%;
|
|
|
font-weight: 500;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
width: 100%;
|
|
|
border: none;
|
|
|
}
|
|
|
|
|
|
.detail_bottom_title {
|
|
|
font-size: .24rem;
|
|
|
font-weight: bold;
|
|
|
color: rgba(6, 18, 30, 1);
|
|
|
}
|
|
|
|
|
|
.detail_bottom_label {
|
|
|
margin-top: .16rem
|
|
|
}
|
|
|
|
|
|
.detail_bottom {
|
|
|
padding: .28rem 0 .62rem;
|
|
|
box-sizing: border-box;
|
|
|
border-top: .01rem solid rgba(238, 238, 238, 1);
|
|
|
}
|
|
|
|
|
|
.detail_bottom_labels {
|
|
|
margin-right: .24rem;
|
|
|
background: #F9FBFE;
|
|
|
font-size: .24rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(140, 145, 152, 1);
|
|
|
padding: .02rem .08rem;
|
|
|
box-sizing: border-box;
|
|
|
margin-bottom: .2rem
|
|
|
}
|
|
|
|
|
|
.detail_bottom_labels_active {
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
color: #fff
|
|
|
}
|
|
|
|
|
|
.detail_fix {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
width: 100%
|
|
|
}
|
|
|
|
|
|
.detail_fix_box {
|
|
|
width: 100%;
|
|
|
height: .98rem;
|
|
|
background: rgba(255, 255, 255, 1);
|
|
|
box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.16);
|
|
|
}
|
|
|
|
|
|
.detail_fix_left {
|
|
|
width: 1.3rem;
|
|
|
height: 100%;
|
|
|
padding: .12rem 0 .1rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.detail_fix_img {
|
|
|
width: .4rem;
|
|
|
height: .4rem;
|
|
|
font-size: 0;
|
|
|
position: relative
|
|
|
}
|
|
|
|
|
|
.detail_fix_img img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.detail_fix_title {
|
|
|
margin-top: .04rem;
|
|
|
font-size: .22rem;
|
|
|
font-weight: 400;
|
|
|
color: rgba(189, 196, 206, 1);
|
|
|
}
|
|
|
|
|
|
.detail_fix_titles {
|
|
|
margin-top: .04rem;
|
|
|
font-size: .22rem;
|
|
|
font-weight: 400;
|
|
|
color: #06121E;
|
|
|
}
|
|
|
|
|
|
.detail_fix_right {
|
|
|
width: 6.2rem;
|
|
|
height: 100%;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
text-align: center;
|
|
|
line-height: .98rem
|
|
|
}
|
|
|
|
|
|
.detail_fix_two_box {
|
|
|
width: 2.42rem;
|
|
|
height: 100%;
|
|
|
padding: .12rem 0 .1rem;
|
|
|
box-sizing: border-box
|
|
|
}
|
|
|
|
|
|
.detail_fix_two_left {
|
|
|
width: 50%
|
|
|
}
|
|
|
|
|
|
.detail_fix_two_right {
|
|
|
width: 5.08rem;
|
|
|
height: 100%;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
text-align: center;
|
|
|
line-height: .98rem
|
|
|
}
|
|
|
|
|
|
.detail_fix_position {
|
|
|
width: .74rem;
|
|
|
height: .56rem;
|
|
|
font-size: 0;
|
|
|
position: absolute;
|
|
|
top: -.5rem;
|
|
|
right: -.5rem;
|
|
|
}
|
|
|
|
|
|
.detail_fix_position img {
|
|
|
width: 100%;
|
|
|
height: 100%
|
|
|
}
|
|
|
|
|
|
.detail_fix_four {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
font-size: .32rem;
|
|
|
font-weight: 500;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
background: linear-gradient(180deg, rgba(136, 165, 255, 1) 0%, rgba(93, 141, 238, 1) 100%);
|
|
|
text-align: center;
|
|
|
line-height: .98rem
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|