1234567891011121314151617181920212223242526272829303132333435 |
- .images-box {
- border-radius: 10rpx;
- width: 100%;
- }
- .imageCount {
- height: 80rpx;
- line-height: 80rpx;
- }
- .images {
- height: 240rpx;
- }
- .addImageIcon{
- text-align: center;
- line-height: 200rpx;
- background-color: #f7f7f7;
- }
- .addImageIconHover{
- background-color: #C0C4CC;
- }
- .image {
- width: 30%;
- border-radius: 10rpx;
- height: 200rpx;
- color: #999999;
- margin-right: 20rpx;
- margin-bottom: 20rpx;
- float: left;
- }
- .image image{
- width: 100rpx;
- vertical-align: middle;
- }
|