123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .top_item_public_add {
- /*
- margin-top: 50rpx; */
- /* 垂直布局 */
- /* flex-direction: column; */
- /* 垂直居中 */
- /* justify-content: center; */
- display: -webkit-flex;
- display: flex;
- margin-top: 40rpx;
- align-items: center;
- justify-content: flex-start;
- flex-wrap: wrap;
- width: 100%;
- }
- .top_item_public {
- /* display: flex;
- flex: 1; */
- justify-content: center;
- flex: 0 0 auto;
- width: 33.33333333%;
- text-align: center;
- color: #797979;
- padding: 40rpx 0;
- font-size: 30rpx;
- }
- .top_image {
- height: 70rpx;
- }
- .setting_public {
- margin: 200rpx 0 0rpx 40rpx;
- font-size: 40rpx;
- font-weight: 500;
- }
- .bottom_public {
- display: flex;
- font-size: 40rpx;
- margin: 60rpx 40rpx 40rpx 40rpx;
- justify-content: space-between;
- align-items: center;
- font-size: 30rpx;
- }
- .bottom_public_text {
- margin-right: 30rpx;
- }
- .bottom_public_text_plus{
- margin-right: 10rpx;
- }
- .bottom_public_red {
- width: 15rpx;
- height: 15rpx;
- background-color: red;
- margin-bottom: 25rpx;
- border-radius: 50%;
- }
- .bottom_item {
- display: flex;
- align-items: center;
- }
- .bottom_item_image {
- height: 30rpx;
- margin-right: 20rpx;
- }
|