| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- /*澶撮儴*/
- #userHeaderWraper{
- width: 100%;
- background: #fff;
- padding: 1rem;
- margin-bottom: 0.5rem;
- background: url(02.jpg) no-repeat;
- background-size: cover;
- background-position: center;
- text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
- position: relative;
- }
- #uhIcon{width: 95%; margin-bottom: 0.5rem;}
- #uhIcon>div{display: inline-block;}
- #uhHeadicon{
- width: 4rem;
- height: 4rem;
- border-radius: 50%;
- overflow: hidden;
- margin-right: 0.5rem;
- }
- #uhHeadicon img{width: 100%;height: 100%;}
- #uhUserInfo>span{
- height: 2rem;
- line-height: 2rem;
- display: block;
- }
- #uhNickname i{margin-left: 0.5rem;}
- /*鐘舵�*/
- .stateWraper{
- width: 100%;
- background: #fff;
- border-top: 1px solid rgb(208,208,208);
- border-bottom: 1px solid rgb(208,208,208);
- padding-top: 0.5rem;
- margin-bottom: 0.5rem;
- }
- .stUserArea{padding: 0 1rem;}
- .stUserInfo{
- width: 100%;
- height: 3.5rem;
- }
- .stUserInfo>div{display: inline-block;}
- .stHeadIcon{
- width: 3rem;
- height: 3rem;
- margin-right: 1rem;
- border-radius: 50%;
- overflow: hidden;
- }
- .stHeadIcon img{width: 100%;height: 100%;}
- .stInfomation{
- height: 3rem;
- }
- .stInfomation>span{
- display: block;
- height: 1.5rem;
- line-height: 1.5rem;
- }
- .stUserContent{
- margin-top: 0.5rem;
- }
- .stImgWrap{
- width: 100%;
- position: relative;
- }
- .stImgWrap li{display:block;}
- .stUnlock{
- position: absolute;
- background: rgba(0,0,0,0.8);
- bottom: 0;
- left: 0;
- width: 100%;
- height: 3rem;
- line-height: 3rem;
- padding: 0 1rem;
- }
- .stUnlock span{width: 90%;display:inline-block;}
- .stUnlock button{position: absolute; right: 1rem;bottom: 0; width: 3rem;height: 3rem;font-size: 2rem;}
- .stCommentWrap{
- padding: 0.5rem 1rem;
- }
- .stCommentWrap i{margin-right: 0.5rem;}
- .stComment span{margin-right: 0.5rem;}
- /*鏇村鎿嶄綔鎸夐挳*/
- #stChoices{
- width: 250px;
- position: fixed;
- bottom: 1rem;
- left: 50%;
- margin-left:-125px;
- }
- #stChoices button:not(#likeOneMore){
- width: 100%;
- min-height: 4rem;
- background: #fff;
- }
- #stChoices button i{margin-right: 1rem;}
- #uhChoices .CancelBtn{
- border-radius: 10px;
- }
- #stSystem{
- border-radius: 10px;
- text-align: left;
- padding: 15px;
- margin-bottom: 1rem;
- }
- #stSystem span{color:#05c0ab;}
- .btnGroup{
- margin-bottom: 1rem;
- border-radius: 10px;
- overflow: hidden;
- }
- .btnGroup button:not(:last-child){
- border-bottom: 1px solid rgb(208,208,208);
- }
- #likeOneMore{
- display: block;
- width: 100%;
- min-height: 3rem;
- font-size: 4rem;
- margin-bottom: 0.5rem;
- text-align: center;
- background: transparent;
- opacity: 0;
- }
- #commentSender {
- background-color: #fff;
- position: fixed;
- bottom:0;
- left:0;
- z-index: 3;
- width: 100%;
- padding:10px;
- border-top:1px solid #999;
- }
- textarea {
- height: 65px;
- line-height: 2rem;
- width: 100%;
- border-style: none;
- resize: none;
- padding: 5px;
- }
- .commentBtn{
- display:inline-block;
- width: 40%;
- height: 30px;
- line-height:30px;
- margin-top:5px;
- background-color: #fff;
- border: 1px solid rgba(0,0,0,0.1);
- border-radius:5px;
- }
- #senderComment{float:right;}
- span{
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .fix{
- position: fixed;
- top: 0;
- left: 0;
- z-index: 2;
- }
|