123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- .layout {
- color: #3a3c65;
- text-align: center;
- font-size: 32rpx;
- font-weight: 700;
- letter-spacing: 4rpx;
- }
- .bor {
- border: 2px solid #a09ffe;
- }
- .bor1 {
- border: 2px solid #e9e8fe;
- }
- .basics {
- background-color: #f5f7fe;
- border-radius: 15rpx;
- }
- .top {
- width: 346rpx;
- height: 114rpx;
- line-height: 114rpx;
- margin: 0 auto;
- margin-bottom: 56rpx;
- }
- .top1 {
- width: 346rpx !important;
- height: 114rpx !important;
- line-height: 114rpx !important;
- margin: 0 auto !important;
- margin-bottom: 56rpx !important;
- }
- .live {
- margin-right: 32rpx;
- font-size: 50rpx;
- }
- .img {
- width: 48rpx;
- height: 48rpx;
- margin-right: 32rpx;
- vertical-align: middle;
- }
- .img1 {
- width: 38rpx;
- height: 38rpx;
- margin-right: 32rpx;
- vertical-align: middle;
- }
- .flex {
- display: flex;
- justify-content: center;
- }
- .meetinglayout-flex {
- flex-wrap: wrap;
- position: relative;
- justify-content: space-between !important;
- }
- .meeting-flex {
- /* padding-left: 0 !important;
- padding-right: 0 !important; */
- display: flex;
- }
- .item {
- /* width: 236rpx; */
- color: rgba(58, 60, 101, 0.5);
- text-align: center;
- font-size: 27rpx;
- font-weight: 500;
- margin-bottom: 48rpx;
- }
- .left1-item {
- color: rgba(58, 60, 101, 0.5);
- text-align: center;
- font-size: 27rpx;
- font-weight: 500;
- margin-bottom: 48rpx;
- }
- .meeting-left {
- width: 280rpx !important;
- }
- .item-top {
- background-color: #fbfcfe;
- height: 74rpx;
- padding: 0 25rpx;
- line-height: 74rpx;
- margin-bottom: 12rpx;
- }
- .m-l {
- margin-left: 8rpx;
- }
- .item-bottom {
- background-color: #fbfcfe;
- padding: 0 17rpx;
- font-weight: 400;
- height: 58rpx;
- margin-bottom: 10rpx;
- line-height: 58rpx;
- position: relative;
- }
- .center {
- margin: 0 15rpx;
- background-color: #f1f4fd;
- padding: 18rpx;
- display: flex;
- align-items: center;
- }
- .center>view {
- width: 100rpx;
- text-align: center;
- padding: 94rpx 0;
- }
- .air {
- display: inline-block;
- margin-left: 20rpx;
- margin-bottom: 47rpx;
- }
- .bgc {
- background-color: #cffff8;
- color: #3a3c65;
- }
- .over {
- width: 206rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- /* .wid1 {
- width: 110rpx;
- } */
- .clear-icon1 {
- position: absolute !important;
- top: -15rpx !important;
- /* left: 100rpx; */
- right: -15rpx !important;
- /* text-align: center !important; */
- /* margin-right: 0; */
- /* font-size: 33rpx; */
- /* z-index: 999; */
- }
- .meetinglayout-text {
- position: absolute !important;
- right: 1rpx !important;
- top: -18rpx !important;
- }
- /* .meetinglayout-picker {
- position: relative;
- } */
|