299 lines
4.8 KiB
Plaintext
299 lines
4.8 KiB
Plaintext
|
/**index.wxss**/
|
||
|
|
||
|
page {
|
||
|
background: #f6f6f6;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: flex-start;
|
||
|
}
|
||
|
.container-change{
|
||
|
margin-top: 15rpx;
|
||
|
display: flex;
|
||
|
/*row 横向 column 列表 */
|
||
|
flex-direction: row;
|
||
|
background-color: #f9f7f7;
|
||
|
border-radius: 15rpx;
|
||
|
margin-left:15rpx;
|
||
|
margin-right:15rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
.avatar{
|
||
|
margin-top: 50rpx;
|
||
|
height: 200rpx;
|
||
|
width: 200rpx;
|
||
|
border-radius:50%;
|
||
|
display: flex;
|
||
|
overflow:hidden;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.show-view{
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
background-color: white;
|
||
|
margin-top: 10rpx;
|
||
|
width: 720rpx;
|
||
|
border-radius: 20rpx;
|
||
|
height: 400rpx;
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
border-color: #3f72af;
|
||
|
}
|
||
|
|
||
|
.show-register{
|
||
|
align-items: center;
|
||
|
background-color: white;
|
||
|
margin-top: 10rpx;
|
||
|
width: 720rpx;
|
||
|
border-radius: 20rpx;
|
||
|
height: 400rpx;
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
border-color: #3f72af;
|
||
|
}
|
||
|
|
||
|
.register-button{
|
||
|
margin-left: 165rpx;
|
||
|
margin-top: 150rpx;
|
||
|
background-color:#3f72af;
|
||
|
color:white;
|
||
|
width: 400rpx;
|
||
|
}
|
||
|
|
||
|
.check-button{
|
||
|
margin-top: 150rpx;
|
||
|
background-color:#3f72af;
|
||
|
color:white;
|
||
|
width: 450rpx;
|
||
|
}
|
||
|
|
||
|
.loading{
|
||
|
margin-left: 150rpx;
|
||
|
margin-right: 150rpx;
|
||
|
margin-top: 160rpx;
|
||
|
text-align: center;
|
||
|
color: #112d4e;
|
||
|
font-size: 35rpx;
|
||
|
}
|
||
|
|
||
|
.show-name{
|
||
|
font-size: 40rpx;
|
||
|
}
|
||
|
.cd{
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
height: 110rpx;
|
||
|
width: 450rpx;
|
||
|
border-radius: 15rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
border-color: #3f72af;
|
||
|
font-size: 40rpx;
|
||
|
text-align: center;
|
||
|
background-color: #ffffff;
|
||
|
}
|
||
|
.cd-1{
|
||
|
position: relative;
|
||
|
top:0rpx;
|
||
|
height: 110rpx;
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
width: 200rpx;
|
||
|
border-color: rgb(255, 255, 255);
|
||
|
border-radius: 15rpx;
|
||
|
vertical-align: middle;
|
||
|
text-align: center;
|
||
|
padding: 0rpx;
|
||
|
font-size: 40rpx;
|
||
|
background-color: #3f72af;
|
||
|
color: white;
|
||
|
}
|
||
|
.userinfo, .uploader, .tunnel, {
|
||
|
margin-top: 40rpx;
|
||
|
height: 140rpx;
|
||
|
width: 100%;
|
||
|
background: #fff;
|
||
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||
|
border-left: none;
|
||
|
border-right: none;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
transition: all 300ms ease;
|
||
|
}
|
||
|
|
||
|
.userinfo-avatar {
|
||
|
width: 100rpx;
|
||
|
height: 100rpx;
|
||
|
margin: 20rpx;
|
||
|
border-radius: 50%;
|
||
|
background-size: cover;
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.userinfo-avatar:after {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.userinfo-nickname {
|
||
|
font-size: 32rpx;
|
||
|
color: purple;
|
||
|
background-color: white;
|
||
|
background-size: cover;
|
||
|
}
|
||
|
|
||
|
.userinfo-nickname::after {
|
||
|
border: none;
|
||
|
}
|
||
|
|
||
|
.uploader, .tunnel {
|
||
|
display: flex;
|
||
|
height: 200rpx;
|
||
|
flex-direction: column;
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
border-color: #3f72af;
|
||
|
}
|
||
|
|
||
|
.pwd_num {
|
||
|
text-align: center;
|
||
|
font-size: 35rpx;
|
||
|
}
|
||
|
|
||
|
.uploader-text, .tunnel-text {
|
||
|
width: 100%;
|
||
|
line-height: 52px;
|
||
|
font-size: 34rpx;
|
||
|
color: #007aff;
|
||
|
}
|
||
|
|
||
|
.uploader-container {
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
padding: 20rpx 20rpx 20rpx 0;
|
||
|
display: flex;
|
||
|
align-content: center;
|
||
|
justify-content: center;
|
||
|
box-sizing: border-box;
|
||
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
|
||
|
.uploader-image {
|
||
|
width: 100%;
|
||
|
height: 360rpx;
|
||
|
}
|
||
|
|
||
|
.tunnel {
|
||
|
padding: 0 0 0 40rpx;
|
||
|
}
|
||
|
|
||
|
.tunnel-text {
|
||
|
position: relative;
|
||
|
color: #222;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-content: center;
|
||
|
justify-content: space-between;
|
||
|
box-sizing: border-box;
|
||
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
||
|
}
|
||
|
|
||
|
.tunnel-text:first-child {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
.tunnel-switch {
|
||
|
position: absolute;
|
||
|
right: 20rpx;
|
||
|
top: -2rpx;
|
||
|
}
|
||
|
|
||
|
.disable {
|
||
|
color: #888;
|
||
|
}
|
||
|
|
||
|
.service {
|
||
|
position: fixed;
|
||
|
right: 40rpx;
|
||
|
bottom: 40rpx;
|
||
|
width: 140rpx;
|
||
|
height: 140rpx;
|
||
|
border-radius: 50%;
|
||
|
background: linear-gradient(#007aff, #0063ce);
|
||
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
||
|
display: flex;
|
||
|
align-content: center;
|
||
|
justify-content: center;
|
||
|
transition: all 300ms ease;
|
||
|
}
|
||
|
|
||
|
.service-button {
|
||
|
position: absolute;
|
||
|
top: 40rpx;
|
||
|
}
|
||
|
|
||
|
.service:active {
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
|
||
|
.request-text {
|
||
|
padding: 20rpx 0;
|
||
|
font-size: 24rpx;
|
||
|
line-height: 36rpx;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.custom-css {
|
||
|
background-color: white;
|
||
|
}
|
||
|
|
||
|
.change-form{
|
||
|
margin-top: 50rpx;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.change-form-button{
|
||
|
display: flex;
|
||
|
flex-direction: rows;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
.change-form-button-yes{
|
||
|
width: 300rpx;
|
||
|
background-color:#3f72af;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
.change-form-button-no{
|
||
|
width: 200rpx;
|
||
|
background-color:#3f72af;
|
||
|
color:white;
|
||
|
}
|
||
|
|
||
|
.change-form-all{
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
border-color: #3f72af;
|
||
|
height: 450rpx;
|
||
|
}
|
||
|
|
||
|
.button-cancel{
|
||
|
border-style: solid;
|
||
|
border-width: 1rpx;
|
||
|
height: 110rpx;
|
||
|
width: 450rpx;
|
||
|
border-radius: 15rpx;
|
||
|
margin-bottom: 15rpx;
|
||
|
border-color: #3f72af;
|
||
|
font-size: 40rpx;
|
||
|
text-align: center;
|
||
|
background-color: #ffffff;
|
||
|
}
|