123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- page{
- background-color: #f6f6f6;
- }
- .dynamic_index{
- .dynamic_info{
- .content{
- width: 100%;
- height: 80rpx;
- background-color: #FFFFFF;
- .con_text{
- font-size: 30rpx;
- padding: 12rpx;
- font-weight: 600;
- }
- }
- .write{
- width: 100%;
- background-color: #FFFFFF;
- textarea{
- font-size: 30rpx;
- padding: 12rpx;
- width: 700rpx;
- border: 1rpx solid #bfbfbf;
- margin: auto;
- }
- }
- .image{
- width: 100%;
- height: 80rpx;
- background-color: #FFFFFF;
- margin-top: 2rpx;
- margin-bottom: 2rpx;
- .image_text{
- font-size: 30rpx;
- padding: 25rpx 31rpx;
- font-weight: 600;
- }
- }
- .add{
- width: 100%;
- background-color: #FFFFFF;
- .alboum{
- padding: 20rpx;
- }
- }
- .content1{
- width: 100%;
- height: 80rpx;
- background-color: #FFFFFF;
- margin-top: 2rpx;
- .con_text{
- font-size: 30rpx;
- padding: 25rpx 30rpx;
- font-weight: 600;
- }
- }
- .write1{
- width: 100%;
- height: 80rpx;
- margin-top: 2rpx;
- background-color: #FFFFFF;
- .text1{
- font-size: 30rpx;
- color: #999999;
- padding: 23rpx 30rpx;
- }
- }
-
- }
- }
- .fabu{
- width: 600rpx !important;
- height: 80rpx;
- border-radius: 10rpx;
- background-color: #46a9a4;
- margin: 260rpx auto 20rpx;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 80rpx;
- }
|