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.
38 lines
652 B
Plaintext
38 lines
652 B
Plaintext
|
|
.content {
|
|
display: inline-block;
|
|
}
|
|
.text-main {
|
|
/* display: flex;
|
|
justify-content: space-around; */
|
|
width: 60%;
|
|
display: inline-block;
|
|
font-size: 28rpx;
|
|
}
|
|
.text-main view {
|
|
/* width: 40%; */
|
|
}
|
|
.text-header {
|
|
width: 40%;
|
|
}
|
|
.module-button {
|
|
margin: 20rpx 0;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding: 0 10%;
|
|
}
|
|
.module-button .button {
|
|
width: 40%;
|
|
padding: 20rpx 0;
|
|
text-align: center;
|
|
font-size: 28rpx !important;
|
|
font-weight: 550;
|
|
-webkit-border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
}
|
|
|