123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308 |
- /* #ifndef APP-PLUS-NVUE */
- page {
- flex: 1;
- }
- /* #endif */
- .nav-bar {
- position: fixed;
- top: 80rpx;
- left: 0;
- width: 750rpx;
- display: flex;
- justify-content: center;
- flex-direction: row;
- height: 120rpx;
- }
- .duration {
- color: #ffffff;
- }
- .call-view {
- flex: 1;
- flex-direction: column;
- background: #333333;
- position: relative;
- }
- /* #ifdef H5 */
- .call-view {
- height: 100%;
- }
- /* #endif */
- .profile {
- margin-top: 200rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- height: 400rpx;
- }
- .user-avatar {
- width: 200rpx;
- border-radius: 10%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .user-name {
- margin-top: 20rpx;
- line-height: 40rpx;
- font-size: 38rpx;
- color: #ffffff;
- text-align: center;
- }
- .caller-avatar {
- width: 300rpx;
- border-radius: 10%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .caller-name {
- margin-top: 20rpx;
- line-height: 60rpx;
- font-size: 42rpx;
- color: #ffffff;
- text-align: center;
- }
- .status-box {
- display: flex;
- flex-direction: row;
- justify-content: center;
- height: 100rpx;
- margin-top: 50rpx;
- }
- .status-notice {
- color: #949293;
- font-size: 32rpx;
- }
- .loading {
- width: 45rpx;
- height: 32rpx;
- }
- .content {
- flex: 1;
- flex-direction: column;
- justify-content: space-around;
- }
- .container {
- flex: 1;
- position: relative;
- display: flex;
- align-items: center;
- }
- .main-video {
- width: 750rpx;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- display: flex;
- align-items: center;
- }
- .main-avatar {
- margin-top: 200rpx;
- width: 200rpx;
- border-radius: 10%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .mini-avatar {
- width: 120rpx;
- border-radius: 10%;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .mini-video {
- width: 240rpx;
- height: 450rpx;
- position: absolute;
- right: 0;
- top: 160rpx;
- background: #444444;
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .action-box {
- position: fixed;
- bottom: 100rpx;
- left: 0;
- right: 0;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: row;
- }
- .action-top {
- position: fixed;
- bottom: 340rpx;
- left: 0;
- right: 0;
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex-direction: row;
- }
- .action-bar-icon {
- width: 70rpx;
- height: 70rpx;
- }
- .item-background {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- background-color: rgba(255, 255, 255, 0.9);
- }
- .item-background-disable {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 140rpx;
- height: 140rpx;
- border-radius: 50%;
- background-color: rgba(128, 128, 128, 0.3);
- }
- .switch-camera {
- position: fixed;
- bottom: 130rpx;
- right: 90rpx;
- }
- .switch-camera-icon {
- width: 70rpx;
- height: 70rpx;
- }
- .action-item {
- display: flex;
- }
- .accept-background {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- background-color: #59CE73;
- }
- .end-background {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 150rpx;
- height: 150rpx;
- border-radius: 50%;
- background-color: #F75855;
- }
- .action-icon {
- width: 80rpx;
- height: 80rpx;
- }
- .action-text {
- margin-top: 20rpx;
- color: #ffffff;
- font-size: 30rpx;
- text-align: center;
- }
- .user-list {
- padding-top: 160rpx;
- flex: 1;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- }
- .user-item {
- width: 250rpx;
- height: 250rpx;
- position: relative;
- }
- .callee-view {
- width: 250rpx;
- height: 250rpx;
- }
- .caller-view {
- width: 250rpx;
- height: 250rpx;
- }
- .user-item-avatar {
- background-color: rgba(0, 0, 0, 0.5);
- width: 250rpx;
- height: 250rpx;
- }
- .user-muted {
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- bottom: 10rpx;
- left: 10rpx;
- background: #ffffff;
- border-radius: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .user-muted-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .callee-info {
- position: fixed;
- bottom: 510rpx;
- left: 0;
- display: flex;
- flex-direction: column;
- }
- .callee-text {
- text-align: center;
- color: #949293;
- font-size: 30rpx;
- }
- .callee-list {
- width: 750rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- flex-wrap: wrap;
- }
- .callee-avatar {
- width: 80rpx;
- }
|