1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .radio {
- margin-bottom: 20rpx;
- }
- .main{
- padding: 0.24rem 0.32rem;
- font-size: 32rpx;
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- position: relative;
- margin-top: 0.24rem;
- }
- .margin-b{
- margin-bottom: 1rem;
- }
- .userList{
- height: 0.4rem;
- font-size: 0.3rem;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- position: absolute;
- top: 1.6rem;
- left: 0.9rem;
- right: 1rem;
- border: 1px solid #f1f1f1;
- padding: 0.1rem 0.24rem;
- border-radius: 3px;
- }
- .box{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0,0,0,0.2);
- z-index: 999;
- transform: translate(0,100%);
- }
- .StaffFooter {
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- background: #fff;
- padding: 0.1rem;
- border-top: 1px solid #f1f1f1;
- }
- .staffBtn {
- background: #26A2FF;
- color: #fff;
- border-radius: 0.06rem;
- height: 0.88rem;
- text-align: center;
- line-height: 0.88rem;
- padding: 0 0.2rem;
- }
- .f-left {
- overflow-x: auto;
- }
- .f-left {
- margin-right: 0.1rem;
- overflow-x: auto;
- }
|