add profile page
This commit is contained in:
2023-10-21 23:42:19 +03:00
parent 89ee4960c2
commit 487647029a
4 changed files with 236 additions and 2 deletions

View File

@@ -14,12 +14,30 @@
text-align: -webkit-center;
width: 100%;
}
.text-align-right{
text-align: -webkit-right;
width: 100%;
}
.text-align-left{
text-align: -webkit-left;
width: 100%;
}
.w-68{
width: 68%;
}
.width-50{
width: 50%;
}
.pointer{
cursor: pointer;
}
.f-r{
float: right;
}
@@ -1946,4 +1964,141 @@
background: #dad7d7;
width: 100%;
top: 60px;
}
/*profile block*/
.block_inf_profile{
width: 100%;
padding-bottom: 20px;
border-bottom:1px solid #E6E6E6;
}
.img_user{
object-fit: cover;
height: 110px;
width: 110px;
}
.upload_photo_container{
position: relative;
}
.btn_f_upload_photo{
opacity: 0;
position: absolute;
height: 110px;
width: 110px;
left: 0;
}
.upload_photo_label{
display: block;
font-size: 14px;
font-weight: 400;
color: #27242499;
}
.select_f_profile_status{
border: 1px solid #E6E6E6;
display: block;
height: 62px;
width: 100%;
border-radius: 10px;
padding: 0;
color: #272424;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
margin-top: 0;
padding-left: 10px;
appearance: none;
background: white url(/static/img/png/icon-arrow.svg) no-repeat calc(100% - 15px) center;
}
.input_f_profile{
display: block;
height: 20px;
width: calc(100% - 30.4px);
float: left;
background-image: none !important;
padding: 20px 15.2px;
border: 1px solid #E6E6E6;
color: #272424;
font-size: 16px;
font-weight: 400;
border-radius: 10px;
}
.status_f_profile{
width: calc(100% - 120px);
padding-left: 10px;
}
.status_label{
font-size: 18px;
font-weight: 600;
color: #272424;
padding-bottom: 5px;
}
.cur_subscribe_label{
font-weight: 600;
font-size: 18px;
color: #272424;
padding-bottom: 5px;
}
.cur_subscribe_f_profile{
color: #FF613A;
font-size: 18px;
font-weight: 600;
padding-bottom: 5px;
}
.btn_go_to_subscribes{
text-decoration: underline;
color: #27242499;
font-weight: 400;
font-size: 14px;
}
.label_f_profile{
color: #272424;
font-size: 16px;
font-weight: 500;
display: block;
padding-bottom: 10px;
padding-left: 10px;
}
.container_el_form_profile{
width: 49%;
margin: 0 0.5% 0.5% 0.5%;
}
.container_form_profile{
padding-top: 40px;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.line_f_form_profile{
height: 1px;
background: #E6E6E6;
margin: 40px 0;
width: 100%;
}
.confirm_profile_btn{
width: 100%;
height: 60px;
background: #FF613A;
color: #FFFFFF;
margin-top: 40px;
border-radius: 10px;
font-weight: 600;
font-size: 18px;
}