123456789101112131415161718192021222324 |
- /* 视图 */
- .distribution-item{
- font-size: 28upx;
- color: #999999;
- padding:0 30upx;
- height: 85upx;
- border-bottom: 1upx solid #EEEEEE;
- }
- .distribution-item-active{
- color: #333333;
- }
- .distribution-item:last-of-type{
- border-bottom: none;
- }
- .distribution-button{
- width: 120upx;
- height: 50upx;
- font-size: 24upx;
- line-height: 30upx;
- background-color: #41AE3C;
- color: #fff;
- border-radius: 25upx;
- }
- /* 视图 */
|