123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- page {
- background-color: #161616;
- }
- .page {
- background-color: #161616;
- }
- .topbg {
- }
- .topBody {
- width:750rpx;
- }
- .list_info {
- display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
- width:750rpx;
-
- .tips {
- width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
- font-weight: 400;font-size: 28rpx;color: #FE2D56;
- }
- .item_tag {
- display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
- flex-wrap: wrap;width: 690rpx;
- .tag {
- width:218rpx;height:218rpx;position: relative;
- border-radius: 20rpx;margin-right: 12rpx;margin-bottom: 12rpx;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- .close {
- width:48rpx;height:48rpx;margin-left:10rpx;position: absolute;right:10rpx;top:10rpx;
- }
- .logo {
- width:218rpx;height:218rpx;border-radius: 28rpx;
- }
- }
- .tagAdd {
- width:218rpx;height:218rpx;position: relative;
- border-radius: 20rpx;margin-right: 12rpx;margin-bottom: 12rpx;
- border: 2rpx dotted #404040;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- .add {
- width:50rpx;height:50rpx;
- }
- }
- }
- }
- .btn_submit {
- width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
- background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
- border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- .blankHeight {
- height:300rpx;
- }
|