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.
30 lines
551 B
30 lines
551 B
2 years ago
|
/* pages/select1/select1.wxss */
|
||
|
.title{
|
||
|
font-family:fantasy;
|
||
|
font-size: larger;
|
||
|
font-style:italic;
|
||
|
text-align: center;
|
||
|
font: weight 700;
|
||
|
|
||
|
}
|
||
|
.button{
|
||
|
font-family:fantasy;
|
||
|
font-size: larger;
|
||
|
width: 80%;
|
||
|
height: 100rpx;
|
||
|
margin: 100rpx;
|
||
|
background-color: rgb(137, 186, 192);
|
||
|
color: rgb(57, 65, 71);
|
||
|
border-radius: 98rpx;
|
||
|
text-align: center;
|
||
|
vertical-align: center;
|
||
|
line-height: 100rpx;
|
||
|
margin: 0 auto;
|
||
|
font-weight: bolder;
|
||
|
|
||
|
}
|
||
|
.button_hover{
|
||
|
position: relative;
|
||
|
top: 3rpx;
|
||
|
box-shadow:0px 0px 8px #999 inset;
|
||
|
}
|