123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .box{
- width: 100%;
- height: 100%;
- display: flex;
- align-items: center;
- flex-direction: column;
- justify-content: center;
- }
- .topImage{
- width: 100%;
- height: 188rpx;
- }
- .top{
- width: 100%;
- display: flex;
- align-items: center;
- margin-top: 30rpx;
- padding-left:6% ;
- box-sizing: border-box;
- }
- .top .active{
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 800;
- color: #2A2A2A;
- }
- .top view {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #9C9C9C;
- width: 200rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .top view .back{
- width: 58rpx;
- height: 8rpx;
- background: #FF4C00;
- border-radius: 4rpx;
- margin-top: 10rpx;
- }
- .message{
- display: flex;
- flex-direction: column;
- width: 80%;
- margin-top: 30rpx;
- }
- .message view{
- display: flex;
- align-items: center;
- margin-top: 12rpx;
- }
- .message view text{
- margin-right: 10rpx;
- font-size: 40rpx;
- color: red;
- margin-top: 10rpx;
- }
- input{
- border-bottom: 2rpx solid #AAAAAA;
- height: 88rpx;
- line-height: 88rpx;
- width: 95%;
- font-size: 30rpx;
- }
- .place{
- font-size: 30rpx;
- }
- .upload{
- margin-top: 60rpx;
- width: 80%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .upload text:nth-of-type(1){
- font-size: 36rpx;
- font-weight: 800;
- }
- .upload text:nth-of-type(2){
- font-size: 26rpx;
- }
- .up_load{
- width: 226rpx;
- height: 144rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 20rpx 0rpx;
- }
- .text{
- margin-top: 30rpx;
- font-size: 26rpx;
- }
- .btn{
- width: 80%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background: #FF4C00;
- color: white;
- font-size: 30rpx;
- border-radius: 8rpx;
- margin-top: 40rpx;
- }
- .xieyi{
- font-size: 26rpx;
- padding-top: 10rpx;
- }
|