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.
22 lines
431 B
22 lines
431 B
/* pages/select2/select2.wxss */
|
|
.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;
|
|
} |