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.
98 lines
1.5 KiB
98 lines
1.5 KiB
/* pages/InstallOwn/InstallOwn.wxss */
|
|
page {
|
|
background-color: #f2f2ff;
|
|
}
|
|
|
|
.content {
|
|
margin-top: 20rpx;
|
|
padding-top: 1rpx;
|
|
padding-bottom: 200rpx;
|
|
width: 750rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-title {
|
|
margin: 20rpx;
|
|
margin-left: 20rpx;
|
|
font-weight: bold;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.content-title-flex {
|
|
flex: 1;
|
|
}
|
|
|
|
.content-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-list-view-delete {
|
|
margin-top: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
margin-left: 20rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.content-list-view {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx;
|
|
padding-top: 1rpx;
|
|
padding-bottom: 1rpx;
|
|
}
|
|
|
|
.content-list-checkbox {
|
|
flex: 1;
|
|
}
|
|
|
|
.content-checkbox {
|
|
margin-right: 20rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.content-list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20rpx;
|
|
}
|
|
|
|
.content-list-title {
|
|
width: 120rpx;
|
|
}
|
|
|
|
.content-input {
|
|
margin-left: 20rpx;
|
|
flex: 1;
|
|
}
|
|
|
|
.from-submit-buttom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 750rpx;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
}
|
|
|
|
|
|
.from-submit-buttom-confirm {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background-color: #0A6597;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|