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.
10 lines
318 B
Plaintext
10 lines
318 B
Plaintext
/* pages/detail/index.wxss */
|
|
page{
|
|
padding-bottom: 120px;
|
|
}
|
|
button[type=primary]{
|
|
background-color: var(--color-ysd);
|
|
}
|
|
button[type=primary].detailBtn:hover,button[type=primary].detailBtn:active,button[type=primary].detailBtn:focus,button[type=primary].detailBtn:visited{
|
|
background-color: var(--color-hover);
|
|
} |