84 lines
1.4 KiB
Plaintext
84 lines
1.4 KiB
Plaintext
|
|
.uni-title {
|
|
/* width: 100%; */
|
|
/* height: 80rpx; */
|
|
text-align: center;
|
|
}
|
|
.uni-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.uni-scroll_box {
|
|
height: 70%;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
}
|
|
.uni-list-box {
|
|
margin: 0 20rpx;
|
|
padding: 15rpx 0;
|
|
border-bottom: 1px #f5f5f5 solid;
|
|
box-sizing: border-box;
|
|
}
|
|
.uni-list:last-child {
|
|
border: none;
|
|
}
|
|
.uni-list_name {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
}
|
|
.uni-list_item {
|
|
font-size: 24rpx;
|
|
color: #555;
|
|
line-height: 1.5;
|
|
}
|
|
.uni-success_box {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
min-height: 100rpx;
|
|
width: 100%;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
border-top: 1px #eee solid;
|
|
}
|
|
.uni-success_sub {
|
|
/* width: 100%%; */
|
|
height: 100rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
}
|
|
.uni-close_button {
|
|
padding: 0 20rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
background: #ce3c39;
|
|
color: #ffffff;
|
|
border-radius: 10rpx;
|
|
}
|
|
.uni-success_content {
|
|
height: 600rpx;
|
|
margin: 30rpx;
|
|
margin-top: 0;
|
|
border: 1px #eee solid;
|
|
padding: 30rpx;
|
|
}
|
|
.uni-content_list {
|
|
padding-bottom: 10rpx;
|
|
border-bottom: 1px #f5f5f5 solid;
|
|
}
|
|
.uni-tips {
|
|
text-align: center;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
}
|