123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- .top {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .top-area {
- position: absolute;
- width: 100%;
- height: 368rpx;
- border-bottom-left-radius: 7%;
- border-bottom-right-radius: 7%;
- background-color: #495dfc;
- }
- .content {
- /* position: absolute; */
- margin-top: 120rpx;
- padding-left: 24rpx;
- padding-right: 24rpx;
- }
- .content-box {
- background-color: #fff;
- border-radius: 6px;
- position: relative;
- margin-bottom: 40rpx;
- padding: 24rpx 16rpx;
- overflow: hidden;
- }
- .flex {
- display: flex;
- justify-content: space-between;
- }
- .left {
- width: 372rpx;
- font-size: 34rpx;
- }
- .m-r {
- margin-right: 10rpx;
- }
- .right {
- width: 240rpx;
- height: 72rpx;
- background-color: #f1f4fd;
- border-radius: 50rpx;
- padding: 14rpx 16rpx;
- box-sizing: border-box;
- color: rgba(58, 60, 101, 0.5);
- font-size: 28rpx;
- }
- .bg {
- width: 670rpx;
- height: 260rpx;
- /* margin: 16rpx 0 32rpx 0; */
- }
- .bg image {
- width: 100%;
- height: 100%;
- }
- .fun {
- flex-wrap: wrap;
- justify-content: left;
- }
- .item {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- width: 25%;
- margin-bottom: 20rpx;
- color: #3A3C65;
- }
- .home-item {
- padding: 0 !important;
- }
- .item-icon {
- width: 64rpx;
- height: 64rpx;
- }
- .box {
- margin-top: 20rpx;
- }
- .box-tit {
- font-size: 32rpx;
- font-weight: 500;
- margin-bottom: 10rpx;
- color: #3A3C65;
- }
- .auto {
- overflow-x: auto;
- }
- .my-meeting {
- background-color: #f3faf9;
- width: 472rpx;
- height: 178rpx;
- margin-right: 32rpx;
- }
- .data-time {
- width: 122rpx;
- background-color: #6473fb;
- color: #fff;
- font-size: 26rpx;
- padding: 16rpx 20rpx;
- box-sizing: border-box;
- border-radius: 20rpx 0 0 20rpx;
- }
- .time {
- font-size: 30rpx;
- font-weight: 700;
- margin-top: 12rpx;
- }
- .meeting-right {
- width: 300rpx;
- height: 165rpx;
- padding: 15rpx 30rpx 0 24rpx;
- /* line-height: 165rpx; */
- background-color: #f3faf9;
- margin-right: 32rpx;
- border-radius: 0 20rpx 20rpx 0;
- }
- .over {
- max-width: 296rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: flex;
- align-items: center;
- }
- .meeting-name {
- color: #6473fb;
- font-size: 36rpx;
- font-weight: 700;
- margin-bottom: 13rpx;
- }
- .location {
- color: rgba(58, 60, 101, 0.65);
- font-size: 26rpx;
- }
- .flex1 {
- flex-wrap: wrap;
- }
- .room {
- background-color: #f7f9fc;
- padding: 24rpx;
- width: 277rpx;
- font-size: 28rpx;
- margin-bottom: 30rpx;
- }
- .rooom-name {
- font-size: 36rpx;
- font-weight: 700;
- margin-bottom: 20rpx;
- color: #3A3C65 !important;
- }
- .room>.over {
- margin-bottom: 17rpx;
- color: #333;
- width: 330rpx !important;
- }
- /* .over>text {
- margin-left: 10rpx;
- } */
- .go-subscribe {
- background-color: #daf5f2;
- color: #317d9e;
- padding: 12rpx 32rpx;
- margin-top: 25rpx;
- display: inline-block;
- font-weight: 500;
- }
- .more {
- color: rgba(100, 115, 251, 0.7);
- font-size: 26rpx;
- font-weight: 500;
- text-align: center;
- margin: 20rpx 0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .over-text {
- margin-left: 10rpx;
- }
- .home-over-text {
- margin-right: 10rpx;
- }
- .meeting-img {
- width: 28rpx;
- height: 25rpx;
- margin-right: 10rpx;
- }
- .meeting-bottom {
- display: flex;
- align-items: center;
- padding-left: 5rpx;
- }
- .home-text-color {
- color: #3A3C65B2 !important;
- }
|