123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- .flex-between-center {
- display: flex;
- justify-content: space-between;
- align-items: center;
- /*俩端居中*/
- }
- .broadcast-head {
- padding: 0.5rem 0.8rem 0 0.8rem;
- }
- .head-search {
- width: calc(100% - 4.4rem);
- }
- .app-body-white {
- background-color: #fff;
- height: 100%;
- overflow-y: auto;
- border-top: 1px solid transparent;
- border-bottom: 1px solid transparent;
- font-size: 28px;
- }
- .app-body-white .van-uploader__upload {
- background: #f3f7ff;
- }
- .app-body-white .tab-card-box {
- padding: 4vw;
- }
- .broadcast-head-add .van-button {
- border-radius: 0.8vw;
- font-size: 3.467vw;
- font-weight: 500;
- }
- .broadcast-head-add .van-button__icon {
- font-size: 0.8rem;
- }
- .head-search input.head-search-select,
- .head-search input.head-search-keyword {
- border-radius: 0.8vw;
- border: 1px solid #3b7aff;
- /* box-sizing: border-box; */
- font-size: 3.2vw;
- }
- input.head-search-select {
- padding: 5rpx;
- /* background: transparent url("../image/down-icon.png") no-repeat */
- /* calc(100% - 0.5rem) center; */
- background-size: auto 24%;
- }
- input.head-search-keyword {
- padding: 5rpx;
- }
- .head-search input.head-search-select {
- width: 6.5rem;
- }
- .head-search input.head-search-keyword {
- width: calc(100% - 6.8rem);
- }
- .admin-exposure-list {
- margin: 1.5rem 0.8rem;
- }
- .admin-exposure-list ._li {
- margin-bottom: 1.5rem;
- border-radius: 0.5rem;
- position: relative;
- padding: 0.8rem;
- }
- .admin-exposure-list .exposure-main {
- padding: 0.5rem 0;
- }
- .exposure-name {
- font-size: 32rpx;
- font-weight: bold;
- }
- .activities-text {
- font-size: 28rpx;
- color: #999;
- }
- .activities-text ._span {
- color: #1989fa;
- }
- .notice-edit-label {
- position: absolute;
- left: 0;
- top: -1.707vw;
- top: -0.8rem;
- }
- .label-style {
- font-size: 3.2vw;
- font-weight: 500;
- color: #fff;
- background: #3b7aff;
- border-radius: 0.8rem 0 0.8rem 0;
- width: 10.667vw;
- width: 5rem;
- text-align: center;
- line-height: 2;
- }
- .admin-exposure-list {
- margin: 1.5rem 0.8rem;
- }
- .admin-exposure-list ._li {
- margin-bottom: 1.5rem;
- border-radius: 0.5rem;
- position: relative;
- padding: 0.8rem;
- }
- .admin-exposure-list .exposure-main {
- padding: 0.5rem 0;
- }
- .admin-exposure-list ._li {
- margin-bottom: 1.5rem;
- border-radius: 0.5rem;
- position: relative;
- box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
- padding: 0.8rem;
- }
|