| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 | page {  height: 100%;  transition: all 0.3s linear 0s;    margin-top: 0px;    background-color: #f7f7f7;}.me {  height: 100%;  background-color: #f7f7f7;  position: relative;}.avatar {  margin:60rpx auto;  display: block;  width: 128rpx;  height: 128rpx;  border-radius: 64rpx;}.line {  height: 84rpx;  background-color:#ffffff;  border-bottom: 1px solid #efefef;}.line .label {  display: inline;  line-height: 84rpx;  color:#333333;  margin-left: 24rpx;}.line .right {  float: right;  height: 80rpx;  margin-right: 24rpx;  vertical-align: middle;}.right text {  float: right;  vertical-align: middle;  margin-right: 16rpx;  height: 84rpx;  line-height: 84rpx;  font-size: smaller;}.right image {  width: 42rpx;  height: 42rpx;  float: right;  margin-top: 21rpx;}.zixun{  width: 55px;  height: 55px;  position: fixed;  bottom: 35px;  right: 35px;  border-radius: 50%;  box-shadow: 0 0 5px #ddd;  text-align: center;  font-size: 14px;  color: #333;  background: url(https://sample.o2oa.net/contact_us.png) center center no-repeat;}.zixun .kf{  position: relative;  top: 0px;  left: 0px;  margin:15px auto;  opacity: 0;}.zixun_text {  width: 85px;  height: 25px;  position: fixed;  bottom: 10px;  right: 20px;  font-size: 13px;  text-align: center;}
 |