12345678910111213141516171819202122232425262728293031323334353637383940 |
- 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;
-
- .item {
- width: 690rpx;height: 84rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
- display: flex;flex-direction: row;justify-content: space-between;align-items: center;
- border-bottom: solid 1px #393939;
- text {
-
- }
- .arrow {
- width:36rpx;
- }
- .desc {
- color:#fff;
- }
- }
- }
- .btn_submit {
- width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
- border: 2rpx solid #404040;
- border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FF2A95;
- display: flex;flex-direction: row;justify-content: center;align-items: center;
- }
- .blankHeight {
- height:300rpx;
- }
|