123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /* 头部 */
- .detail-header{
- border-bottom: 10upx solid #F1F1F1;
- }
- .detail-list-title,.detail-header,.detail-item,.detail-footer{
- padding: 0 30upx;
- }
- .detail-list-title{
- padding-top: 30upx;
- font-size: 28upx;
- color: #333;
- }
- /* 头部 */
- /* 评价列表 */
- .detail-list{
- font-size: 28upx;
- color: #333;
- }
- .detail-list-title{
- font-weight: 500;
- }
- .detail-list-title text{
- margin-left: 6upx;
- }
- /* 评价列表 */
- /* 评价列表 */
- .detail-item{
- border-bottom: 1upx solid #f1f1f1;
- }
- .detail-item:last-of-type{
- border-bottom: none;
- }
- /* 评价列表 */
- /* 评价底部 */
- .detail-footer{
- height: 100upx;
- border-top: 1upx solid #F1F1F1;
- }
- .detail-input{
- height: 60upx;
- background-color: #f6f6f6;
- border-radius: 30upx;
- padding: 0 36upx;
- }
- .detail-input-target{
- font-size: 26upx;
- height: 40upx;
- line-height: 26upx;
- color: #333;
- }
- .detail-input-placeholder{
- color: #999999;
- }
- .detail-button,.detail-login-button{
- width: 120upx;
- height: 60upx;
- background-color: #41AE3C;
- border-radius: 30upx;
- font-size: 28upx;
- color: #fff;
- line-height: 32upx;
- margin-left: 30upx;
- transition: .3s;
- }
- .detail-button-disabled{
- opacity: 0.7;
- }
- .detail-login-button{
- padding: 30upx;
- width: auto;
- }
- /* 评价底部 */
|