You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
350 B
Plaintext
22 lines
350 B
Plaintext
/* pages/activity/index.wxss */
|
|
@import "../../appcommon.wxss";
|
|
@import "../index/index.wxss";
|
|
@import "../firstBill/index.wxss";
|
|
.jobOne {
|
|
/* margin-top: 10px; */
|
|
padding: 0 10px;
|
|
line-height: 1;
|
|
/* margin-top: -1px; */
|
|
}
|
|
|
|
page{
|
|
/* height: 100%; */
|
|
position: unset;
|
|
|
|
}
|
|
.activity{
|
|
padding-bottom: 0;
|
|
}
|
|
.activity image{
|
|
display: block;
|
|
} |