You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
512 B
25 lines
512 B
6 years ago
|
/* jieyue/jieyue.wxss */
|
||
|
page {
|
||
|
background-image:url('https://photo.16pic.com/00/24/39/16pic_2439427_b.jpg');
|
||
|
background-size: contain;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position-y: center;
|
||
|
background-position-x: center;
|
||
|
|
||
|
}
|
||
|
.button1{
|
||
|
width: 50%;
|
||
|
margin-top: 450rpx;
|
||
|
background-color:rgba(253, 153, 65, 0.67);
|
||
|
color: white;
|
||
|
border-radius: 98rpx;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.button1::after
|
||
|
{
|
||
|
border: 0;
|
||
|
}
|