1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* pages/append/append.wxss */
- .title{
- width: 100%;
- height: 90rpx;
- }
- .discribe {
- width: 96%;
- height: 600rpx;
- margin-top: 20rpx;
- padding: 15rpx;
- background-color: #DDDEDF;
- border-radius: 20rpx;
- }
- .textLine {
- width: 95%;
- height: 40rpx;
- flex-wrap: wrap;
- margin-top: 10rpx;
- }
- .upLoad {
- margin-top: 280rpx;
- width: 100%;height: 300rxp;
- overflow: hidden;
- }
- .navigation {
- width: 90%;
- height: 240rpx;
- margin-top: 20rpx;
- padding: 34rpx;
- background-color: #DDDEDF;
- border-radius: 20rpx;
- }
- .nav {
- height: 30%;
- border-bottom: 4rpx solid rgba(0, 0, 0, 0.3);
- }
|