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.
55 lines
948 B
Plaintext
55 lines
948 B
Plaintext
|
|
.myset {
|
|
background-color: #F1F1F1;
|
|
}
|
|
.myset .myset_header {
|
|
height: 35vh;
|
|
padding: 0 atuo;
|
|
overflow: hidden;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.myset .myset_header>image {
|
|
width: 94%;
|
|
margin: 20rpx 3%;
|
|
-webkit-border-radius: 20rpx;
|
|
border-radius: 20rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
.myset .myset_main {
|
|
background-color: #FFFFFF;
|
|
width: 94%;
|
|
border: #d0e3da 1rpx solid;
|
|
margin: 0 3%;
|
|
-webkit-border-radius: 15rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
.myset .myset_main_up>navigator {
|
|
padding: 30rpx 10rpx;
|
|
}
|
|
.myset_main .myset_main_up {
|
|
-webkit-border-radius: 5rpx;
|
|
border-radius: 5rpx;
|
|
}
|
|
.myset_main_up .text_icon {
|
|
float: left;
|
|
margin-left: 30rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
.myset_main_up .text_icon_right {
|
|
float: right;
|
|
margin-right: 30rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
.myset .hr {
|
|
height: 2rpx;
|
|
background-color: #aab5d9;
|
|
}
|
|
.myset .myset_footer {
|
|
width: 95%;
|
|
position: absolute;
|
|
bottom: 30rpx;
|
|
font-size: 30rpx;
|
|
margin: 0 3%;
|
|
}
|
|
|