123456789101112131415161718192021222324252627282930313233 |
- /* 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;
- }
- .upLoad {
- margin-top: 350rpx;
- width: 300rpx;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);
- }
|